Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.24.0
tag
fbeb1b165291db4de782a4a6c438df3fe8ef0685
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Dec 18 03:37:15 2022
object
8cec82012694571156e8d7696307c848a7603b4e
NumPy 1.24.0 release
8cec820
Merge pull request #22813 from charris/prepare-1.24.0-release
by Charles Harris
· 2 years, 8 months ago
v1.24.0
8d33e68
REL: Prepare for the NumPy 1.24.0 release.
by Charles Harris
· 2 years, 8 months ago
5ac09da
Merge pull request #22815 from charris/backport-22814
by Charles Harris
· 2 years, 8 months ago
df2d26f
BLD: use newer version of delocate
by mattip
· 2 years, 8 months ago
e18104e
Merge pull request #22805 from charris/backport-22804
by Charles Harris
· 2 years, 8 months ago
6d44424
REV: revert change to `numpyconfig.h` for sizeof(type) hardcoding on macOS
by Ralf Gommers
· 2 years, 8 months ago
c484593
Merge pull request #22795 from charris/backport-22791
by Charles Harris
· 2 years, 8 months ago
0904c01
Change argument to npy_floatstatus_..._barrier() functions to ensure it
by Peter Hawkins
· 2 years, 8 months ago
34653f9
Merge pull request #22793 from charris/backport-22789
by Charles Harris
· 2 years, 8 months ago
21f7096
BUG: Fix infinite recursion in longdouble/large integer scalar ops
by Sebastian Berg
· 2 years, 8 months ago
6205f3f
Merge pull request #22743 from seberg/issue-22733
by Charles Harris
· 2 years, 9 months ago
34e068c
Merge pull request #22760 from charris/backport-22751
by Charles Harris
· 2 years, 9 months ago
1ad784d
Merge pull request #22761 from charris/backport-22753
by Charles Harris
· 2 years, 9 months ago
f067efe
Merge pull request #22759 from charris/backport-22750
by Charles Harris
· 2 years, 9 months ago
8560895
Merge pull request #22758 from charris/backport-22747
by Charles Harris
· 2 years, 9 months ago
509c934
DOC: Fix release note link to out-of-bounds integer deprecation
by Sebastian Berg
· 2 years, 9 months ago
5059477
BUG: Fix deepcopy cleanup on error
by Sebastian Berg
· 2 years, 9 months ago
3de5a9f
CI, SIMD: Add workflow to test default baseline features only
by Sayed Adel
· 2 years, 9 months ago
246e996
BUG, SIMD: Fix rounding large numbers >= 2^52 on SSE2
by Sayed Adel
· 2 years, 9 months ago
3fb0ace
DOC: Some updates to the array_api compat document (#22747)
by Aaron Meurer
· 2 years, 9 months ago
7f5f12e
Merge pull request #22757 from charris/backport-22752
by Charles Harris
· 2 years, 9 months ago
2f7cc02
CI: fix CIRRUS_TAG check when tagging. Closes #22730.
by Andrew Nelson
· 2 years, 9 months ago
9fd9804
Merge pull request #22749 from charris/backport-22738
by Charles Harris
· 2 years, 9 months ago
b02f07e
Merge pull request #22748 from charris/backport-22721
by Charles Harris
· 2 years, 9 months ago
8f58773
Merge pull request #22746 from charris/backport-22724
by Charles Harris
· 2 years, 9 months ago
199c77c
MAINT: check if PyArrayDTypeMeta_Spec->casts is set
by Nathan Goldbaum
· 2 years, 9 months ago
6641739
BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `numpy.percentile()`, and `numpy.quantile()`.
by Roy Smart
· 2 years, 9 months ago
e9d843d
BUG: Fix some valgrind errors (and probably harmless warnings)
by Sebastian Berg
· 2 years, 9 months ago
754e59d
Merge pull request #22729 from charris/prepare-1.24.0rc2
by Charles Harris
· 2 years, 9 months ago
v1.24.0rc2
fd9e053
REL: Prepare for the NumPy 1.24.0rc2 release.
by Charles Harris
· 2 years, 9 months ago
7401ccd
Merge pull request #22716 from charris/add-cirrus-for-1.24.x
by Charles Harris
· 2 years, 9 months ago
0abd451
Merge pull request #22719 from charris/backport-22694
by Charles Harris
· 2 years, 9 months ago
06e3260
Merge pull request #22717 from charris/backport-22713
by Charles Harris
· 2 years, 9 months ago
292a5f3
CI: Make benchmark asv run quick to only check that benchmarks work
by Sebastian Berg
· 2 years, 9 months ago
f054cf5
TST: Skip when numba/numpy compat issues cause SystemError
by Sebastian Berg
· 2 years, 9 months ago
66e5508
BLD, CI: Use cirrus for building aarch64 wheels
by Charles Harris
· 2 years, 9 months ago
bd5a220
Merge pull request #22702 from charris/backport-22671
by Charles Harris
· 2 years, 9 months ago
0c68003
MAINT: pin ubuntu and python for emscripten
by mattip
· 2 years, 9 months ago
6e67701
Merge pull request #22699 from charris/backport-22676
by Charles Harris
· 2 years, 9 months ago
b3cc1fb
Merge pull request #22697 from charris/backport-22646
by Charles Harris
· 2 years, 9 months ago
56638bf
Merge pull request #22698 from charris/backport-22653
by Charles Harris
· 2 years, 9 months ago
885b9a9
Merge pull request #22700 from charris/backport-22679
by Charles Harris
· 2 years, 9 months ago
3ec88c4
BUILD: revert function() -> #define for 3 npymath functions
by mattip
· 2 years, 9 months ago
d076e98
Update numpy/core/tests/test_dtype.py
by Sebastian Berg
· 2 years, 9 months ago
882173a
BUG: Ensure string aliases `"int0"`, etc. remain valid for now
by Sebastian Berg
· 2 years, 9 months ago
cccbc6f
[MAINT] check user-defined dtype has an ensure_canonical implementation
by Nathan Goldbaum
· 2 years, 9 months ago
27dfe49
Rename symbols in textreading/ that may clash when statically linked.
by Peter Hawkins
· 2 years, 9 months ago
43a4319
Merge pull request #22665 from charris/fix-1.24.0-release-note
by Sebastian Berg
· 2 years, 9 months ago
975cf99
MAINT: Fix 1.24.0 release note markup.
by Charles Harris
· 2 years, 9 months ago
4f0a3eb
Merge pull request #22662 from charris/prepare-1.24.0rc1
by Charles Harris
· 2 years, 9 months ago
v1.24.0rc1
4f400c4
REL: Prepare for the NumPy 1.24.0rc1 release.
by Charles Harris
· 2 years, 9 months ago
04d0e21
ENH: raise TypeError when arange() is called with string dtype (#22087)
by Daniel da Silva
· 2 years, 9 months ago
5d32b8d
Merge pull request #22316 from seberg/void-strctured-new
by Sebastian Berg
· 2 years, 9 months ago
f92c90c
Merge pull request #22436 from cmarmo/doc-masked-equal
by Sebastian Berg
· 2 years, 9 months ago
7404cb6
DOC: Update np.void docs based on Matti's comments
by Sebastian Berg
· 2 years, 9 months ago
918f81d
Update numpy/ma/core.py
by Sebastian Berg
· 2 years, 9 months ago
098dbdd
Merge pull request #22639 from seberg/undoc-sigint
by Matti Picus
· 2 years, 9 months ago
f1a0741
DOC: Remove traces of interrupt handling utilities
by Sebastian Berg
· 2 years, 9 months ago
742545f
Merge pull request #22607 from seberg/scalar-aliases
by Ralf Gommers
· 2 years, 9 months ago
d416581
DOC: Adjust comments on deprecated/future scalar alias based on review
by Sebastian Berg
· 2 years, 9 months ago
5f0b846
Merge pull request #22636 from charris/increase-travis-timeout
by Charles Harris
· 2 years, 9 months ago
743b1f9
CI: Increase travis timeout to 20 minutes (2).
by Charles Harris
· 2 years, 9 months ago
73ad4a8
Merge pull request #22634 from charris/increase-travis-timeout
by Charles Harris
· 2 years, 9 months ago
2b11e6a
CI: Increase travis timeout to 20 minutes.
by Charles Harris
· 2 years, 9 months ago
dc8b760
Merge pull request #22629 from charris/post-1.23.5-release-update
by Matti Picus
· 2 years, 9 months ago
af2ebb2
Merge pull request #22630 from charris/fix-aarch64-python3_9-build
by Matti Picus
· 2 years, 9 months ago
1932251
BLD: Use cibuildwheel 2.9.0 for Python 3.8 aarch65 builds
by Charles Harris
· 2 years, 9 months ago
2a978b4
MAINT: Update main after 1.23.5 release.
by Charles Harris
· 2 years, 9 months ago
ea57354
Merge pull request #22628 from stefmolin/patch-1
by Charles Harris
· 2 years, 9 months ago
723f0eb
DOC: Add example for np.ma.power as part of #22269
by Stefanie Molin
· 2 years, 9 months ago
cd75790
Merge pull request #22612 from mattip/macos-11
by Charles Harris
· 2 years, 9 months ago
023587a
debugging the CI workflow with the action-tmate did not help: it does not preserve state
by mattip
· 2 years, 9 months ago
39c0f29
give up: skip openblas version check on macos-x86_64
by mattip
· 2 years, 9 months ago
6a2bc60
Merge pull request #22620 from WarrenWeckesser/nulps-typo
by Sebastian Berg
· 2 years, 9 months ago
c6e75fc
DOC: testing: Fix typo: nulps -> nulp
by warren
· 2 years, 9 months ago
271ed24
aid debugging on the runner
by mattip
· 2 years, 9 months ago
05e5de7
aid debugging on the runner
by mattip
· 2 years, 9 months ago
93475f5
aid debugging on the runner
by mattip
· 2 years, 9 months ago
72fd83e
aid debugging on the runner
by mattip
· 2 years, 9 months ago
59f2b33
add a debug github action on wheel build failure
by mattip
· 2 years, 9 months ago
300a8cc
typo
by mattip
· 2 years, 9 months ago
7ec4a39
move to macos-12 for wheel building, restore test
by mattip
· 2 years, 9 months ago
72af24d
BUG: Histogramdd breaks on big arrays in Windows (#22561)
by Navpreet Singh
· 2 years, 9 months ago
b1dcf1e
do not explicitly set MACOSX_DEPLOYMENT_TARGET, disable test for now
by mattip
· 2 years, 9 months ago
23328e7
check for openblas version before setting env variables on macos
by mattip
· 2 years, 9 months ago
c9355a6
explicitly set MACOSX_DEPLOYMENT_TARGET=10.9 before build, cleanup redundant stanza
by mattip
· 2 years, 9 months ago
eaf0638
TST: Rename setup to setup_method in _locales (#22616)
by Stefan van der Walt
· 2 years, 9 months ago
06f986c
Merge pull request #22615 from InessaPawson/rounding-autosummary
by Charles Harris
· 2 years, 9 months ago
5f5a3ed
DOC: Rm round_ from autosummary
by Inessa Pawson
· 2 years, 9 months ago
e4d8ca5
Merge pull request #22614 from rgommers/numpyconfig-cleanup
by Matti Picus
· 2 years, 9 months ago
d4de105
MAINT: remove macOS specific long double handling in numpyconfig.h
by Ralf Gommers
· 2 years, 9 months ago
441b3de
copy LIBRARY_PATH from scipy build
by mattip
· 2 years, 9 months ago
e0bf73d
BUILD: update wheel builds on macos to macos-11 image
by mattip
· 2 years, 9 months ago
9e144f7
BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525)
by Matti Picus
· 2 years, 9 months ago
4a89f39
Merge pull request #22608 from charris/add-coverage-check
by Sebastian Berg
· 2 years, 9 months ago
424cb3f
BUG: Fixup warning giving and remove MachAr from docs
by Sebastian Berg
· 2 years, 9 months ago
c8e8bfd
MAINT, CI: Enable coverage checking.
by Charles Harris
· 2 years, 9 months ago
eead09a
Merge pull request #22605 from seberg/silence-update-shape-warning
by Charles Harris
· 2 years, 9 months ago
8b13c8c
DOC: Document scalar type alias deprecation changes and futurewarning
by Sebastian Berg
· 2 years, 9 months ago
49bb24e
TYP: Remove newly deprecated scalar type aliases
by Sebastian Berg
· 2 years, 9 months ago
Next »