Releases: alcrene/scityping
Releases · alcrene/scityping
v0.6.5-rc.2
[GH Actions] Regfix: publish-on-testPyPI
v0.6.5-rc.1
New functionality
- Autogenerated
Data
containers - Support for
xarray.DataArray
- Support for annex files: For data which is too large to store inlined into the JSON, an annex file can be used. A configuration option specifies where those annex files are located.
Full Changelog: v0.6.4...v0.6.5-rc.1
v0.6.4
Patch for non-hashable but serializable functions
Add fallback to `base_encoder` when serializing functions Things like callable Pydantic models may not be serializable with the function serializer but still serializable with the base encoder.