Releases: explosion/srsly
Releases · explosion/srsly
v2.4.1
- Use str with chdir in setup
- Fix type of
write_jsonl
- Fix
json_loads
behaviour for string "-"
v2.4.0
- Support custom
msgpack
serializers and deserializers via function registries (mostly internals).
- Update setup.
v2.3.0
- Adjust argument names.
- Expose data loaders for spaCy v3.
v2.2.0
- Remove unsafe YAML implementations, raising if called (see #28)
v2.1.0
- Include vendorized
ruamel.yaml
.
- Add YAML API for saving and loading YAML.
v2.0.1
- Support
cupy.ndarray
in msgpack_numpy
.
- Make
msgpack
raise correct errors for unserializable objects if numpy
is not installed.
v1.0.2
- Support
cupy.ndarray
in msgpack_numpy
.
- Make
msgpack
raise correct errors for unserializable objects if numpy
is not installed.