-
Notifications
You must be signed in to change notification settings - Fork 286
Sync v9 with the latest from master #784
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update code example for Ragged. * Import from thinc.api.
Register fix_random_seed as a pytest-randomly entry point.
* Update cupy extras, quickstart * Rename extra cuda-wheel to cuda-autodetect
* disable mypy run for Python 3.10 * dot
Move `confection` to the section with required explosion packages.
Due to more reports of access violations in windows, reduce supported blis versions back to `<0.8.0`.
* support both Python 3.6 and Pydantic 1.10 * Simplify according to Adriane's suggestion Co-authored-by: Adriane Boyd <[email protected]> Co-authored-by: Adriane Boyd <[email protected]>
* update to latest mypy and exclude Python 3.6 * fix typing of ops.alloc * fix ArrayT usage in types.py
* Update torch install, update package requirements after installing extra deps * Only reinstall requirements * Run test suite twice * Check package requirements after extras * Update thinc-apple-ops test for current macos jobs * Move notebook extras * Skip mypy in tests with extras * Use torch<1.12.0 * Try to figure out numpy version (non)requirements * More numpy version tests * Adjust for all
* Revert return type for Ops.alloc to Any Because the stricter type led to mypy failures in spacy, revert the changes for v8.1 and postpone to a later release. * Fix import
* Add or extend __all__ in various modules to pass checks by type checkers for implicit (re-)exports. * Add test. Minor changes to __all__ in various files. * Add formatting directives for black. * Add exception for numpy in thinc/__init__.py. * Add trailing commas to __all__ lists. Remove thinc/__init__.py from tests. * Update thinc/compat.py Co-authored-by: Adriane Boyd <[email protected]> * Reformat with black. * Enable implicit reexports in thinc.tests.*. Remove __all__ from thinc.tests.strategies. * Extend __all__ in config.py. Co-authored-by: Adriane Boyd <[email protected]>
…hon-3.11 Updates for python 3.11
* Add simple import test Test `import thinc` before dev requirements are installed. * Add packaging requirement
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DON'T SQUASH MERGE
Bringing
v9up-to-date with the latest frommaster, including a follow-up fix for #769