Skip to content

Releases: explosion/srsly

v2.4.8

22 Sep 06:17
559f776
Compare
Choose a tag to compare
  • Updates for Python 3.12 support (#102).
  • Add Python 3.12 wheels.

v2.4.7

18 Jul 11:34
298f405
Compare
Choose a tag to compare
  • Restrict to Cython 0.29.x due to incompatibilities with Cython 3.

v1.0.7

18 Jul 11:27
051ec66
Compare
Choose a tag to compare

v2.4.6

28 Feb 13:30
990399d
Compare
Choose a tag to compare
  • Fix typing for JSONInput and JSONInputBin (#79).
  • Add read_gzip_jsonl and write_gzip_jsonl (#84).

v2.4.5

18 Oct 09:13
1390773
Compare
Choose a tag to compare
  • Update to cloudpickle v2.2.0 for Python 3.11 support.
  • Add Python 3.11 wheels.

v1.0.6

18 Oct 11:56
8b7c64a
Compare
Choose a tag to compare
  • Drop support for Python 3.5 and earlier.
  • Update to cloudpickle v2.2.0 for Python 3.11 support.
  • Add Python 3.11 wheels.

v2.4.4

20 Jul 15:30
a51488d
Compare
Choose a tag to compare

v2.4.3

13 Apr 07:46
63a8a1c
Compare
Choose a tag to compare

v2.4.1

12 Apr 09:22
74bbfff
Compare
Choose a tag to compare
  • Use str with chdir in setup
  • Fix type of write_jsonl
  • Fix json_loads behaviour for string "-"

v2.4.0

01 Feb 07:21
Compare
Choose a tag to compare
  • Support custom msgpack serializers and deserializers via function registries (mostly internals).
  • Update setup.