Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.2.1
/
tools
/
ci
tag
7862531d604169a95647bf9d19d108716ad9ee5e
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Dec 21 18:31:41 2024
object
7469245786b57405b7ae264b386400061b3b25d3
NumPy 2.2.1 release
d97d071
MAINT: Try fixing MacOS cirrus build failures. [wheel build]
by Charles Harris
· 9 months ago
d58f191
Merge pull request #27372 from seberg/cirrus-token
by Matti Picus
· 12 months ago
5dd4fb5
CI: Update cirrus nightly token
by Sebastian Berg
· 12 months ago
173240a
BLD: cp311- macosx_arm64 wheels [wheel build]
by Andrew Nelson
· 12 months ago
f3254a4
WHL: macos cp313t [wheel build]
by Andrew Nelson
· 1 year, 1 month ago
a35a5f0
WHL: pip isolation for cp313t [wheel build]
by Andrew Nelson
· 1 year, 1 month ago
d382583
BLD: CIBW_FREE_THREADED_SUPPORT [wheel build]
by Andrew Nelson
· 1 year, 1 month ago
78c7fb8
BLD: cp313t for macos<14 (openblas) [wheel build]
by Andrew Nelson
· 1 year, 1 month ago
86e3933
BLD: cp313 cp313t linux_aarch64 [wheel build]
by Andrew Nelson
· 1 year, 1 month ago
bdd3e92
CI: Add xfail for `clip`
by Mateusz Sokół
· 1 year, 1 month ago
84ca719
CI: Upgrade `array-api-tests` hash
by Mateusz Sokół
· 1 year, 1 month ago
6c91567
ENH: Support integer & bool dtype inputs in rounding functions.
by Mateusz Sokół
· 1 year, 2 months ago
b6fcc19
Add Array API 2023.12 version support
by Mateusz Sokół
· 1 year, 2 months ago
1854f26
CI: upgrade FreeBSD Cirrus job from FreeBSD 13.2 to 14.0 (#26672)
by Ralf Gommers
· 1 year, 2 months ago
44a90a5
BUG: vecdot signature
by Mateusz Sokół
· 1 year, 4 months ago
403a9bf
API: Add shape argument to numpy.reshape
by Mateusz Sokół
· 1 year, 4 months ago
e723d39
API: Disallow 0D input arrays in nonzero
by Mateusz Sokół
· 1 year, 4 months ago
debafca
Merge pull request #26222 from charris/drop-python-3.9
by Charles Harris
· 1 year, 5 months ago
2452ff4
MAINT: Drop Python 3.9
by Charles Harris
· 1 year, 5 months ago
723678f
MAINT: Update array-api-tests job
by Mateusz Sokół
· 1 year, 5 months ago
42bbfce
MAINT: Update Pyodide to 0.25.1
by Charles Harris
· 1 year, 5 months ago
aefc278
CI: fix wheel tags for Cirrus macOS arm64 [wheel build]
by Ralf Gommers
· 1 year, 6 months ago
4913772
BLD: try to build most macOS wheels on GHA (#25945)
by Andrew Nelson
· 1 year, 6 months ago
906010e
API: Introduce copy argument for np.asarray
by Mateusz Sokół
· 1 year, 6 months ago
d2d2c25
CI: Re-enable Emscripten/Pyodide CI job for NumPy
by Agriya Khetarpal
· 1 year, 6 months ago
45027bc
CI: remove cirrus macos_arm64 entries
by Andrew Nelson
· 1 year, 6 months ago
b840790
BLD: use homebrew gfortran [wheel build][skip azp][skip actions]
by Andrew Nelson
· 1 year, 6 months ago
ecccca6
fixes from review [wheel build]
by mattip
· 1 year, 7 months ago
8f2e11c
fix delvewheel invocation, restore dir cleaning [wheel build]
by Matti Picus
· 1 year, 7 months ago
d5cc9ea
set PKG_CONFIG_PATH to full path on win, use newer wheel
by mattip
· 1 year, 7 months ago
ddf97f9
use env variable for windows PKG_CONFIG_PATH, replace slashes, split cirrus jobs
by Matti Picus
· 1 year, 7 months ago
afbb9e1
no need for '-Duse-ilp64=true', add PKG_CONFIG_PATH to environment on macos<14
by mattip
· 1 year, 7 months ago
45bb1eb
no need for gfortran when using openblas wheels on arm64 [wheel build]
by mattip
· 1 year, 7 months ago
fcc7ac6
BLD: replace uses of openblas_support with openblas wheels [wheel build]
by Matti Picus
· 1 year, 7 months ago
22b3340
Update tools/ci/cirrus_wheels.yml
by Andrew Nelson
· 1 year, 7 months ago
2adb2ad
CI/BLD: scipy-openblas requires specific gfortran [wheel build][skip azp][skip actions]
by Andrew Nelson
· 1 year, 7 months ago
0d31382
CI/BLD: fix bash script tests for cibw [wheel build][skip azp][skip actions]
by Andrew Nelson
· 1 year, 7 months ago
ab60d6d
CI: split out a 32-bit ci requirements file
by mattip
· 1 year, 7 months ago
ff9cedf
BLD: mv all requirement files to a subdirectory
by mattip
· 1 year, 7 months ago
d3da2ce
BLD: add pinning for scipy-openblas wheels
by mattip
· 1 year, 7 months ago
9427a59
Merge pull request #25437 from mtsokol/adjust-matrix_rank-and-sort
by Nathan Goldbaum
· 1 year, 7 months ago
9ec07cd
Merge pull request #25233 from mtsokol/numpy-device
by Nathan Goldbaum
· 1 year, 7 months ago
595a12e
Remove descending keyword
by Mateusz Sokół
· 1 year, 7 months ago
f93624c
API: Add rtol to matrix_rank and stable & descending to sort & argsort
by Mateusz Sokół
· 1 year, 7 months ago
4540923
API: Introduce correction argument for np.var and np.std
by Mateusz Sokół
· 1 year, 7 months ago
26cd48f
API: Add device and to_device to ndarray
by Mateusz Sokół
· 1 year, 7 months ago
61f5160
BLD: undo change to attempt to show meson-log.txt
by Ralf Gommers
· 1 year, 8 months ago
07c512e
Merge pull request #25255 from andyfaff/macoswheel
by Ralf Gommers
· 1 year, 8 months ago
5038cef
Merge pull request #25388 from mtsokol/pinv-cholesky-array-api
by Nathan Goldbaum
· 1 year, 8 months ago
c6bcaaa
BLD: modify macos wheel build to use accelerate [wheel build]
by Andrew Nelson
· 1 year, 8 months ago
dfe7fd6
API: Adjust linalg.pinv and linalg.cholesky to Array API
by Mateusz Sokół
· 1 year, 8 months ago
ce0ea9d
CI: show meson-log.txt in Cirrus wheel builds [wheel build]
by Ralf Gommers
· 1 year, 8 months ago
4598f0c
API: Introduce np.isdtype function
by Mateusz Sokół
· 1 year, 8 months ago
dd913aa
API: add matrix_norm, vector_norm, vecdot and matrix_transpose
by Mateusz Sokół
· 1 year, 8 months ago
0c3cad6
API: Add matmul to linalg
by Mateusz Sokół
· 1 year, 9 months ago
a585d24
API: Introduce numpy.astype
by Mateusz Sokół
· 1 year, 9 months ago
6ea1c24
CI: remove no-blas=true from spin command on macos_arm64 ci [skip actions][skip azp]
by Andrew Nelson
· 1 year, 9 months ago
e726718
Merge branch 'main' into array-api-outer
by Nathan Goldbaum
· 1 year, 9 months ago
66f8518
API: Add outer to numpy.linalg
by Mateusz Sokół
· 1 year, 9 months ago
49fccbc
API: Add svdvals to numpy.linalg
by Mateusz Sokół
· 1 year, 9 months ago
0d28882
Merge pull request #25088 from mtsokol/array-api-setops
by Nathan Goldbaum
· 1 year, 9 months ago
be4e25f
Merge pull request #25145 from mtsokol/array-api-cross
by Nathan Goldbaum
· 1 year, 9 months ago
7e80fd8
Merge pull request #25253 from andyfaff/sonoma
by Andrew Nelson
· 1 year, 9 months ago
cd9f69a
API: Add cross to numpy.linalg
by Mateusz Sokół
· 1 year, 9 months ago
f7f9509
API: Add Array API setops
by Mateusz Sokół
· 1 year, 9 months ago
260f138
CI: minor cirrus cleanup [skip actions][skip azp][skip circle]
by Andrew Nelson
· 1 year, 9 months ago
36c771b
CI: streamline macos_arm64 test. [skip actions][skip circle]
by Andrew Nelson
· 1 year, 9 months ago
724d86e
Apply review comments
by Mateusz Sokół
· 1 year, 9 months ago
f7ec2fc
BLD, CI: revert pinning scipy-openblas
by mattip
· 1 year, 9 months ago
a901911
BLD: limit scipy-openblas32 wheel to 0.3.23.293.2 (#25085)
by Matti Picus
· 1 year, 9 months ago
a555e7d
Merge pull request #25017 from ganesh-k13/bld_24080_notes
by Stefan van der Walt
· 1 year, 10 months ago
34521b4
CI: add blas, cblas and lapack to FreeBSD CI job
by Ralf Gommers
· 1 year, 10 months ago
05211ce
MAINT: Created `main` to support imports
by ganesh-k13
· 1 year, 10 months ago
71a7e0d
MAINT: Unpin urllib3 for anaconda-client install
by Charles Harris
· 1 year, 10 months ago
32547ae
BLD: musllinux_aarch64 [wheel build]
by Andrew Nelson
· 1 year, 10 months ago
8870faf
BLD: remove `NPY_USE_BLAS_ILP64` environment variable [wheel build]
by Ralf Gommers
· 1 year, 10 months ago
34afbb9
ENH: meson: implement BLAS/LAPACK auto-detection and many CI jobs [wheel build]
by Ralf Gommers
· 1 year, 11 months ago
040ed2d
BLD: fix math func feature checks, fix FreeBSD build, add CI job (#24876)
by Ralf Gommers
· 1 year, 11 months ago
085665c
BLD: add libquadmath to licences and other tweaks (#24753)
by Matti Picus
· 1 year, 11 months ago
62a78ca
MAINT: Remove cibuildwheel pin in cirrus_wheels
by Charles Harris
· 1 year, 11 months ago
c08aaaa
CI: enable use of Cirrus CI compute credits by collaborators
by Ralf Gommers
· 2 years ago
2ce972e
CI: cirrus run linux_aarch64 first (#24435)
by Andrew Nelson
· 2 years ago
9f87462
MAINT: Update cibuildwheel for cirrus builds
by Charles Harris
· 2 years ago
fd342e0
CI: apt update before apt install on cirrus
by Nathan Goldbaum
· 2 years, 1 month ago
826a378
CI: set flags where we don't need BLAS, improve Azure failure reporting
by Ralf Gommers
· 2 years, 1 month ago
37cdb50
MAINT: Update cibuildwheel to 2.14.0
by Charles Harris
· 2 years, 1 month ago
85d439e
Run tests in parallel on CI
by Stefan van der Walt
· 2 years, 2 months ago
4e83db5
Add missing test dependency on Cirrus CI
by Stefan van der Walt
· 2 years, 2 months ago
01cd747
MAINT: Pin urllib3 to avoid anaconda-client bug.
by Charles Harris
· 2 years, 2 months ago
366c7a1
CI: also build Python 3.12 beta/pre wheels on Cirrus CI
by Ralf Gommers
· 2 years, 2 months ago
69f26cf
CI: fix ILP64 usage on macOS arm64 with cibuildwheel
by Ralf Gommers
· 2 years, 2 months ago
7dad9ac
Merge pull request #23852 from seberg/nightly-cirrus
by Sebastian Berg
· 2 years, 3 months ago
1169044
CI: Change "weekly" to "nightly" in cirrus
by Sebastian Berg
· 2 years, 3 months ago
98f7e46
CI: Update cirrus nightly wheel upload token
by Sebastian Berg
· 2 years, 3 months ago
941bc5b
BLD: updates to the Meson build
by Ralf Gommers
· 2 years, 3 months ago
8462739
CI: macosx_arm64 natively on cirrus
by Andrew Nelson
· 2 years, 5 months ago
6e34d87
BLD: Check for submodules before build (#23372)
by Raghuveer Devulapalli
· 2 years, 5 months ago
7774bc8
CI: check env in wheel uploader (#23183)
by Andrew Nelson
· 2 years, 7 months ago
5aa99fb
BLD: use conda to install anaconda-client for upload [wheel build][skip azp][skip circle]
by Andrew Nelson
· 2 years, 7 months ago
3d21a27
DOC: fail the CI build and do not deploy if docs are not created (#23065)
by Matti Picus
· 2 years, 7 months ago
Next »