Explosion Srsly Versions Save

🦉 Modern high-performance serialization utilities for Python (JSON, MessagePack, Pickle)

v2.4.8

7 months ago
  • Updates for Python 3.12 support (#102).
  • Add Python 3.12 wheels.

v2.4.7

10 months ago
  • Restrict to Cython 0.29.x due to incompatibilities with Cython 3.

v1.0.7

10 months ago

v2.4.6

1 year ago
  • Fix typing for JSONInput and JSONInputBin (#79).
  • Add read_gzip_jsonl and write_gzip_jsonl (#84).

v1.0.6

1 year ago
  • 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.5

1 year ago
  • Update to cloudpickle v2.2.0 for Python 3.11 support.
  • Add Python 3.11 wheels.

v2.4.4

1 year ago

v2.4.3

2 years ago

v2.4.1

3 years ago
  • Use str with chdir in setup
  • Fix type of write_jsonl
  • Fix json_loads behaviour for string "-"

v2.4.0

3 years ago
  • Support custom msgpack serializers and deserializers via function registries (mostly internals).
  • Update setup.