Skip to content

Releases: explosion/spacy-pkuseg

Update numpy dependency to v2

04 Sep 18:33
Compare
Choose a tag to compare

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

01 Oct 09:20
d75f6d7
Compare
Choose a tag to compare
  • Updates and binary wheels for python 3.12.

v0.0.32

17 Oct 12:35
fba21ac
Compare
Choose a tag to compare
  • Updates and binary wheels for python 3.11.

v0.0.31

05 Jul 07:25
Compare
Choose a tag to compare
  • Remove Cython as an install dependency.
  • Add linux aarch64 wheels.

v0.0.30

12 Apr 09:12
Compare
Choose a tag to compare
  • Fix deserialization for custom user dicts.

v0.0.26: Initial fork of pkuseg customized for spaCy

05 Oct 17:02
Compare
Choose a tag to compare
  • Rename to spacy_pkuseg
  • Set default model to spacy_ontonotes
  • Serialize features with msgpack rather than pickle