Releases: aviramha/ormsgpack
Releases · aviramha/ormsgpack
1.2.3
1.2.3 - 26/06/2022
Misc
- Updated dependencies. partially by @tilman19
- Handle clippy warnings.
1.2.1
1.2.1 - 1/3/2022
Misc
- Release 3.10 wheels
- Update dependencies
1.2.0
1.2.0 - 14/2/2022
Changed
- Extended int passthrough to support u64. by @pejter
Misc
- Updated README to include new options. by @ThomasTNO
- Updated dependencies
- Renamed in
numpy.rs
from_parent
to to_children
to fix new lint rules
1.1.0
1.1.0 - 8/1/2022
Added
- Add optional passthrough for tuples. by @TariqTNO
- Add optional passthrough for ints, that do not fit into an i64. by @TariqTNO
Changed
opt
parameter can be None
.
Misc
- Updated dependencies.
- Dropped 3.6 CI/CD.
- Added macOS universal builds (M1)
1.0.2
1.0.2 - 26/10/2021
Changed
1.0.1
1.0.1 - 13/10/2021
Fixed
- Decrement refcount for numpy
PyArrayInterface
. by @ilj.
- Fix serialization of dataclass inheriting from
abc.ABC
and using __slots__
. by @ilj
Changed
- Updated dependencies.
find_str_kind
test for 4-byte before latin1. by @ilj
1.0.0
1.0.0 - 31/8/2021
Changed
- Aligned to orjson's flags and features of SIMD. Didn't include the stable compilation part as seems unnecessary.
Misc
- Bumped serde, pyo3.
- Fixed pyproject.toml to work with newest maturin version.