Releases: mertemba/structstore
Releases · mertemba/structstore
v0.2.2
Support defining custom structs
This also introduces a CRTP field base class and brings some small refactorings and simplifications in the type registry and build scripts
v0.2.1
This improves on the type registry, Python bindings, logging, and test coverage
v0.2.0
Implement generalized typing backend
This implements and switches to a generalizing typing backend to support more and also user-defined types. This merge also adds CI tests.
v0.1.9
improved operator[] and at() handling
v0.1.8
improved move and exception handling
v0.1.7
fix deepcopy for matrix fields
v0.1.5
Support for ndarrays with any dimension
v0.1.4
Ported to nanobind and improved installation procedure