Skip to content

Releases: alcrene/scityping

Release candidate for v0.6.4

15 Dec 15:43
Compare
Choose a tag to compare

This release includes a number of fixes, especially to support newer versions of Python (3.9+)

Full Changelog: v0.6.3...v0.6.4-rc.4

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"