Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
HEAD
6e14996
Merge pull request #29542 from numpy/dependabot/github_actions/actions/checkout-5.0.0
by Charles Harris
· 18 hours ago
main
b2d22fd
Merge pull request #29553 from numpy/dependabot/github_actions/github/codeql-action-3.29.9
by Charles Harris
· 18 hours ago
bb198ee
MAINT: Bump github/codeql-action from 3.29.8 to 3.29.9
by dependabot[bot]
· 19 hours ago
73d4514
Merge pull request #29546 from math-hiyoko/fix/#29545
by Matti Picus
· 26 hours ago
8276cb4
fix: File exists error
by koki watanabe
· 29 hours ago
3049f4e
Merge pull request #29541 from MyUserNameWasTakenLinux/fix-typo
by Tyler Reddy
· 36 hours ago
05dbc23
MAINT: Bump actions/checkout from 4.2.2 to 5.0.0
by dependabot[bot]
· 2 days ago
dbae155
STY: fix typo in dtypemeta.c [skip azp][skip actions]
by MyUserNameWasTakenLinux
· 2 days ago
a2f142b
TYP: Type ``MaskedIterator`` (#29526)
by Marco Edward Gorelli
· 2 days ago
7c34da7
BUG: left bit shift undefined behavior (#29539)
by Maryanne Wachter
· 2 days ago
6454df5
Merge pull request #29535 from rgommers/license-pep639
by Matti Picus
· 2 days ago
0f39fd2
BLD: update licensing metadata to use PEP 639
by Ralf Gommers
· 3 days ago
622f874
Merge pull request #29533 from numpy/dependabot/github_actions/github/codeql-action-3.29.8
by Charles Harris
· 5 days ago
e11fea7
DOC: Add 'today' string to datetime64 documentation (#29514)
by Zhi Li
· 5 days ago
c7aae66
MAINT: Bump github/codeql-action from 3.29.6 to 3.29.8
by dependabot[bot]
· 5 days ago
a0515ad
ENH: Use array indexing preparation routines for flatiter objects (#28590)
by Lysandros Nikolaou
· 5 days ago
1686b40
Merge pull request #29532 from athurdekoos/doc/build-compatibility
by Matti Picus
· 5 days ago
4640d93
Update depending_on_numpy.rst
by Amelia Thurdekoos
· 6 days ago
ed46cde
DOC:clarify build compatibility to dev depending page
by Amelia Thurdekoos
· 6 days ago
9b8ea2d
Merge pull request #29530 from numpy/dependabot/github_actions/github/codeql-action-3.29.6
by Charles Harris
· 6 days ago
27fdc46
Merge pull request #29529 from numpy/dependabot/github_actions/actions/cache-4.2.4
by Charles Harris
· 6 days ago
bd65074
MAINT: Bump github/codeql-action from 3.29.5 to 3.29.6
by dependabot[bot]
· 6 days ago
0a7162c
MAINT: Bump actions/cache from 4.2.3 to 4.2.4
by dependabot[bot]
· 6 days ago
0653d08
Merge pull request #29522 from WarrenWeckesser/binomial-tiny
by Charles Harris
· 7 days ago
7ffe59f
STY: Add whitespace to appease ruff (rule E226).
by Warren Weckesser
· 7 days ago
f6c2bb9
Merge pull request #29521 from numpy/dependabot/github_actions/actions/download-artifact-5.0.0
by Charles Harris
· 7 days ago
8a153fa
CI: Add UBSAN CI jobs for macOS arm64 and Linux x86-64 (#29487)
by Maryanne Wachter
· 7 days ago
3f7f06f
MAINT: Bump actions/download-artifact from 4.3.0 to 5.0.0
by dependabot[bot]
· 7 days ago
7257477
BUG: random: Fix handling of very small p in Generator.binomial.
by Warren Weckesser
· 7 days ago
9bfc8aa
Merge pull request #29512 from ngoldbaum/tsan-job-build
by Charles Harris
· 8 days ago
d1a2ccc
MAINT: Bump hypothesis to 6.137.1 (#29513)
by Britney Whittington
· 8 days ago
6ad6925
TST: don't explicitly specify -j in TSAN build
by Nathan Goldbaum
· 8 days ago
287cf8f
DOC: Add narrative documentation for printing NumPy arrays (#29502)
by riku-sakamoto
· 8 days ago
2fed989
BLD: update vendored Meson to 1.8.3 (#29509)
by Ralf Gommers
· 8 days ago
9010fe2
Merge pull request #29505 from WarrenWeckesser/bug-timedelta-nat-casting
by Matti Picus
· 9 days ago
02d0964
BUG: Casting from one timedelta64 to another didn't handle NAT.
by Warren Weckesser
· 9 days ago
ae77211
ENH: Use extern C in arraytypes.h.src file for cpp files (#29504)
by ixgbe
· 9 days ago
d2a54c7
Merge pull request #29459 from mgorny/optional-dispatch
by Matti Picus
· 10 days ago
4bb3063
Document `cpu-baeline-detect`
by Michał Górny
· 11 days ago
f5a6af8
TYP: Type ``MaskedArray.__array_finalize__`` and ``MaskedArray.__array_wrap__`` (#29483)
by Marco Edward Gorelli
· 11 days ago
c616985
Merge pull request #29495 from numpy/dependabot/github_actions/pypa/cibuildwheel-3.1.3
by Charles Harris
· 12 days ago
60ad38e
MAINT: Bump pypa/cibuildwheel from 3.1.2 to 3.1.3
by dependabot[bot]
· 12 days ago
9da497f
MAINT: bump `mypy` to `1.17.1` (#29493)
by Joren Hammudoglu
· 13 days ago
0fbd49a
TYP: Type ``MaskedArray.__setitem__`` (#29478)
by Marco Edward Gorelli
· 13 days ago
3231ee8
TYP: Type ``MaskedArray.compress`` (#29480)
by Marco Edward Gorelli
· 13 days ago
4ab0c51
MAINT: Do not exclude `typing/tests/data` from ruff (#29479)
by Marco Edward Gorelli
· 13 days ago
bac0a8e
DOC: Add 'See Also' refs for sign, copysign and signbit. (#29489)
by Warren Weckesser
· 13 days ago
a805425
MAINT: Replace setting of array shape by reshape operation (#29314)
by Pieter Eendebak
· 13 days ago
4126291
MAINT: remove unnecessary `kwargs` update in `MaskedArray.reshape` (#29403)
by Marco Edward Gorelli
· 13 days ago
46268ca
DOC: Clarify that `numpy.printoptions` applies only to `ndarray`, not… (#29450)
by riku-sakamoto
· 14 days ago
6aac80d
Merge pull request #29484 from numpy/dependabot/github_actions/github/codeql-action-3.29.5
by Charles Harris
· 14 days ago
b4586ae
MAINT: Bump github/codeql-action from 3.29.4 to 3.29.5
by dependabot[bot]
· 14 days ago
51a72bc
Merge pull request #29481 from r-devulap/svml-update
by Raghuveer Devulapalli
· 14 days ago
19574af
BUG: Always return a real dtype from linalg.cond (gh-18304) (#29333)
by Bernard Roesler
· 14 days ago
97c6b86
Add .file entry to all .s SVML files
by Raghuveer Devulapalli
· 14 days ago
d53fe4a
TYP: Type ``MaskedArray.fill_value`` (#29468)
by Marco Edward Gorelli
· 2 weeks ago
00bbfef
TYP: Type ``MaskedArray.__getitem__`` (#29472)
by Marco Edward Gorelli
· 2 weeks ago
75169a9
TYP: Remove ``MaskedArray.__reduce__``, and punt on ``MaskedArray.__{eq,ne}__`` (#29470)
by Marco Edward Gorelli
· 2 weeks ago
e4aee50
TYP: Type ``MaskedArray.__new__`` (#29457)
by Marco Edward Gorelli
· 2 weeks ago
d621a31
TYP: Type ``MaskedArray.recordmask`` (#29467)
by Marco Edward Gorelli
· 2 weeks ago
bb31564
MAINT: Bump pypa/cibuildwheel from 3.1.0 to 3.1.2 (#29471)
by dependabot[bot]
· 2 weeks ago
c6471c5
TYP: Type ``MaskedArray.flat`` (#29466)
by Marco Edward Gorelli
· 2 weeks ago
bb7dd1b
TYP: Add test which hits `np.array` constructor overload with `object: _SupportsArray[_ArrayT]` (#29428)
by Marco Edward Gorelli
· 2 weeks ago
f41d553
Merge pull request #29456 from charris/remove-pavement.py
by Charles Harris
· 2 weeks ago
5591f11
BLD: provide explicit control over cpu-baseline detection
by Michał Górny
· 2 weeks ago
6bab2a5
MAINT: Fix linting errors.
by Charles Harris
· 2 weeks ago
d9acbce
MAINT: Update tools/write_release.py
by Charles Harris
· 2 weeks ago
3203001
MAINT: Replace pavement.py
by Charles Harris
· 2 weeks ago
9a1fd19
Merge pull request #29445 from charris/update-release-walkthrough
by Ralf Gommers
· 3 weeks ago
7f53010
Merge pull request #29444 from charris/update-classifier
by Ralf Gommers
· 3 weeks ago
c1bd73c
DOC: Update RELEASE_WALKTHROUGH.rst
by Charles Harris
· 3 weeks ago
7c00e3e
MAINT: Add Python 3.14 to classifier.
by Charles Harris
· 3 weeks ago
91d3f21
Merge pull request #29436 from zebreus/main
by Ralf Gommers
· 3 weeks ago
48e8b54
Merge pull request #29441 from charris/post-2.3.2-release-update
by Ralf Gommers
· 3 weeks ago
ec81633
MAINT: Update main after 2.3.2 release.
by Charles Harris
· 3 weeks ago
9812a3f
DOC: Correct more ndarray defaults (#29402)
by Marco Edward Gorelli
· 3 weeks ago
fda7b4c
Merge pull request #29435 from sobue-code/fix-test-configtool-pkgconfigdir-path
by Matti Picus
· 3 weeks ago
8816776
Merge pull request #29431 from ixgbe/rvv_auto_vectorization
by Raghuveer Devulapalli
· 3 weeks ago
a4906a7
BLD: allow targeting webassembly without emscripten
by Zebreus
· 3 weeks ago
439f763
BUG: fix datetime/timedelta hash memory leak (#29411)
by kostayScr
· 3 weeks ago
3031083
BUG: Fix test_configtool_pkgconfigdir to resolve PKG_CONFIG_DIR symlink (#29434)
by Aleksandr A. Voyt
· 3 weeks ago
f45f828
Merge pull request #29432 from numpy/dependabot/github_actions/larsoner/circleci-artifacts-redirector-action-1.2.0
by Charles Harris
· 3 weeks ago
435cb02
Merge pull request #29433 from numpy/dependabot/github_actions/pypa/cibuildwheel-3.1.0
by Charles Harris
· 3 weeks ago
f093acd
MAINT: Bump pypa/cibuildwheel from 3.0.1 to 3.1.0
by dependabot[bot]
· 3 weeks ago
3702c9a
MAINT: Bump larsoner/circleci-artifacts-redirector-action
by dependabot[bot]
· 3 weeks ago
66ffb4c
ci: rerun workflow due to mirror sync issue
by ixgbe
· 3 weeks ago
eecfbc5
ENH: Enable RVV acceleration for auto-vectorization in RISC-V
by ixgbe
· 3 weeks ago
4b90eeb
Merge pull request #29426 from numpy/dependabot/github_actions/github/codeql-action-3.29.4
by Charles Harris
· 3 weeks ago
0e631dc
Merge pull request #29427 from jorenham/doc/remove-outdated-exceptions-info
by Charles Harris
· 3 weeks ago
8b2321d
TYP: Type ``MaskedArray.reshape`` (#29404)
by Marco Edward Gorelli
· 3 weeks ago
a0bb9ed
DOC: Remove outdated `numpy.exceptions` compatibility note.
by jorenham
· 3 weeks ago
7845ef8
MAINT: Bump github/codeql-action from 3.29.3 to 3.29.4
by dependabot[bot]
· 3 weeks ago
e766381
TYP: Type ``MaskedArray.view`` (#29383)
by Marco Edward Gorelli
· 3 weeks ago
436662e
TYP: Type ``MaskedArray.__deepcopy__`` and ``MaskedArray.argsort`` (#29418)
by Marco Edward Gorelli
· 3 weeks ago
ea869ec
Merge pull request #29419 from danra/fix_take_doc
by Charles Harris
· 3 weeks ago
1016f8a
DOC: Fix index name in notes for np.take
by Dan Raviv
· 3 weeks ago
8f68377
BUG: Any dtype should call `square` on `arr ** 2` (#29392)
by Maanas Arora
· 3 weeks ago
f13cf6e
MAINT/BUG: Followups for PySequence_Fast locking (#29405)
by Nathan Goldbaum
· 3 weeks ago
778647f
Merge pull request #29407 from mattip/pypy7.3.20
by Tyler Reddy
· 3 weeks ago
d2c0c10
ENH: Show unit information in repr for datetime64("NaT") (#29396)
by riku-sakamoto
· 3 weeks ago
Next »