* Fixed a number of warnings due to deprecations both within neomodel and pytest and overall improvements in
code style (381) - Abhishek Modi
* Added support for spatial data through neomodel.contrib.spatial_datatypes (384) - Athanasios Anastasiou
* Added the ability to filter "left-hand statements" (in NodeSet expressions) too (395) - Grzegorz Grzywacz
* Refactor the Node Class Registry to make util.Database a true Singleton (403) - Giorgos Oikonomou
* Many thanks to Giorgos Oikonomou, Jon Daly, Adam Romano, Andrew Tergis, Mato Žgajner, Mostafa Moradian, mjmare,
Phoebe Bright, Robert Grant, jberends and anyone else who helped flag, track and correct this bug. For more
information, please see: https://github.com/neo4j-contrib/neomodel/issues/378
* Added the ClassAlreadyDefined exception to prevent against accidental redefinitions of data model classes (409)
- Athanasios Anastasiou
* Added the ability to lazily `.nodes.get()` and `.nodes.all()` (406) - Matan Hart
* Fixed a bug in the assumed direction of relationships in _build_merge_query (408) - MrAnde7son