Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.26.2
tag
7d1dc82da38bd1258c787c80fe92f472392b33c9
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Nov 12 20:49:36 2023
object
03b62604eead0f7d279a5a4c094743eb29647368
NumPy 1.26.2 release
03b6260
Merge pull request #25128 from charris/prepare-1.26.2
by Charles Harris
· 1 year, 9 months ago
v1.26.2
6961f60
REL: Prepare for the NumPy 1.26.2 release
by Charles Harris
· 1 year, 9 months ago
d81f0ae
Merge pull request #25121 from charris/backport-25042
by Charles Harris
· 1 year, 9 months ago
766d5a8
BUG: ensure passing `np.dtype` to itself doesn't crash
by Nathan Goldbaum
· 1 year, 9 months ago
cefdd34
Merge pull request #25120 from charris/backport-25063
by Charles Harris
· 1 year, 9 months ago
ae77d67
Merge pull request #25119 from charris/backport-25090
by Charles Harris
· 1 year, 9 months ago
0035b44
BLD: change default of the `allow-noblas` option to true.
by Ralf Gommers
· 1 year, 9 months ago
12b7b35
BUG: Make n a long int for np.random.multinomial
by thalassemia
· 1 year, 9 months ago
9887c9c
Merge pull request #25118 from charris/backport-25051
by Charles Harris
· 1 year, 9 months ago
2359aec
MAINT: Make bitfield integers unsigned
by Sebastian Berg
· 1 year, 9 months ago
249b5be
Merge pull request #25093 from mbargull/1.26.x-fix-meson-HAVE_FEATURES_H
by Charles Harris
· 1 year, 9 months ago
a7552b2
Merge pull request #25113 from charris/backport-25001
by Charles Harris
· 1 year, 9 months ago
1d5ff21
Merge pull request #25117 from charris/backport-25055
by Charles Harris
· 1 year, 9 months ago
6d974a5
Merge pull request #25116 from charris/backport-25099
by Charles Harris
· 1 year, 9 months ago
ea72d88
Merge pull request #25115 from charris/backport-25032
by Charles Harris
· 1 year, 9 months ago
2a057fd
CI: add blas, cblas and lapack to FreeBSD CI job
by Ralf Gommers
· 1 year, 9 months ago
60edd98
CI: add a split Netlib BLAS job, no pkg-config, with OpenSUSE container
by Ralf Gommers
· 1 year, 9 months ago
f6906d8
DOC: Fix license identifier for OpenBLAS
by Stefan
· 1 year, 9 months ago
29d46b0
DOC: Fix license identifier for OpenBLAS
by Stefan
· 1 year, 9 months ago
81af826
DOC: Fix license identifier for OpenBLAS
by Stefan
· 1 year, 9 months ago
c2f0c44
MAINT: Add missing `noexcept` to shuffle helpers
by Sebastian Berg
· 1 year, 9 months ago
b92293d
DOC: Visually divide main license and bundled licenses in wheels
by Stefan
· 1 year, 9 months ago
535a802
DOC: Visually divide main license and bundled licenses in wheels
by Stefan
· 1 year, 9 months ago
1faa0f0
Merge pull request #25112 from charris/backport-spin-cmds
by Charles Harris
· 1 year, 9 months ago
31e2c8a
MAINT: Update .spin/cmds.py from main.
by Charles Harris
· 1 year, 9 months ago
29c2030
Merge pull request #25108 from charris/add-qemu-tests
by Charles Harris
· 1 year, 9 months ago
19d5b69
MAINT: Fix flaky test and update windows.yml action.
by Charles Harris
· 1 year, 9 months ago
ba1e504
BUG: Fix build on ppc64 when the baseline set to Power9 or higher
by Charles Harris
· 1 year, 9 months ago
882a5a0
MAINT: Remove .travis.yml.
by Charles Harris
· 1 year, 9 months ago
ea4a4fb
CI: Fix the cache path of Linux QEMU
by Sayed Adel
· 1 year, 9 months ago
0160b41
CI: Provides cross-compile builds for armhf, ppc64le, and s390x
by Sayed Adel
· 1 year, 9 months ago
02d47a9
Merge pull request #25107 from charris/backport-24520
by Charles Harris
· 1 year, 9 months ago
967e533
CI: remove macOS and conda jobs from Azure
by Ralf Gommers
· 1 year, 9 months ago
5d33131
CI: factor out custom code checks (ninja, vulture, `test_*` installed)
by Ralf Gommers
· 1 year, 9 months ago
5ff4da2
CI: move conda and macOS Azure job to Meson
by Ralf Gommers
· 1 year, 9 months ago
28775a6
CI: remove GHA job that built with setup.py and ILP64 OpenBLAS
by Ralf Gommers
· 1 year, 9 months ago
86c2863
Merge pull request #25095 from seberg/backport-cy-fix
by Charles Harris
· 1 year, 9 months ago
aadc2c7
BLD: blocklist complex trig functions on musl
by mattip
· 1 year, 10 months ago
8bbc858
TST: add a test
by mattip
· 1 year, 10 months ago
09eb7d5
TST: Check that Cython intp conversion uses normal integer rules
by Sebastian Berg
· 1 year, 10 months ago
af2c4cf
BUG: Avoid intp conversion regression in Cython 3 (backport)
by Sebastian Berg
· 1 year, 10 months ago
8463bc9
BLD: Fix features.h detection for Meson builds
by Marcel Bargull
· 1 year, 10 months ago
55d3f26
Merge pull request #25083 from seiko2plus/backport_24806
by Charles Harris
· 1 year, 10 months ago
ce1adca
Merge pull request #24814 from charris/backport-24772
by Charles Harris
· 1 year, 10 months ago
1c21b68
Add VX targets for dispatch-able sources of the umath multi-targets tests
by Sayed Adel
· 1 year, 10 months ago
809d00d
BUG: Resolve build issue on ppc64 with Power9 or higher as baseline
by Sayed Adel
· 1 year, 10 months ago
df93b11
MAINT: Update meson build infrastructure. (#25049)
by Charles Harris
· 1 year, 10 months ago
7387600
Merge pull request #25071 from charris/backport-24291-24493
by Charles Harris
· 1 year, 10 months ago
39d854f
MAINT: Update vendored-meson/meson to ea5809096.
by Charles Harris
· 1 year, 10 months ago
c40e98c
CI: Switch SIMD tests to meson
by Charles Harris
· 1 year, 10 months ago
81f1758
MAINT: Fix spelling error that slipped in somewhere
by Charles Harris
· 1 year, 10 months ago
6bb799b
MAINT: Split up .github/workflows to match main
by Ralf Gommers
· 1 year, 10 months ago
1989099
Merge pull request #25043 from charris/update-mailmap
by Charles Harris
· 1 year, 10 months ago
25d8f0e
MAINT: Update mailmap
by Charles Harris
· 1 year, 10 months ago
2a83b1f
Merge pull request #25003 from charris/backport-24993
by Charles Harris
· 1 year, 10 months ago
af23419
BLD: musllinux_aarch64 [wheel build]
by Andrew Nelson
· 1 year, 10 months ago
7b0719c
Merge pull request #24977 from charris/backport-24967
by Charles Harris
· 1 year, 10 months ago
b93e52e
BLD: only check for scipy-openblas dependency with pkg-config
by Ralf Gommers
· 1 year, 10 months ago
e5b1ce1
BLD: use classic linker on macOS, the new one in XCode 15 has issues
by Ralf Gommers
· 1 year, 10 months ago
9d6694e
Merge pull request #24972 from charris/backport-24958
by Ralf Gommers
· 1 year, 10 months ago
aca4819
Merge pull request #24971 from charris/backport-24970
by Ralf Gommers
· 1 year, 10 months ago
a0f6999
MAINT: Remove unhelpful error replacements from `import_array()`
by Sebastian Berg
· 1 year, 10 months ago
18278b1
BLD: Use the correct Python interpreter when running tempita.py
by Mark Mentovai
· 1 year, 10 months ago
4649a05
Merge pull request #24962 from seberg/no-upper-py-pin
by Ralf Gommers
· 1 year, 10 months ago
82d7657
REL: Remove Python upper version from the release branch
by Sebastian Berg
· 1 year, 10 months ago
87e1706
Merge pull request #24955 from charris/backport-24923
by Charles Harris
· 1 year, 10 months ago
d3876a8
ENH: Add Cython enumeration for NPY_FR_GENERIC (#24923)
by William Ayd
· 1 year, 10 months ago
da4438e
Merge pull request #24929 from charris/begin-1.26.2-development
by Charles Harris
· 1 year, 10 months ago
0b7b6e9
REL: prepare 1.26.x for further development
by Charles Harris
· 1 year, 10 months ago
411a55b
Merge pull request #24928 from charris/update-version
by Charles Harris
· 1 year, 10 months ago
v1.26.1
aa91e5d
REL: Update release versions
by Charles Harris
· 1 year, 10 months ago
6207a52
Merge pull request #24916 from charris/prepare-1.26.1-release
by Ralf Gommers
· 1 year, 10 months ago
e27f774
MAINT: Revert cibuildwheel update
by Charles Harris
· 1 year, 10 months ago
48bdb17
REL: Prepare for the NumPy 1.26.1 release
by Charles Harris
· 1 year, 10 months ago
f51d3ad
Merge pull request #24912 from charris/backport-24904
by Charles Harris
· 1 year, 10 months ago
94e315d
Merge pull request #24911 from charris/backport-24860
by Charles Harris
· 1 year, 10 months ago
114d086
Merge pull request #24906 from mtsokol/backport-_core-stubs
by Charles Harris
· 1 year, 10 months ago
54e6e65
BUG: loongarch doesn't use REAL(10)
by Ivan A. Melnikov
· 1 year, 10 months ago
cc5e90f
MAINT: Bump pypa/cibuildwheel from 2.16.1 to 2.16.2
by dependabot[bot]
· 1 year, 10 months ago
bd78090
MAINT: Backport numpy._core stubs. Remove NumpyUnpickler
by Mateusz Sokół
· 1 year, 10 months ago
a037c40
Merge pull request #24902 from rgommers/1.26.1-release-notes
by Charles Harris
· 1 year, 10 months ago
067cf77
DOC: add a 1.26.1 release notes section for BLAS/LAPACK build changes
by Ralf Gommers
· 1 year, 10 months ago
ff3187a
Merge pull request #24899 from charris/backport-24893
by Ralf Gommers
· 1 year, 10 months ago
891fb22
BLD: update setup.py build for changes to ILP64 build config
by Ralf Gommers
· 1 year, 10 months ago
e8aca7c
DEV: backport `_distributor_init.py` change to support scipy-openblas
by Ralf Gommers
· 1 year, 10 months ago
a6f9ebb
MAINT: Update ``pyproject.toml``
by Charles Harris
· 1 year, 11 months ago
5134f9a
MAINT: Use `linux_musl.yml` from main.
by Charles Harris
· 1 year, 11 months ago
34ea7a8
MAINT: Update ``spin/cmds.py`` from main.
by Charles Harris
· 1 year, 11 months ago
cbdc785
ENH: meson: implement BLAS/LAPACK auto-detection and many CI jobs [wheel build]
by Ralf Gommers
· 1 year, 11 months ago
c7e073c
BLD: fix math func feature checks, fix FreeBSD build, add CI job (#24876) (#24879)
by Charles Harris
· 1 year, 11 months ago
d042bda
Merge pull request #24872 from charris/skip-failing-pypy-test
by Charles Harris
· 1 year, 11 months ago
2fc605a
MAINT: Xfail test failing on PyPy.
by Charles Harris
· 1 year, 11 months ago
a42408b
Merge pull request #24870 from mtsokol/backport-numpy-unpickler
by Charles Harris
· 1 year, 11 months ago
57730a4
Add NumpyUnpickler
by Mateusz Sokół
· 1 year, 11 months ago
f75cf1d
Merge pull request #24840 from charris/backport-24778
by Charles Harris
· 1 year, 11 months ago
b7bf593
TST: Add check for multipliers in data [f2py]
by Rohit Goswami
· 1 year, 11 months ago
390be3a
ENH: Fix DATA with * statements
by Rohit Goswami
· 1 year, 11 months ago
093a07c
MAINT: Cleanup as per review
by Rohit Goswami
· 1 year, 11 months ago
5614044
BUG: Fix handling of data statements
by Rohit Goswami
· 1 year, 11 months ago
138b5e1
TST: More tests for gh-24746
by Rohit Goswami
· 1 year, 11 months ago
Next »