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

Update thinc to 8.2.1 #6040

Closed
wants to merge 1 commit into from
Closed

Conversation

pyup-bot
Copy link
Collaborator

This PR updates thinc from 8.1.11 to 8.2.1.

Changelog

8.2.1

✨ New features and improvements

Updates and binary wheels for Python 3.12.

👥 Contributors

adrianeboyd, honnibal, ines, svlandeg

8.2.0

✨ 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:

python
from thinc.api import enable_mxnet
enable_mxnet()


To enable TensorFlow:

python
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

8.1.12

🔴 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
Links

@pyup-bot pyup-bot mentioned this pull request Sep 22, 2023
@Harmon758 Harmon758 deleted the pyup-update-thinc-8.1.11-to-8.2.1 branch October 15, 2023 18:46
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