Skip to content

Releases: jkminder/data2neo

Fixed bug with new exception logging

24 Feb 19:50
Compare
Choose a tag to compare
Pre-release
v0.4.3

updated version number

Improved Exception logging

24 Feb 14:00
Compare
Choose a tag to compare
Pre-release

Exceptions are not logged more consistently.

Updated DATE/DATETIME modules

22 Feb 11:45
Compare
Choose a tag to compare
Pre-release

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

15 Feb 12:31
Compare
Choose a tag to compare
New datatypes Pre-release
Pre-release

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

14 Jan 16:21
Compare
Choose a tag to compare

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

04 Jan 13:21
fb1c97b
Compare
Choose a tag to compare
Pre-release

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

21 Dec 13:22
Compare
Choose a tag to compare
Pre-release

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

14 Dec 19:40
Compare
Choose a tag to compare
Pre-release

Initial Version of the rel2graph library.