Releases: explosion/srsly
Releases · explosion/srsly
v0.2.0
- 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
- Add
read_gzip_json
and write_gzip_json
for working with compressed JSON.
Thanks to @polm for the pull request!
v0.0.7
- Fix issue #6: Don't write to JSONL as
"a"
(append) by default.
v0.0.5
- Fix length limits on
msgpack
serialization.
v0.0.4
- 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.
v0.0.3
- Expose
json_dumps
and json_loads
helpers.
- Add support for
sort_keys
via json
.
v0.0.2
- Fix tests across Python versions and platforms.
- Improve file path handling.