v3.2.5: Bug fixes and future NumPy compatibility
This bug fix release is primarily to avoid deprecation warnings and future incompatibility with NumPy v1.24+.
馃敶 Bug fixes
- #10573: Remove Click pin following Typer updates.
- #11331, #11701: Clean up warnings in spaCy and its test suite.
- #11845: Don't raise an error in displaCy for unset spans keys.
- #11860: Fix
spancatfor docs with zero suggestions. - #11864: Add
smart_openrequirement and update deprecated options. - #11899: Fix
spacy init config --gpufor environments withoutspacy-transformers. - #11933: Update for compatibility with NumPy v1.24+ integer conversions.
- #11935: Restore missing error messages for beam search.