Skip to content

Releases: jkminder/data2neo

Bug fixes and ready for open sourcing

05 Jun 13:17
Compare
Choose a tag to compare
v1.4.3

minor updates to docs, prepare for push to pypi

Minor changes and bug fixes

08 Apr 23:10
Compare
Choose a tag to compare

Small update to Subgraph API in rel2graph.neo4j: Properties that don't exist now return None.
Fixes for #21.

Added new functions to Node/Relationship in rel2graph.neo4j

05 Apr 11:44
Compare
Choose a tag to compare

New API functions "keys" and "update"

Fix Major Issue with Concurrency

26 Mar 15:59
Compare
Choose a tag to compare

This release fixes a major issue with concurrency. Under specific circumstances it could happen that relationships are lost during the conversion process (see issue #20). With this release this no longer happens. Both CREATE and MERGE are now serialised. Comes with slight performance hit.

Minor updates to rel2graph.neo4j api

18 Mar 14:19
Compare
Choose a tag to compare

Renamed "type" parameter of rel2graph.neo4j.Relationship to "relationship_type" to avoid naming conflicts with Relationship properties.

Added push and pull functions for neo4j integration

15 Mar 10:52
Compare
Choose a tag to compare
v1.2.0

added neo4j push and pull functions

Added Matching Helper functions

12 Mar 17:40
Compare
Choose a tag to compare

New helper functions under rel2graph.neo4j

Conversion speed upgrade

21 Dec 17:51
Compare
Choose a tag to compare

This release switches back to "id" instead of "elementId" for all cypher interactions, because its an order of magnitude faster.

Additional neo4j interactions

28 Nov 14:23
b2bde0a
Compare
Choose a tag to compare

Introduces merge and create functions in relgraph.neo4j and updates documentation to 1.0 api. Adds logo.

rel2graph 1.0.0

16 Nov 19:25
8cf7aba
Compare
Choose a tag to compare

This release marks the first full release of the rel2graph library. Compared to previous versions it is now completely independent of the py2neo library and solely depends on the native neo4j python driver. Further to by consistent with neo4j and cypher, the RELATION keyword is renamed to RELATIONSHIP.