Releases: jkminder/data2neo
Bug fixes and ready for open sourcing
Minor changes and bug fixes
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
New API functions "keys" and "update"
Fix Major Issue with Concurrency
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
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
v1.2.0 added neo4j push and pull functions
Added Matching Helper functions
New helper functions under rel2graph.neo4j
Conversion speed upgrade
This release switches back to "id" instead of "elementId" for all cypher interactions, because its an order of magnitude faster.
Additional neo4j interactions
Introduces merge and create functions in relgraph.neo4j
and updates documentation to 1.0 api. Adds logo.
rel2graph 1.0.0
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.