-
-
Notifications
You must be signed in to change notification settings - Fork 5
✨🐛 stub _core._multiarray_umath
, and many related fixes & improvements
#122
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
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
This comment was marked as outdated.
This comment was marked as outdated.
jorenham
added a commit
to jorenham/numpy
that referenced
this pull request
Mar 14, 2025
Partial backport of numpy/numtype#122
jorenham
added a commit
to jorenham/numpy
that referenced
this pull request
Mar 14, 2025
…e.multiarray` Partial backport of numpy/numtype#122
jorenham
added a commit
to jorenham/numpy
that referenced
this pull request
Mar 14, 2025
I tried backporting it in https://github.com/jorenham/numpy/tree/numtype/122/probably-not-a-good-idea-after-all, but now that I see the huge diff, I don't think that backporting this is a good idea anymore |
jorenham
added a commit
to jorenham/numpy
that referenced
this pull request
Mar 14, 2025
Partial backport of numpy/numtype#122 and numpy/numtype#152
jorenham
added a commit
to jorenham/numpy
that referenced
this pull request
Mar 14, 2025
Partial backport of numpy/numtype#122 and numpy/numtype#152
charris
pushed a commit
to charris/numpy
that referenced
this pull request
Mar 15, 2025
Partial backport of numpy/numtype#122 and numpy/numtype#152
charris
added a commit
to numpy/numpy
that referenced
this pull request
Mar 15, 2025
* TYP: don't use literals in shape-types Partial backport of numpy/numtype#122 and numpy/numtype#152 * TYP: annotate the missing ``ufunc.resolve_dtypes`` method Ported from numpy/numtype#218 * TYP: stub ``numpy._core.overrides`` Ported from numpy/numtype#226 * TYP: stub ``numpy._utils`` Ported from numpy/numtype#225 * TYP: stub ``numpy._core._dtype[_ctypes]`` Ported from numpy/numtype#227 * TYP: stub the remaining ``numpy._core.*`` modules Ported from numpy/numtype#241 * TYP: stub the missing submodules of ``numpy.linalg`` Ported from numpy/numtype#248 * TYP: stub ``numpy._pyinstaller`` Ported from numpy/numtype#264 * TYP: stub ``numpy.fft.helper`` (deprecated) Ported from numpy/numtype#261 * TYP: annotate the missing deprecated ``row_stack`` function Ported from numpy/numtype#223 --------- Co-authored-by: jorenham <[email protected]>
MaanasArora
pushed a commit
to MaanasArora/numpy
that referenced
this pull request
Apr 11, 2025
Partial backport of numpy/numtype#122 and numpy/numtype#152
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.
_core.multiarray
to_core._multiarray_umath
broadcast
,busdaycalendar
,flatiter
, andfrom_dlpack
, from__init__
to_core._multiarray_umath
_core.multiarray
, of which there were more than 100numpy
subpackages in__init__
_core._multiarray_umath
, and corrected several minor bugs_core.multiarray
__init__
(by setting theufunc.identity
type param default toNone
)TypeAlias
withTypeAliasType
, reducing the type-checker error message spaghetticloses #110
towards ##98
towards #121