Releases: jkminder/data2neo
Fixed bug with new exception logging
v0.4.3 updated version number
Improved Exception logging
Exceptions are not logged more consistently.
Updated DATE/DATETIME modules
They can now also handle datetime inputs. If a datetime is given instead of a string, they just strip away the timezone information.
New datatypes
The library now allows for commiting other datatypes than strings to the graph. Allowed are all types of type numbers.Number, str, bool, datetime.datetime, datetime.date.
Added support for parallel relations, documentation
The library can now support parallel relations of the same type, by using the GraphWithParallelRelations from the new py2neo_extensions module. Other minor upgrades in converter to handle the new semantics/syntax.
The first version of the documentation is finished.
Support for full wrappers and bug fixes
Full wrapper classes can now be created and registered with @register_wrapper.
Fixed bugs in core code, mostly related to state recovery and multithreading.
Added converter state persistency
The converter can now persist its state (this is primarily targeted at jupyter notebooks). If an exception is raised and caused from external factors, they can be solved and the converter recalled. It will remember where it has stopped and will continue there.
Also slightly better logging and other minor updates.
First Release of rel2graph
Initial Version of the rel2graph library.