Skip to content

Releases: alcrene/scityping

v0.6.5-rc.2

10 Sep 12:51
Compare
Choose a tag to compare
v0.6.5-rc.2 Pre-release
Pre-release
[GH Actions] Regfix: publish-on-testPyPI

v0.6.5-rc.1

10 Sep 12:30
Compare
Choose a tag to compare
v0.6.5-rc.1 Pre-release
Pre-release

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

25 Jan 11:56
Compare
Choose a tag to compare

Patch for non-hashable but serializable functions

06 Sep 14:15
Compare
Choose a tag to compare
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.

v0.6.2

09 Aug 19:15
Compare
Choose a tag to compare
[pyproject.toml] Fix classifier "Typing :: Typed"