Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.2.1
/
numpy
/
lib
tag
7862531d604169a95647bf9d19d108716ad9ee5e
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Dec 21 18:31:41 2024
object
7469245786b57405b7ae264b386400061b3b25d3
NumPy 2.2.1 release
0be8037
BUG: fix importing numpy in Python's optimized mode (#27868)
by Clément Robert
· 9 months ago
a53df16
DOC: Correct version-added for mean arg for nanvar and nanstd
by Aarni Koskela
· 9 months ago
b47bd25
API: register NEP 35 functions as array_functions (#27490)
by Clément Robert
· 9 months ago
8a57102
Merge branch 'numpy:main' into module-attribute
by Mateusz Sokół
· 9 months ago
e0eee7f
Merge pull request #27753 from jorenham/typing/ndarray.real-imag
by Charles Harris
· 9 months ago
7a6f8ec
Update docs
by Mateusz Sokół
· 9 months ago
88cbe51
ENH: Refactor `__module__` attribute across API
by Mateusz Sokół
· 9 months ago
da368f1
DOC: Note that allow-pickle is not safe also in error
by Sebastian Berg
· 9 months ago
ca09a65
TYP: Fix ``ndarray.real`` and ``.imag``
by jorenham
· 9 months ago
92d5602
DOC: Remove empty notes (#27706)
by Linus
· 10 months ago
bd1f606
Merge pull request #27691 from jorenham/typing/_typeshed
by Charles Harris
· 10 months ago
6eee093
TYP: Use `_typeshed` to clean up the stubs
by jorenham
· 10 months ago
4c56219
DOC: fix spelling of "reality" in `_nanfunctions_impl.pyi
by Sebastian Vittersø
· 10 months ago
f1b2fb5
Merge pull request #27667 from jorenham/typing/fix-27660
by Ralf Gommers
· 10 months ago
a1d8b17
Merge pull request #15181 from lagru/trim_zeros
by Matti Picus
· 10 months ago
0c31b8b
TYP: Allow returning non-array-likes from the ``apply_along_axis`` function
by jorenham
· 10 months ago
e003e82
BUG: np.cov transpose control
by Tyler Reddy
· 10 months ago
e6e2948
BUF: Fix np.insert to handle boolean arrays as masks and remove FutureWarning and change the corresponding test (#27615)
by Austin
· 10 months ago
393de0a
DOC: Clarify obj parameter types in numpy.delete documentation (#27595)
by Austin
· 10 months ago
8c2476b
DOC: Fix rendering in docstring of nan_to_num (#27604)
by Xiao Yuan
· 10 months ago
f35d3bd
BUG: weighted quantile for some zero weights (#27549)
by Christian Lorentzen
· 10 months ago
6f63230
DOC: np.vectorize: exclude both positional and keyword use of argument (#27408)
by vnherdeiro
· 10 months ago
219b5fd
TYP: Remove unused imports in the stubs
by jorenham
· 11 months ago
8b0f975
TYP: Fill in the missing ``__all__`` exports
by jorenham
· 11 months ago
1b25463
TYP: Mark stub-only classes as `@type_check_only`
by jorenham
· 11 months ago
a5be256
TYP: Annotate type aliases without annotation
by jorenham
· 11 months ago
177eceb
Optimize cases where trim_zero isn't given an object array
by Lars Grüter
· 11 months ago
2cd23b7
Clarify ND in trim_zeros' docstring
by Lars Grüter
· 11 months ago
c3a78be
Removed all outdated versionadded/changed directives ISSUES#27239
by Santhana Mikhail Antony S
· 11 months ago
d031cac
Merge pull request #27335 from stefanv/savez-allow-pickle
by Charles Harris
· 11 months ago
8a4ef4b
More fixes to type annotations
by Stefan van der Walt
· 11 months ago
17ea109
Revert fix_imports annotation
by Stefan van der Walt
· 11 months ago
286c545
Update type annotations
by Stefan van der Walt
· 11 months ago
c283608
DOC: Update np.unique_all example to demonstrate namedtuple output (#27385)
by KM Khalid Saifullah
· 11 months ago
53f3e99
TYP: Allow callable ``converters`` arg in ``numpy.loadtxt``
by jorenham
· 11 months ago
002649a
make sure zipf is closed, even on error
by Matti Picus
· 11 months ago
730ba49
DOC: tril_indices/triu_indices: clarify ordering
by Matt Haberland
· 11 months ago
0ea37c4
Merge remote-tracking branch 'upstream/main' into ajay_main
by Matt Haberland
· 11 months ago
a502bc2
MAINT: Fix a few more typos
by Dimitri Papadopoulos
· 11 months ago
9371827
Remove test for unsupported `trim=""` for now
by Lars Grüter
· 11 months ago
0966478
Make sure `None` is treated as non-zero
by Lars Grüter
· 11 months ago
44aa4cd
Trim on all dimensions by default
by Lars Grüter
· 11 months ago
a79706c
Make `_arg_trim_zeros` private and add tests
by Lars Grüter
· 11 months ago
f69eca8
Update trim_zeros annotation in stub file
by Lars Grüter
· 11 months ago
4deb1d2
Merge branch 'main' into trim_zeros
by Lars Grüter
· 11 months ago
0e5fbac
MAINT: Fix a few typos - and sometimes improve wording
by Dimitri Papadopoulos
· 11 months ago
73a2ab4
Work around Windows file permission issues
by Stefan van der Walt
· 12 months ago
dde1fa8
Test allow_pickle with savez
by Stefan van der Walt
· 12 months ago
21886d2
typos
by musvaage
· 12 months ago
32abfe2
DOC: update ``np.unique`` docstring (#27238)
by vtavana
· 12 months ago
a25bb1a
Add allow_pickle flag to savez
by Stefan van der Walt
· 12 months ago
0e05de4
TYP: Stop using `Any` as shape-type default
by jorenham
· 12 months ago
b3ddf2f
MAINT: Remove any promotion-state switching logic (#27156)
by Sebastian Berg
· 12 months ago
dd66ffe
Merge pull request #27179 from jorenham/typing/piecewise-paramspec
by Charles Harris
· 12 months ago
13e1227
Merge pull request #27297 from DimitriPapadopoulos/RSE
by Charles Harris
· 12 months ago
6a3f10f
Merge pull request #27307 from DimitriPapadopoulos/W
by Charles Harris
· 12 months ago
486ad9b
MAINT: Apply ruff/flake8-comprehensions rule C419
by Dimitri Papadopoulos
· 12 months ago
862d800
MAINT: Apply ruff/flake8-comprehensions rule C416
by Dimitri Papadopoulos
· 12 months ago
3b1c83e
MAINT: Apply ruff/flake8-comprehensions rule C410
by Dimitri Papadopoulos
· 12 months ago
477d9d1
MAINT: Apply ruff/flake8-raise rule RSE102
by Dimitri Papadopoulos
· 12 months ago
177bd62
Apply ruff/pycodestyle rule W293
by Dimitri Papadopoulos
· 12 months ago
96a8ca8
Apply ruff/pycodestyle rule W291
by Dimitri Papadopoulos
· 12 months ago
50185a9
Merge pull request #27295 from DimitriPapadopoulos/PIE
by Charles Harris
· 12 months ago
9cc5325
MAINT: Apply ruff/flake8-pie rule PIE810
by Dimitri Papadopoulos
· 12 months ago
52bf3ca
MAINT: apply ruff/Pycodestyle rule E711
by Dimitri Papadopoulos
· 12 months ago
5c9179b
MAINT: apply ruff/Pycodestyle rule F811
by Dimitri Papadopoulos
· 12 months ago
5ef245a
MAINT: apply ruff/Pycodestyle rule F541
by Dimitri Papadopoulos
· 12 months ago
c0e9b53
MAINT: apply ruff/Pycodestyle rule F401
by Dimitri Papadopoulos
· 12 months ago
09c2186
Merge pull request #27289 from DimitriPapadopoulos/RUF
by Marten van Kerkwijk
· 12 months ago
cdd6c09
MAINT: Apply ruff/flynt rule FLY002
by Dimitri Papadopoulos
· 12 months ago
c274116
MAINT: Optional[T] → T | None
by Dimitri Papadopoulos Orfanos
· 12 months ago
c346da8
MAINT: Apply ruff/pyupgrade rule UP006
by Dimitri Papadopoulos
· 12 months ago
3aaa2af
MAINT: Apply ruff rule RUF013
by Dimitri Papadopoulos
· 12 months ago
6ffe3da
Merge pull request #27272 from ev-br/strict_check_docs
by Sebastian Berg
· 12 months ago
90c34cb
TST: fix examples for struct-check dtypes
by Evgeni Burovski
· 12 months ago
bff71ca
BUG: Fix #27256 and #27257
by Mateusz Sokół
· 12 months ago
1aa39f7
TYP: Replace ``ellipsis`` with ``EllipsisType``
by jorenham
· 1 year ago
7e7cb50
TYP: Improved ``numpy.piecewise`` type-hints with ``ParamSpec``
by jorenham
· 1 year ago
51fa653
Merge pull request #27100 from jorenham/typing/27092-histogram2d-bins-float
by Ralf Gommers
· 1 year ago
be72b3d
TYP: Deprecate calling ``numpy.save`` with ``fix_imports`` (PEP 702)
by jorenham
· 1 year ago
636c275
TYP: Fixed & improved type hints for ``numpy.histogram2d``
by jorenham
· 1 year ago
251f7e1
Merge pull request #27148 from timhoffm/histogram-small-range
by Nathan Goldbaum
· 1 year ago
49a9b20
BUG: Raise if histogram cannot create finite bin sizes
by Tim Hoffmann
· 1 year ago
b9bcca0
BUG: Do not accidentally store dtype metadata in ``np.save``
by Sebastian Berg
· 1 year ago
4a1ca7d
DEP: lib: Deprecate acceptance of float (and more) in bincount. (#27076)
by Warren Weckesser
· 1 year, 1 month ago
b61e079
disable name suggestions on some AttributeErrors
by arnaud-ma
· 1 year, 1 month ago
a277f9f
Merge branch 'main' into add-import-numpy-as-np-statement
by Agriya Khetarpal
· 1 year, 1 month ago
b2ba7af
Merge pull request #26983 from jorenham/typing/trapezoid
by Ralf Gommers
· 1 year, 1 month ago
69516b9
TYP: Fix ``Any`` annotation typo in ``numpy.lib._function_base_impl``
by Joren Hammudoglu
· 1 year, 1 month ago
3d876fd
Merge pull request #26984 from jorenham/typing/median-percentile
by Ralf Gommers
· 1 year, 1 month ago
c333bfb
TYP,BUG: Type annotations for ``numpy.trapezoid``
by jorenham
· 1 year, 1 month ago
c7a1419
TYP,BUG: Fix potentially unresolved typevar in ``numpy.median`` and ``percentile``
by jorenham
· 1 year, 1 month ago
240e828
ENH: Add ``__slots__`` to private (sub)classes of ``numpy.lib._index_tricks_impl``
by jorenham
· 1 year, 1 month ago
42b22a2
Merge pull request #26429 from jlecordier/main
by Ralf Gommers
· 1 year, 1 month ago
ca522d1
TYP,BUG: Remove ``numpy.cast`` and ``numpy.disp`` from the typing stubs. (#26937)
by Joren Hammudoglu
· 1 year, 1 month ago
2093a6d
Merge pull request #26769 from aherbert/fix-closest-observation
by Charles Harris
· 1 year, 1 month ago
fe52670
Merge pull request #26902 from DimitriPapadopoulos/B
by Charles Harris
· 1 year, 1 month ago
1a357f0
Merge pull request #26930 from seberg/issue-26922
by Charles Harris
· 1 year, 1 month ago
c899a67
BUG: Fix out-of-bound minimum offset for in1d table method
by Sebastian Berg
· 1 year, 1 month ago
6160c58
API: Partially revert unique with return_inverse
by Sebastian Berg
· 1 year, 1 month ago
Next »