Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Update dependency thinc to v9 - #20

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/thinc-9.x
Open

Update dependency thinc to v9#20
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/thinc-9.x

Conversation

@renovate

@renovate renovate Bot commented Apr 5, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
thinc ==8.3.10==9.1.1 age confidence

Release Notes

explosion/thinc (thinc)

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0: : better learning rate schedules, integration of thinc-apple-ops

Compare Source

The main new feature of Thinc v9 is the support for learning rate schedules that can take the training dynamics into account. For example, the new plateau.v1 schedule scales the learning rate when no progress has been found after a given number of evaluation steps. Another visible change is that AppleOps is now part of Thinc, so it is not necessary anymore to install thinc-apple-ops to use the AMX units on Apple Silicon.

✨ New features and improvements

  • Learning rate schedules can now take the training step as well as an arbitrary set of keyword arguments. This makes it possible to pass information such a the parameter name and last evaluation score to determine the learning rate (#​804).
  • Added the plateau.v1 schedule (#​842). This schedule scales the learning rate if training was found to be stagnant for a given period.
  • The functionality of thinc-apple-ops is integrated into Thinc (#​927). Starting with this version of Thinc, it is not necessary anymore to install thinc-apple-ops.

🔴 Bug fixes

  • Fix the use of thread-local storage (#​917).

⚠️ Backwards incompatibilities

  • Thinc v9.0.0 only support Python 3.9 and later.
  • Schedules are not generators anymore, but implementations of the Schedule class (#​804).
  • thinc.backends.linalg has been removed (#​742). The same functionality is provided by implementations in BLAS that are better tested and more performant.
  • thinc.extra.search has been removed (#​743). The beam search functionality in this module was strongly coupled to the spaCy transition parser and has therefore moved to spaCy in v4.

👥 Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/thinc-9.x branch 8 times, most recently from 5687f16 to ecef447 Compare April 5, 2025 18:25
@renovate
renovate Bot force-pushed the renovate/thinc-9.x branch from ecef447 to 06987bf Compare May 7, 2025 14:10
@renovate
renovate Bot force-pushed the renovate/thinc-9.x branch from 06987bf to 82b3250 Compare January 21, 2026 00:44
@renovate
renovate Bot force-pushed the renovate/thinc-9.x branch from 82b3250 to 4f82511 Compare January 21, 2026 00:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants