Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
HEAD
3727d5b
TYP: Add shape typing to return values of `np.nonzero` and `ndarray.nonzero`, simplify `MaskedArray.nonzero` return type (#29303)
by Marco Edward Gorelli
· 50 minutes ago
main
a982786
MAINT: Enable linting with ruff E501 (#29300)
by Pieter Eendebak
· 3 hours ago
c96fcc8
MAINT: Bump github/codeql-action from 3.29.1 to 3.29.2 (#29296)
by dependabot[bot]
· 15 hours ago
e740470
Merge pull request #29291 from eendebakpt/e501_y
by Matti Picus
· 2 days ago
ba63e64
Merge pull request #29290 from charris/fix-blas_utils
by Matti Picus
· 2 days ago
7bdf6b4
BUG: Fix version check in blas_utils.c
by Charles Harris
· 2 days ago
6aeb7c6
More linting
by Pieter Eendebak
· 2 days ago
907b73c
MAIN: Enforce ruff E501 rule
by Pieter Eendebak
· 2 days ago
bb9a48c
Merge pull request #29143 from timhoffm/doc-assert-scalar
by Matti Picus
· 2 days ago
7ce4670
Merge pull request #29250 from eendebakpt/ruff_e501_
by Matti Picus
· 2 days ago
2bb4005
DOC: avoid searching some directories for doxygen-commented source code (#29275)
by Matti Picus
· 3 days ago
fb7135f
BUG: Fix macro redefinition (#29289)
by Charles Harris
· 3 days ago
0f18e7c
BUG: handle case in mapiter where descriptors might get replaced (#29286)
by Nathan Goldbaum
· 4 days ago
202df73
MAINT: Bump github/codeql-action from 3.29.0 to 3.29.1 (#29285)
by dependabot[bot]
· 4 days ago
6eeaae2
TYP: fix overloads where `out: _ArrayT` was typed as being the default (#29278)
by Marco Edward Gorelli
· 5 days ago
bd68380
TYP: Add overloads for `MaskedArray.__{div,rdiv,floordiv,rfloordiv}__` (#29271)
by Marco Edward Gorelli
· 5 days ago
004458d
TYP: Work around a mypy issue with bool arrays (#29248)
by Joren Hammudoglu
· 6 days ago
7311f0a
MAINT: Fix ``I001`` ruff error on main (#29272)
by Joren Hammudoglu
· 6 days ago
b89320a
STY: ruff/isort config tweaks - episode 2 (#29185)
by Joren Hammudoglu
· 6 days ago
f8281b9
BUG: fix fencepost error in StringDType internals (#29269)
by Nathan Goldbaum
· 6 days ago
2d6a4d7
TYP: Type ``MaskedArray.__{mul,rmul}__`` (#29265)
by Marco Edward Gorelli
· 6 days ago
32b4321
Apply suggestions from code review
by Pieter Eendebak
· 8 days ago
1fefc5c
DOC: Clarify dtype argument for __array__ in custom container guide (#29254)
by Mohammed Abdul Rahman
· 8 days ago
ebe3b63
Merge pull request #29257 from charris/post-2.3.1-release-update
by Ralf Gommers
· 10 days ago
170ab7c
Merge pull request #29252 from koyuki7w/patch-1
by Matti Picus
· 10 days ago
124ac8d
MAINT: Update main after 2.1.0 release.
by Charles Harris
· 10 days ago
1b3a0d9
DOC: Fix some markup errors
by Yuki Kobayashi
· 11 days ago
09eb6b7
MAIN: Enable linting with E501
by Pieter Eendebak
· 11 days ago
dea4451
MAIN: Enable linting with E501
by Pieter Eendebak
· 11 days ago
e3e875a
MAIN: Enable linting with E501
by Pieter Eendebak
· 11 days ago
7c91551
DOC: Update CONTRIBUTING.rst (#28158)
by specsy
· 11 days ago
20d034f
ENH: np.unique: support hash based unique for string dtype (#28767)
by Koki Watanabe
· 11 days ago
1da34ea
DEP: Deprecate setting the strides attribute of a numpy array (#28925)
by Pieter Eendebak
· 12 days ago
979b5c9
Merge pull request #29221 from brad0/openbsd_elf_aux_info
by Charles Harris
· 12 days ago
80833c5
Merge pull request #29224 from brad0/elf_aux_info_riscv64
by Charles Harris
· 12 days ago
7b30ce7
BUG: Enforce integer limitation in concatenate (#29231)
by Sebastian Berg
· 12 days ago
4575abf
MAINT: bump ``ruff`` to ``0.12.0`` (#29220)
by Joren Hammudoglu
· 12 days ago
a27cc51
Merge pull request #29227 from jorenham/typing/ndarray-StringDType-iter
by Charles Harris
· 12 days ago
35079af
TST: Fix test that uses unininitialized memory (#29232)
by Sebastian Berg
· 12 days ago
7a74e12
BUG: avoid negating unsigned integers in resize implementation (#29230)
by Nathan Goldbaum
· 12 days ago
5cbc0bc
ENH: Detect CPU features on FreeBSD / OpenBSD RISC-V64.
by Brad Smith
· 13 days ago
f15a116
BUG: Address interaction between SME and FPSR (#29223)
by Developer-Ecosystem-Engineering
· 13 days ago
2b0eda3
TYP: Support iteration of ``StringDType`` arrays
by jorenham
· 13 days ago
d52b36e
strides comparison performance fix, compare discussion #29179 (#29188)
by Michael
· 13 days ago
823287c
Merge pull request #29215 from Mugundanmcw/WOA_CLANG_CI
by Christopher Sidebottom
· 13 days ago
b6a6740
CI: Add conditions to check hash of LLVM package
by Mugundanmcw
· 13 days ago
d1c6757
ENH: Detect CPU features on OpenBSD ARM and PowerPC64
by Brad Smith
· 14 days ago
32f4afa
ENH: improve Timsort with powersort merge-policy (#29208)
by Moritz Groß
· 2 weeks ago
f6a17f0
TYP: Workaround for a mypy issue in ``ndarray.__iter__`` (#29218)
by Joren Hammudoglu
· 2 weeks ago
3f99204
MAINT: bump `mypy` to `1.16.1` (#29219)
by Joren Hammudoglu
· 2 weeks ago
03d5730
MAINT: Fix some undef warnings (#29216)
by Sebastian Berg
· 2 weeks ago
f36c0da
CI: Fix reusable LLVM block
by Mugundanmcw
· 2 weeks ago
fb0dff6
CI: fix action.yml naming
by Mugundanmcw
· 2 weeks ago
f02bb58
CI: Modify wheel.yml to use clang-cl for Win-ARM64
by Mugundanmcw
· 2 weeks ago
d8c4f2b
CI: Create action.yml for LLVM Win-ARM64 as reusable blocks
by Mugundanmcw
· 2 weeks ago
aea8869
CI: Add WoA validation setup to windows.yml
by Mugundanmcw
· 2 weeks ago
2f4ace7
BUG: fix linting (#29210)
by Matti Picus
· 2 weeks ago
70851b3
Merge pull request #25245 from seiko2plus/enable_native_fp16_arm
by Raghuveer Devulapalli
· 3 weeks ago
470943b
TST: additional tests for matmul with non-contiguous input and output (#29197)
by Michael
· 3 weeks ago
0b74c62
TYP: fix ``ndarray.__array__`` annotation for ``copy`` (#29204)
by Joren Hammudoglu
· 3 weeks ago
79deb8f
DOC: Suppress distutils doc build warnings for python 3.12+ (#29160)
by Ben Woodruff
· 3 weeks ago
57eedf5
Merge pull request #29195 from numpy/dependabot/github_actions/github/codeql-action-3.29.0
by Charles Harris
· 3 weeks ago
8c2dec1
BUG: Revert `np.vectorize` casting to legacy behavior (#29196)
by François Rozet
· 3 weeks ago
b88c248
MAINT: Bump github/codeql-action from 3.28.19 to 3.29.0
by dependabot[bot]
· 3 weeks ago
a811c05
TYP: add ``__all__`` in ``numpy._core.__init__`` (#29187)
by Joren Hammudoglu
· 3 weeks ago
303095e
BUG: fix matmul with transposed out arg (#29179)
by Matti Picus
· 3 weeks ago
1ea01c5
MAINT: bump ``ruff`` to ``0.11.13`` (#29186)
by Joren Hammudoglu
· 3 weeks ago
2c19076
STY: ruff/isort config tweaks (#29183)
by Joren Hammudoglu
· 3 weeks ago
3d1cdb4
TYP: fix ``ravel_multi_index`` false rejections (#29184)
by Joren Hammudoglu
· 3 weeks ago
a3ec9af
CI: Bump `array-api-tests` to `v2025.05.23` (#29149)
by Joren Hammudoglu
· 3 weeks ago
8ce860f
MAINT: Bump pypa/cibuildwheel from 3.0.0b4 to 3.0.0 (#29180)
by dependabot[bot]
· 3 weeks ago
18cbd6d
TYP: Fix missing ``_core.numeric`` (re-)exports (#29166)
by Joren Hammudoglu
· 3 weeks ago
ea91f18
TYP: ``double = float64`` and ``cdouble = complex128`` (#29155)
by Joren Hammudoglu
· 3 weeks ago
ceb858f
TYP: fix and improve ``numpy.lib._utils_impl`` (#29181)
by Joren Hammudoglu
· 3 weeks ago
7bb70e1
TYP: Simplified ``dtype.__new__`` overloads (#29168)
by Joren Hammudoglu
· 3 weeks ago
7d8b1d5
TYP: ``out=...`` in ufuncs (#29169)
by Joren Hammudoglu
· 3 weeks ago
1512865
TYP: ``numpy._NoValue`` (#29170)
by Joren Hammudoglu
· 3 weeks ago
42b875f
TYP: Fix invalid inline annotations in ``lib._function_base_impl`` (#29175)
by Joren Hammudoglu
· 3 weeks ago
9cbddda
TYP: ``any(None)`` and ``all(None)`` (#29176)
by Joren Hammudoglu
· 3 weeks ago
a17726a
TYP: ``lib._iotools`` annotation improvements (#29177)
by Joren Hammudoglu
· 3 weeks ago
29c85f3
TYP: Accept dispatcher function with optional returns in ``_core.overrides`` (#29171)
by Joren Hammudoglu
· 3 weeks ago
44d3cf1
Merge pull request #29148 from V-R-S/refactor-zoneinfo
by Matti Picus
· 3 weeks ago
0f1a6f8
Removing additional references to pytz
by V-R-S
· 3 weeks ago
81b2a67
Adding refactored tests
by V-R-S
· 3 weeks ago
30a4883
Merge pull request #29156 from jorenham/ci/mypy-macos-3.13
by Charles Harris
· 3 weeks ago
871d23e
Merge pull request #29158 from mattip/release-tweak
by Charles Harris
· 3 weeks ago
7d950ec
DOC: tweak release walkthrough for numpy.org news blurb [skip actions][skip azp][skip cirrus]
by mattip
· 3 weeks ago
75fd1ff
Merge pull request #29154 from melissawm/switcher-colors
by Matti Picus
· 3 weeks ago
aed7a60
CI: Run mypy with Python 3.13
by jorenham
· 3 weeks ago
a8d3500
MAINT: Update comment for clarity
by Melissa Weber Mendonça
· 3 weeks ago
da3c2b4
DOC: Remove version switcher colors
by Melissa Weber Mendonça
· 3 weeks ago
ce5895e
Merge pull request #29147 from jorenham/bug/missing-capabilities-key
by Charles Harris
· 3 weeks ago
93340d3
Merge pull request #29094 from SoapGentoo/fix-28991
by Charles Harris
· 3 weeks ago
f0e082d
DOC: Document the removal of the NPY_ALIGNMENT_REQUIRED macro.
by Charles Harris
· 3 weeks ago
e48fdef
BUG: remove `NPY_ALIGNMENT_REQUIRED`
by David Seifert
· 3 weeks ago
21c2e70
TST: migrating from pytz to zoneinfo + tzdata (where needed)
by V-R-S
· 3 weeks ago
0e0c8d3
Merge pull request #29146 from jorenham/typing/f2py-2.3.0
by Ralf Gommers
· 3 weeks ago
0b6a990
Merge pull request #29145 from jorenham/typing/lib.__all__
by Ralf Gommers
· 3 weeks ago
0606fcd
Merge pull request #29142 from jorenham/typing/_pyinstaller.hook-numpy
by Ralf Gommers
· 3 weeks ago
c086421
Merge pull request #29141 from charris/post-2.3.0-release-update
by Ralf Gommers
· 3 weeks ago
Next »