Skip to content

Releases: aviramha/ormsgpack

1.2.3

26 Jun 07:13
df19ca9
Compare
Choose a tag to compare

1.2.3 - 26/06/2022

Misc

  • Updated dependencies. partially by @tilman19
  • Handle clippy warnings.

1.2.2

19 Apr 07:19
Compare
Choose a tag to compare

1.2.2 - 19/4/2022

Misc

  • Update dependencies

1.2.1

01 Mar 10:36
Compare
Choose a tag to compare

1.2.1 - 1/3/2022

Misc

  • Release 3.10 wheels
  • Update dependencies

1.2.0

14 Feb 07:20
6a206aa
Compare
Choose a tag to compare

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

08 Jan 14:58
3de1cf3
Compare
Choose a tag to compare

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.3

18 Dec 20:45
b534c31
Compare
Choose a tag to compare

1.0.3 - 18/12/2021

  • Update dependencies

1.0.2

26 Oct 10:04
ef5b1d9
Compare
Choose a tag to compare

1.0.2 - 26/10/2021

Changed

  • Update dependencies

1.0.1

13 Oct 12:39
d3e8d37
Compare
Choose a tag to compare

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

31 Aug 06:30
Compare
Choose a tag to compare

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.

0.3.6

24 Aug 06:16
80e8ba1
Compare
Choose a tag to compare

0.3.6 - 24/8/2021

Misc

  • Update dependencies.