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 thinc from 8.1.11 to 8.2.1 #6048

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps thinc from 8.1.11 to 8.2.1.

Release notes

Sourced from thinc's releases.

v8.2.0: Disable automatic MXNet and TensorFlow imports

✨ New features and improvements

To improve loading times and reduce conflicts, MXNet and TensorFlow are no longer imported automatically (#890).

⚠️ Backwards incompatibilities

MXNet and TensorFlow support needs to be enabled explicitly. Previously, MXNet and TensorFlow were imported automatically if they were available in the current environment.

To enable MXNet:

from thinc.api import enable_mxnet
enable_mxnet()

To enable TensorFlow:

from thinc.api import enable_tensorflow
enable_tensorflow()

With spaCy CLI commands you can provide this custom code using -c code.py. For training use spacy train -c code.py and to package your code with your pipeline use spacy package -c code.py.

Future deprecation warning: built-in MXNet and TensorFlow support will be removed in Thinc v9. If you need MXNet or TensorFlow support in the future, you can transition to using a custom copy of the current MXNetWrapper or TensorFlowWrapper in your package or project.

👥 Contributors

@​adrianeboyd, @​danieldk, @​honnibal, @​ines, @​svlandeg

v8.1.12: Support zero-length batches and hidden sizes in reductions

🔴 Bug fixes

  • Support zero-length batches and hidden sizes in reduce_{max,mean,sum} (#882).
  • Preserve values with dtype for NumpyOps/CupyOps.asarray (#897).

👥 Contributors

@​adrianeboyd, @​danieldk, @​honnibal, @​ines, @​svlandeg

Commits
  • cf51ac5 Set version to v8.2.1, update for python 3.12 (#906)
  • ea451e4 CI: Add python 3.12.0rc2 (#905)
  • 9d3ec3b Redesign cython profile defaults due to python 3.12 (#904)
  • 83860e6 Merge pull request #903 from adrianeboyd/chore/update-develop-from-master-v8.2-3
  • 846f180 Merge remote-tracking branch 'upstream/master' into chore/update-develop-from...
  • 7a31415 Set version to v8.2.0 (#900)
  • 70840bf Merge pull request #899 from adrianeboyd/chore/update-develop-from-master-v8.2-2
  • cc91edc Set version to v8.1.12 (#898)
  • 027c07c Merge remote-tracking branch 'upstream/master' into develop
  • 37419e5 Preserve values with dtype for NumpyOps/CupyOps.asarray (#897)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Resolves #6040

@dependabot dependabot bot force-pushed the dependabot/pip/thinc-8.2.1 branch 2 times, most recently from 91fe0a6 to d2a0e16 Compare October 10, 2023 00:34
@Harmon758
Copy link
Owner

@dependabot rebase

Bumps [thinc](https://github.com/explosion/thinc) from 8.1.11 to 8.2.1.
- [Release notes](https://github.com/explosion/thinc/releases)
- [Commits](explosion/thinc@v8.1.11...v8.2.1)

---
updated-dependencies:
- dependency-name: thinc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/thinc-8.2.1 branch from d2a0e16 to d672efc Compare October 15, 2023 11:20
@Harmon758 Harmon758 merged commit 4bb581d into rewrite Oct 15, 2023
28 checks passed
@dependabot dependabot bot deleted the dependabot/pip/thinc-8.2.1 branch October 15, 2023 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant