Skip to content

Releases: neo4j-field/neo4j_arrow

0.6.1

18 Dec 18:14
4c42be2
Compare
Choose a tag to compare

What's Changed

  • Use poetry as the build tool and apply linting & styling by @ali-ince in #4
  • Use different procedure names with different versions of GDS by @ali-ince in #5

Full Changelog: 0.6.0...0.6.1

0.6.0

09 Jun 15:13
d341d99
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0 - Is this goodbye? 🥹

12 Apr 15:43
Compare
Choose a tag to compare

This project is now looking for a new maintainer as I head onto other pursuits outside Neo4j. Any takers? 😬 There are a lot of improvements one could make and so many possibilities!

Changes:

  • fix bug with CREATE_DATABASE sending wrong keys in the start message
  • document usage in the README

0.4.0 - Better Error Handling

21 Feb 18:17
Compare
Choose a tag to compare

This release primarily adds better error handling and does a little bit of work to identify the types of errors returned by the Neo4j server.

In addition, the reading operations (read_nodes and read_edges) are updated to the latest procedure signatures.

0.3.0 - Update PyArrow Dependencies

04 Jan 19:50
Compare
Choose a tag to compare
  • Relaxes the PyArrow dependencies to match Neo4j GDS Client and Apache Beam
  • Adds Dockerfile and a Makefile to help automate testing the matrix of:
  • Python 3.7, 3.8, and 3.9
  • PyArrow 4, 5, 6, 7, 8, 9

0.2.0 - Match Apache Beam PyArrow needs

12 Oct 14:03
Compare
Choose a tag to compare

tl;dr: Apache Beam 2.41 still requires PyArrow be <8.0.0. Relax things a bit for practical purposes until 2.42 drops.

0.1.2 - fix version number

12 Oct 13:27
Compare
Choose a tag to compare

Tag/release and setup.py wasn't in alignment for 0.1.1. Oopsie.

0.1.1 - fix nop mapper

21 Sep 16:49
Compare
Choose a tag to compare

Make the nop mapper return the original data provided. Was returning None, breaking loads without schema.

0.1.0 - Initial Release

21 Sep 14:06
Compare
Choose a tag to compare

Initial release to put a stake in the ground. Time to hack.