Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spacy from 0.101.0 to 3.6.0 #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 7, 2023

Bumps spacy from 0.101.0 to 3.6.0.

Release notes

Sourced from spacy's releases.

v3.6.0: New span finder component and pipelines for Slovenian

✨ New features and improvements

  • NEW: span_finder pipeline component to identify overlapping, unlabeled spans (#12507).
  • Language updates:
    • Add initial support for Malay (#12602).
    • Update Latin defaults to support noun chunks, update lexical/tokenizer defaults and add example sentences (#12538).
  • Add option to return scores separately keyed by component name with spacy evaluate --per-component, Language.evaluate(per_component=True) and Scorer.score(per_component=True) (#12540).
  • Support custom token/lexeme attribute for vectors (#12625).
  • Support spancat_singlelabel in spacy debug data CLI (#12749).
  • Typing updates for PhraseMatcher and SpanGroup (#12642, #12714).

🔴 Bug fixes

  • #12569: Require that all SpanGroup spans come from the current doc.

📦 Trained pipelines updates

We have added new pipelines for Slovenian that use the trainable lemmatizer and floret vectors.

Package UPOS Parser LAS NER F
sl_core_news_sm 96.9 82.1 62.9
sl_core_news_md 97.6 84.3 73.5
sl_core_news_lg 97.7 84.3 79.0
sl_core_news_trf 99.0 91.7 90.0
  • 🙏 Special thanks to @​orglce for help with the new pipelines!

The English pipelines have been updated to improve handling of contractions with various apostrophes and to lemmatize "get" as a passive auxiliary.

The Danish pipeline da_core_news_trf has been updated to use vesteinn/DanskBERT with performance improvements across the board.

⚠️ Backwards incompatibilities

  • SpanGroup spans are now required to be from the same doc. When initializing a SpanGroup, there is a new check to verify that all added spans refer to the current doc. Without this check, it was possible to run into string store or other errors.

📖 Documentation and examples

👥 Contributors

@​adrianeboyd, @​bdura, @​danieldk, @​davidberenstein1957, @​diyclassics, @​essenmitsosse, @​honnibal, @​ines, @​isabelizimm, @​jmyerston, @​kadarakos, @​KennethEnevoldsen, @​khursani8, @​ljvmiranda921, @​rmitsch, @​shadeMe, @​svlandeg, @​tomaarsen, @​victorialslocum, @​vin-ivar, @​ZiadAmerr

... (truncated)

Commits
  • 6fc153a Merge pull request #12794 from adrianeboyd/chore/v3.6.0-2
  • 4e19ec7 Docs for v3.6.0 (#12792)
  • 76329e1 Revert "Temporarily skip download CLI related tests in CI"
  • a119114 Revert "Temporarily skip tests for compat table"
  • 830dcca SpanFinder: set default max_length to 25 (#12791)
  • eab9293 Use 'exclude' instead of 'disable' (#12783)
  • bd23951 Fix problem with missing syntax highlighting languages causing runtime crash ...
  • 57a230c Remove section about parallel training with Ray (#12770)
  • fb0da3e Support custom token/lexeme attribute for vectors (#12625)
  • 337a360 Use spans_ prefix for default span finder scores (#12753)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [spacy](https://github.com/explosion/spaCy) from 0.101.0 to 3.6.0.
- [Release notes](https://github.com/explosion/spaCy/releases)
- [Commits](explosion/spaCy@0.101.0...v3.6.0)

---
updated-dependencies:
- dependency-name: spacy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 7, 2023
@jbnable
Copy link

jbnable commented Jul 7, 2023

Logo
Checkmarx One – Scan Summary & Details6a994efb-3d1c-46e9-bdf1-b119749c00db

New Issues

Severity Issue Source File / Package Checkmarx Insight
HIGH CVE-2023-30861 Python-Flask-1.1.2 Vulnerable Package
MEDIUM CVE-2023-32681 Python-requests-2.24.0 Vulnerable Package

Fixed Issues

Severity Issue Source File / Package Checkmarx Insight
MEDIUM Filtering_Sensitive_Logs /core.py: 14 Attack Vector
MEDIUM Filtering_Sensitive_Logs /core.py: 14 Attack Vector
MEDIUM Filtering_Sensitive_Logs /core.py: 14 Attack Vector
MEDIUM Filtering_Sensitive_Logs /core.py: 14 Attack Vector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant