Skip to content

Releases: mertemba/structstore

v0.2.2

08 Nov 16:30
Compare
Choose a tag to compare

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

20 Oct 10:15
Compare
Choose a tag to compare

This improves on the type registry, Python bindings, logging, and test coverage

v0.2.0

26 Sep 20:53
3359446
Compare
Choose a tag to compare

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

20 Jun 11:12
Compare
Choose a tag to compare

improved operator[] and at() handling

v0.1.8

20 Jun 11:12
Compare
Choose a tag to compare

improved move and exception handling

v0.1.7

12 Jun 14:35
Compare
Choose a tag to compare

fix deepcopy for matrix fields

v0.1.6

12 Jun 14:34
Compare
Choose a tag to compare

ndarrays up to ndim==8

v0.1.5

21 May 07:29
Compare
Choose a tag to compare

Support for ndarrays with any dimension

v0.1.4

14 May 11:35
2171a9e
Compare
Choose a tag to compare

Ported to nanobind and improved installation procedure