Skip to content

Releases: explosion/srsly

v1.0.2

Choose a tag to compare

@ines ines released this 04 Mar 12:33
  • Support cupy.ndarray in msgpack_numpy.
  • Make msgpack raise correct errors for unserializable objects if numpy is not installed.

v1.0.1

Choose a tag to compare

@ines ines released this 06 Jan 16:34
  • Fix source distribution.

v2.0.0

Choose a tag to compare

@ines ines released this 02 Jan 13:58
  • Port over ultrajson/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

Choose a tag to compare

@ines ines released this 02 Jan 11:52
  • Add official support for Python 3.8.
  • Fix typo in README.md.

Thanks to @pfvosi for the pull request!

v0.2.0

Choose a tag to compare

@ines ines released this 28 Oct 16:50
  • Fix issue #10: Update cloudpickle to 1.2.2 to support Python 3.8.
  • Fix issue #13: Add append_new_line option to write_jsonl to control whether newline is appended.

Thanks to @nyejon for the pull request!

v0.1.0

Choose a tag to compare

@ines ines released this 18 Aug 13:22
  • Add read_gzip_json and write_gzip_json for working with compressed JSON.

Thanks to @polm for the pull request!

v0.0.7

v0.0.7 Pre-release
Pre-release

Choose a tag to compare

@ines ines released this 13 Jun 09:33
  • Fix issue #6: Don't write to JSONL as "a" (append) by default.

v0.0.6

v0.0.6 Pre-release
Pre-release

Choose a tag to compare

@ines ines released this 07 Jun 09:00
  • Fix issue #4: Fix memory leak.

Thanks to @sadovnychyi for the pull request and to @Adriandorr for the fix.

v0.0.5

v0.0.5 Pre-release
Pre-release

Choose a tag to compare

@ines ines released this 02 Dec 21:55
  • Fix length limits on msgpack serialization.

v0.0.4

v0.0.4 Pre-release
Pre-release

Choose a tag to compare

@ines ines released this 02 Dec 18:05
  • Move ujson to srsly.ujson for API consistency.
  • Add pickle utilities: pickle_loads and pickle_dumps.
  • Add msgpack utilities: msgpack_loads, msgpack_dumps, write_msgpack, read_msgpack.
  • Improve test suite.