Explosion Srsly Versions Save

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

v1.0.3

3 years ago
  • Update for python 3.9

v2.3.1

3 years ago
  • Update for python 3.9

v2.3.0

3 years ago
  • Adjust argument names.
  • Expose data loaders for spaCy v3.

v2.2.0

3 years ago
  • Remove unsafe YAML implementations, raising if called (see #28)

v2.1.0

3 years ago
  • Include vendorized ruamel.yaml.
  • Add YAML API for saving and loading YAML.

v2.0.1

4 years ago
  • Support cupy.ndarray in msgpack_numpy.
  • Make msgpack raise correct errors for unserializable objects if numpy is not installed.

v1.0.2

4 years ago
  • Support cupy.ndarray in msgpack_numpy.
  • Make msgpack raise correct errors for unserializable objects if numpy is not installed.

v1.0.1

4 years ago
  • Fix source distribution.

v2.0.0

4 years ago
  • Port over esnme/ultrajson#323 by @timdawborn.
  • Drop support for Python 2.7 and 3.5.
  • Tidy up code and remove compatibility helpers.
  • Add type hints.
  • Improve setup and compilation.

v1.0.0

4 years ago
  • Add official support for Python 3.8.
  • Fix typo in README.md.

Thanks to @pfvosi for the pull request!