Update baseline#358
Merged
Merged
Conversation
Contributor
Author
|
Hm, most if not all of these errors seem to be due to @runtime_checkable
class _SupportsArray[DTypeT: np.dtype](Protocol):
def __array__(self) -> np.ndarray[Any, DTypeT]: ...This makes the whole protocol |
Owner
|
Ugh. I think the 0.18 bound for optype was the wrong call then. Sorry! Let's unwind that. |
Owner
|
(And, consequently, bump the basedpyright python version to 3.12.) |
Contributor
Author
Yeah.. I'm guessing they were in cahoots about that and made the releases match :\ |
Owner
|
Thank you! |
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
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.
New numpy is out with typing changes 😁 All of the new errors seem to complain that some annotation is partially unknown..