Releases: explosion/spacy-pkuseg
Releases · explosion/spacy-pkuseg
Update numpy dependency to v2
Numpy 2.0 is not binary compatible with numpy v1. Since we build against numpy, we can't be compatible with both versions at once.
This release updates the dependency to numpy v2, and makes no other changes to make upgrading easier.
v0.0.33
- Updates and binary wheels for python 3.12.
v0.0.32
- Updates and binary wheels for python 3.11.
v0.0.31
- Remove Cython as an install dependency.
- Add linux aarch64 wheels.
v0.0.30
- Fix deserialization for custom user dicts.
v0.0.26: Initial fork of pkuseg customized for spaCy
- Rename to
spacy_pkuseg
- Set default model to
spacy_ontonotes
- Serialize features with msgpack rather than pickle