Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.3.0.dev0
/
numpy
tag
c157c3e9878fe7dcb5777bc1b2a8f0459d0c9e97
tagger
Charles Harris <
[email protected]
>
Sat Nov 23 19:40:15 2024
object
5f70dc85d16454c81b19c02a012ce08cca9fc28e
Begin NumPy 2.3.0 development
208993a
BEG, MAINT: Begin NumPy 2.3.0 development.
by Charles Harris
· 10 months ago
be54bff
ENH: Re-enable VXE from build targets for sin/cos (#27665)
by Raghuveer Devulapalli
· 10 months ago
420438f
Merge pull request #14622 from walshb/bw-datetime-hash-3836
by Sebastian Berg
· 10 months ago
b47bd25
API: register NEP 35 functions as array_functions (#27490)
by Clément Robert
· 10 months ago
2cac1c5
BUG: ``timedelta64.__[r]divmod__`` segfaults for incompatible units (#27812)
by Dane Reimers
· 10 months ago
16b210c
BUG,ENH: Fix internal ``__array_wrap__`` for direct calls (#27807)
by Sebastian Berg
· 10 months ago
4f589ff
DOC: Improve choice() documentation about return types (#27806)
by Raghu Rajan
· 10 months ago
b85a149
Merge pull request #27809 from seberg/issue-27777
by Charles Harris
· 10 months ago
da4fa73
Merge pull request #27504 from mhvk/ndarray_array_function_for_like
by Sebastian Berg
· 10 months ago
cee5f86
BUG: Remove incorrect flags propagation in boolean indexing
by Sebastian Berg
· 10 months ago
382b3ff
ENH: Ensure hugepages are also indicated for calloc allocations
by Sebastian Berg
· 10 months ago
fc7cc1e
Merge pull request #27800 from seberg/issue-25635
by Charles Harris
· 10 months ago
13d8c5d
Merge pull request #27802 from seberg/issue-27269-27580
by Charles Harris
· 10 months ago
91aed7b
Merge pull request #27716 from mtsokol/module-attribute
by Matti Picus
· 10 months ago
236cda1
DOC: Adapt to changes in docs (and fix typo/style nit)
by Sebastian Berg
· 10 months ago
792b7f8
BUG: Ensure that same-kind casting works for uints (mostly)
by Sebastian Berg
· 10 months ago
294d745
BUG: Ensure context path is taken in masked array array-wrap
by Sebastian Berg
· 10 months ago
6ca22c9
update pythoncapi-compat to latest HEAD
by mattip
· 10 months ago
c5cf9e3
TYP: Generic ``numpy.bool`` and statically typed boolean logic
by jorenham
· 10 months ago
484f9bf
Merge pull request #27790 from jorenham/typing/generic-time-scalars
by Charles Harris
· 10 months ago
e98a940
TYP: Generic ``timedelta64`` and ``datetime64`` scalar types
by jorenham
· 10 months ago
f3cca78
BUG: allow empty memmaps in most situations (#27723)
by Luke Aarohi
· 10 months ago
fb91abc
BUG: Fix repeat, accumulate for strings and accumulate API logic (#27773)
by Sebastian Berg
· 10 months ago
9fca1b8
Merge pull request #27779 from jorenham/typing/__config__
by Charles Harris
· 10 months ago
0ac8691
Merge pull request #27771 from andyfaff/random
by Charles Harris
· 10 months ago
f833f33
Merge pull request #27728 from HaoZeke/gh27697_lower_callstatement
by Charles Harris
· 11 months ago
d6b0387
Merge pull request #27730 from HaoZeke/testGH27167
by Charles Harris
· 11 months ago
cd63250
Merge pull request #27731 from HaoZeke/fortrannameFunc
by Charles Harris
· 11 months ago
695cf71
TYP: Stub ``numpy.__config__``, add missing param to ``numpy.show_config``
by jorenham
· 11 months ago
266bd3f
TYP: Generic ``numpy.generic`` type parameter for the ``item()`` type.
by jorenham
· 11 months ago
6f84f54
Merge pull request #27776 from jorenham/typing/fix-invalid-typevar-uses
by Charles Harris
· 11 months ago
2837d57
TYP: Fix undefined type-parameter name
by jorenham
· 11 months ago
b84c62f
TYP: Fix method overload issues in ``ndarray`` and ``generic``
by jorenham
· 11 months ago
629f2c6
DOC: Fix docs issue
by Mateusz Sokół
· 11 months ago
8a57102
Merge branch 'numpy:main' into module-attribute
by Mateusz Sokół
· 11 months ago
ac7ef85
DOC: linalg.norm/vector_norm: note other supported values of `ord` (#27714)
by Xiao Yuan
· 11 months ago
e7446b9
MAINT: use RandomState._bit_generator directly
by Andrew Nelson
· 11 months ago
cf67a4c
Merge pull request #27769 from jorenham/typing/cleaner-__init__.pyi
by Charles Harris
· 11 months ago
fe6ef8f
Merge pull request #27770 from jorenham/typing/fix-27768
by Charles Harris
· 11 months ago
f9e02f7
ENH: default_rng coerces RandomState to Generator
by Andrew Nelson
· 11 months ago
405339c
TYP: Grouped symbols and consistent type-param names in ``__init__.pyi``
by jorenham
· 11 months ago
3bd2dbd
TYP: Shape-typed ``ndarray`` inplace binary operator methods.
by jorenham
· 11 months ago
ad82a25
Merge pull request #27767 from jorenham/typing/reshape-shape-typing
by Charles Harris
· 11 months ago
8eb0415
Merge pull request #27758 from jorenham/typing/remove-ndarray-unkown-overloads
by Charles Harris
· 11 months ago
b25ecaa
Merge pull request #27756 from jorenham/typing/1d-shape-typing
by Charles Harris
· 11 months ago
5f57028
TYP: Fix incorrect baseclass of ``linalg.LinAlgError``
by jorenham
· 11 months ago
d82e440
TYP: Shape-typed ``np.resize`` annotations
by jorenham
· 11 months ago
db19c9c
TYP: Shape-typed ``np.reshape``, and deprecate the ``newshape`` kwarg
by jorenham
· 11 months ago
cb6f5fe
TYP: Shape-typed ``ndarray.reshape`` method
by jorenham
· 11 months ago
780d4d8
TYP: Shape-typed ``generic.reshape``, and added the missing ``copy`` kwarg
by jorenham
· 11 months ago
44c2263
Merge pull request #27755 from jorenham/typing/ndarray-missing-annotations
by Charles Harris
· 11 months ago
e0eee7f
Merge pull request #27753 from jorenham/typing/ndarray.real-imag
by Charles Harris
· 11 months ago
8c46459
Merge pull request #27736 from jorenham/typing/scalar-type-parameter-defaults
by Charles Harris
· 11 months ago
7a6f8ec
Update docs
by Mateusz Sokół
· 11 months ago
88cbe51
ENH: Refactor `__module__` attribute across API
by Mateusz Sokół
· 11 months ago
14ef9d0
Merge pull request #27757 from jorenham/typing/remove-ndarray.bitwise_count
by Sebastian Berg
· 11 months ago
472c9de
DOC: fix name of shape parameter kappa of von Mises distribution (#27721)
by Simon Altrogge
· 11 months ago
62c7ee8
Merge pull request #27763 from seberg/pickle-error
by Matti Picus
· 11 months ago
da368f1
DOC: Note that allow-pickle is not safe also in error
by Sebastian Berg
· 11 months ago
fb07ccd
TYP: Remove ``ndarray`` binop overloads for ``NDArray[Never]``
by jorenham
· 11 months ago
fcd611a
TYP: Remove the non-existent ``bitwise_count`` methods of ``ndarray`` and ``generic``
by jorenham
· 11 months ago
547deac
TYP: 1-d shape-typing for ``ndarray.flatten`` and ``ravel``
by jorenham
· 11 months ago
4df0561
Merge pull request #27735 from mtsokol/ufunc-object-dict
by Nathan Goldbaum
· 11 months ago
2d02a3d
TYP: Add method annotations in ``ndarray``
by jorenham
· 11 months ago
7bfdc8c
Merge pull request #27750 from jorenham/typing/ndarray.item
by Charles Harris
· 11 months ago
ca09a65
TYP: Fix ``ndarray.real`` and ``.imag``
by jorenham
· 11 months ago
da32320
Merge pull request #27715 from ngoldbaum/fix-generic-fancy-index-cast
by Nathan Goldbaum
· 11 months ago
6a85517
BUG: Ensure nditer always adds necessary casts (and tiny simplification)
by Sebastian Berg
· 11 months ago
72da798
TST: add segfaulting test
by Nathan Goldbaum
· 11 months ago
56ca6cb
TYP: Fix ``ndarray.item()`` and improve ``ndarray.tolist()``
by jorenham
· 11 months ago
060c28a
Merge pull request #27729 from rgommers/f2py-tls
by Tyler Reddy
· 11 months ago
f4b8a80
DOC: add a code comment to expand on how to override f2py define
by Ralf Gommers
· 11 months ago
a507bf6
Deprecated `_add_newdoc_ufunc`
by Mateusz Sokół
· 11 months ago
60fb218
Check ufunc's dict on creation
by Mateusz Sokół
· 11 months ago
058ea0f
Apply review comments
by Mateusz Sokół
· 11 months ago
44da1a2
Apply review comments
by Mateusz Sokół
· 11 months ago
1ce463f
TYP: Optional ``numpy.number`` type parameters
by jorenham
· 11 months ago
3eafa3f
ENH: Add a `__dict__` to ufunc objects and use it to allow overriding `__doc__`
by Mateusz Sokół
· 11 months ago
b9aaad5
Update _generator.pyx
by Adrien Corenflos
· 11 months ago
369dc35
Update mtrand.pyx
by Adrien Corenflos
· 11 months ago
a39d91c
BUG: Fix wrappers for fortranname
by Rohit Goswami
· 11 months ago
6934cbe
TST: Add some for fortranname
by Rohit Goswami
· 11 months ago
38814d9
TYP: Annotate ``numpy.bool.__index__`` and mark as deprecated
by jorenham
· 11 months ago
4c11cc6
TYP: Annotate ``_ArrayOrScalarCommon.__array_struct__`` as ``CapsuleType``
by jorenham
· 11 months ago
e820e2b
TYP: Remove redundant ``__str__`` and ``__repr__`` methods from ``_ArrayOrScalarCommon``
by jorenham
· 11 months ago
3a727ae
TYP: Remove non-existant ``__bytes__`` method from ``numpy.generic``
by jorenham
· 11 months ago
dbc2fb4
TYP: Add missing ``real`` and ``imag`` properties to ``numpy.generic``
by jorenham
· 11 months ago
b90c3c1
TYP: Explicitly mark ``complexfloating.__round__`` as deprecated
by jorenham
· 11 months ago
50991f6
TYP: Add ``__int__`` and ``__float__`` to ``numpy.generic``
by jorenham
· 11 months ago
447dff1
TYP: Remove non-existant ``__complex__`` methods of scalar types
by jorenham
· 11 months ago
12f6c98
STY: fix typo to address review comment
by Ralf Gommers
· 11 months ago
c1cf2bc
TST: F2PY test regression on variables
by Rohit Goswami
· 11 months ago
adef3a0
TST: Skip runs on macOS for cb aborts
by Rohit Goswami
· 11 months ago
8b7a045
BUG: f2py: fix issues with thread-local storage define
by Ralf Gommers
· 11 months ago
c95c2f0
BUG: Handle more edge cases with --lower
by Rohit Goswami
· 11 months ago
3cdfd82
BUG: Cleanup and use directives correctly
by Rohit Goswami
· 11 months ago
e15a7ff
TST: Callbacks with callstatement
by Rohit Goswami
· 11 months ago
770811c
TST: For --lower with callstatement
by Rohit Goswami
· 11 months ago
ab3aee3
BUG: Fix handling of f2py directives with --lower
by Rohit Goswami
· 11 months ago
7ec91ca
BUG: datetime64 hash.
by Ben Walsh
· 11 months ago
Next »