notebooks
notebooks copied to clipboard
Bump spacy from 2.3.7 to 3.4.1
Bumps spacy from 2.3.7 to 3.4.1.
Release notes
Sourced from spacy's releases.
v3.4.0: Updated types, speed improvements and pipelines for Croatian
✨ New features and improvements
- Support for mypy 0.950+ and pydantic v1.9 (#10786).
- Prebuilt linux aarch64 wheels are now available for all spaCy dependencies distributed by
@explosion.- Min/max
{n,m}operator forMatcherpatterns (#10981).- Language updates:
- Improved speed of vector lookups (#10992).
- For the parser, use C
saxpy/sgemmprovided by theOpsimplementation in order to use Accelerate throughthinc-apple-ops(#10773).- Improved speed of
Example.get_aligned_parseandExample.get_aligned(#10952).- Improved speed of
StringStorelookups (#10938).- Updated
spacy project cloneto try bothmainandmasterbranches by default (#10843).- Added confidence threshold for named entity linker (#11016).
- Improved handling of Typer optional default values for
init_config_cli(#10788).- Added cycle detection in parser projectivization methods (#10877).
- Added counts for NER labels in
debug data(#10960).- Support for adding NVTX ranges to
TrainablePipecomponents (#10965).- Support env variable
SPACY_NUM_BUILD_JOBSto specify the number of build jobs to run in parallel withpip(#11073).📦 Trained pipelines updates
We have added new pipelines for Croatian that use the trainable lemmatizer and floret vectors.
Package UPOS Parser LAS NER F hr_core_news_sm96.6 77.5 76.1 hr_core_news_md97.3 80.1 81.8 hr_core_news_lg97.5 80.4 83.0 🙏 Special thanks to
@gtoffolifor help with the new pipelines!The English pipelines have new word vectors:
Package Model Version TAG Parser LAS NER F en_core_news_mdv3.3.0 97.3 90.1 84.6 en_core_news_mdv3.4.0 97.2 90.3 85.5 en_core_news_lgv3.3.0 97.4 90.1 85.3 en_core_news_lgv3.4.0 97.3 90.2 85.6 All CNN pipelines have been extended to add whitespace augmentation.
🔴 Bug fixes
- Fix issue #10960: Support hyphens in NER labels.
- Fix issue #10994: Fix horizontal spacing for spans in displaCy.
- Fix issue #11013: Check for any token with a vector in
Doc.has_vector, distinguish 0-vectors and missing vectors insimilaritywarnings.- Fix issue #11056: Don't use
get_array_moduleintextcat.
... (truncated)
Commits
5c2a00cSet version to v3.4.1 (#11209)c8f5b75Add link to developer docs code conventions (#11171)4ee8a06Fix compatibility with CuPy 9.x (#11194)36ff2a5Merge pull request #11200 from adrianeboyd/chore/reenable-model-testse5990dbRevert "Temporarily skip tests that require models/compat"1c12812Replace link to old label (#11188)7a99fe3Move sent-patterns to correct section of universe.json (#11192)93960dc[universe project] create English interpretation project (#11184)a5aa3a8fix docs (#11123)7ff52c0Update meta for spacyfishing in spaCy Universe (#11185)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)