Create types with MERGE instead of CREATE UNIQUE (to work around neo4j bug) Drop support for the temp:// db
0.30.2
------------------
Bugfix in `get_declared_attrs`
0.30.1
------------------
Set relationship references when instantiating entities to remove need for `__getattribute__`, which slows down attribute access.
0.30.0
------------------
Stop using legacy indexes in favour of label indexes. Relationship indexes are no longer supported.
Manager kwarg `skip_type_loading` has been renamed `skip_setup` to reflect more processing being bypassed.
0.23.0
------------------
Add `get_match_clause` to replace `get_start_clause` using label index lookups and switch all node lookups. Relationship lookups left until unique attributes on relationships are deprecated
0.22.0
--------------
Allow py2neo primitives nested in lists of lists to be converted to python objects in query results.