Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.26.2
/
numpy
tag
7d1dc82da38bd1258c787c80fe92f472392b33c9
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Nov 12 20:49:36 2023
object
03b62604eead0f7d279a5a4c094743eb29647368
NumPy 1.26.2 release
766d5a8
BUG: ensure passing `np.dtype` to itself doesn't crash
by Nathan Goldbaum
· 1 year, 9 months ago
ae77d67
Merge pull request #25119 from charris/backport-25090
by Charles Harris
· 1 year, 9 months ago
12b7b35
BUG: Make n a long int for np.random.multinomial
by thalassemia
· 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
c2f0c44
MAINT: Add missing `noexcept` to shuffle helpers
by Sebastian Berg
· 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
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
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
b93e52e
BLD: only check for scipy-openblas dependency with pkg-config
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
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
d3876a8
ENH: Add Cython enumeration for NPY_FR_GENERIC (#24923)
by William Ayd
· 1 year, 10 months ago
f51d3ad
Merge pull request #24912 from charris/backport-24904
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
bd78090
MAINT: Backport numpy._core stubs. Remove NumpyUnpickler
by Mateusz Sokół
· 1 year, 10 months ago
891fb22
BLD: update setup.py build for changes to ILP64 build config
by Ralf Gommers
· 1 year, 11 months ago
e8aca7c
DEV: backport `_distributor_init.py` change to support scipy-openblas
by Ralf Gommers
· 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
2fc605a
MAINT: Xfail test failing on PyPy.
by Charles Harris
· 1 year, 11 months ago
57730a4
Add NumpyUnpickler
by Mateusz Sokół
· 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
112730c
MAINT: Refactor changes to be clearer
by Rohit Goswami
· 1 year, 11 months ago
b63422d
MAINT: Minor cleanup
by Rohit Goswami
· 1 year, 11 months ago
8415cf0
BUG,MAINT: Fallback to old behavior on F77
by Rohit Goswami
· 1 year, 11 months ago
e3f8213
TST: Add examples for gh-24746
by Rohit Goswami
· 1 year, 11 months ago
56c68f2
TMP: Hide in a try except
by Rohit Goswami
· 1 year, 11 months ago
6f0534b
BUG, SIMD: use scalar cmul on bad Apple clang x86_64 (#24828)
by Jake Lishman
· 1 year, 11 months ago
87963b2
align test_dispatcher s390x targets with _umath_tests_mtargets
by Charles Bousseau
· 1 year, 11 months ago
0a17169
BUG: Fix order of Windows OS detection macros. (#24762)
by Mahder Gebremedhin
· 1 year, 11 months ago
8f8a4a4
BUG: Fix SIMD f32 trunc test on s390x when baseline is none
by Sayed Adel
· 1 year, 11 months ago
7947ae5
MAINT: fix version string in wheels built with setup.py
by Chongyun Lee
· 1 year, 11 months ago
2f7c195
REL: Prepare for the NumPy 1.26.0 release
by Charles Harris
· 1 year, 11 months ago
92aab8c
TYP: Use `collections.abc.Buffer` in the `npt.ArrayLike` definition
by Bas van Beek
· 2 years ago
56e580d
TYP: Use `collections.abc.Buffer` in the Array API
by Bas van Beek
· 2 years ago
5ef53c6
TYP: Add annotations for the py3.12 buffer protocol
by Bas van Beek
· 2 years ago
cb3ffca
BUG: Handle data statements in pyf files correctly
by Rohit Goswami
· 2 years ago
6e63526
MAINT: Add a helper
by Rohit Goswami
· 2 years ago
b948db8
TST: Add tests for edge case with data statements
by Rohit Goswami
· 2 years ago
47c8d03
BUG: Simplify and fix gh-23276
by Rohit Goswami
· 2 years ago
b713467
TST: Add test for gh-23276
by Rohit Goswami
· 2 years ago
2fd8384
TST: random: skip test for extending with Cython on 32-bit Windows
by Ralf Gommers
· 2 years ago
b1d215b
BLD: fix bug in random.mtrand extension, don't link libnpyrandom
by Ralf Gommers
· 2 years ago
9e43126
BLD: allow specifying the long double format to avoid the runtime check
by Filipe Laíns
· 2 years ago
9e8a7a8
SIMD: Refactor partial load Workaround for Clang
by Sayed Adel
· 2 years ago
4fe7ea3
ENH: ``meson`` backend for ``f2py`` (#24532)
by Rohit Goswami
· 2 years ago
6d4d5aa
TYP: More `np.ctypeslib` test fixes for windows
by Bas van Beek
· 2 years ago
c141c2b
TYP: Bump mypy to 1.5.1
by Bas van Beek
· 2 years ago
c650ab3
TYP: Overhaul the typing test suite
by Bas van Beek
· 2 years ago
8294350
TYP: Refactor the typing misc-tests cases using `typing.assert_type`
by Bas van Beek
· 2 years ago
7690063
TYP: Refactor the typing reveal-test cases using `typing.assert_type`
by Bas van Beek
· 2 years ago
6e2e24f
Merge pull request #24630 from charris/backport-24623
by Charles Harris
· 2 years ago
21e9b6c
TYP: Explicitly declare `dtype` and `generic` hashable
by Bas van Beek
· 2 years ago
832f262
TYP: Allow `binary_repr` to accept any object implementing `__index__`
by Bas van Beek
· 2 years ago
71c1a52
MAINT: Rename docstring, modify tests
by Rohit Goswami
· 2 years ago
3755a4b
TST: Add more tests for iso_c_binding
by Rohit Goswami
· 2 years ago
e5080f8
MAINT: Be more forgiving with bindc matches
by Rohit Goswami
· 2 years ago
aaa98e0
MAINT: More robust test for using iso_c_binding
by Rohit Goswami
· 2 years ago
ff652f2
MAINT: Fix regep for bind matches
by Rohit Goswami
· 2 years ago
8fad793
ENH: Load iso_c_binding module only when needed
by Rohit Goswami
· 2 years ago
840cae2
MAINT: Use iso_c_binding where necessary
by Rohit Goswami
· 2 years ago
8c83f84
MAINT: Do not use bind(c) for subroutine wrappers
by Rohit Goswami
· 2 years ago
6f2caba
ENH: Add bind(c) to function subroutine bindings
by Rohit Goswami
· 2 years ago
6ddbace
ENH: Rework bind(c) detection
by Rohit Goswami
· 2 years ago
2d57c1b
MAINT: Add a kind_map for function use
by Rohit Goswami
· 2 years ago
37cb475
MAINT: Move into private module
by Rohit Goswami
· 2 years ago
319abdb
MAINT: Rework to keep older logic
by Rohit Goswami
· 2 years ago
d3cd409
TST: Add a test for gh-24553
by Rohit Goswami
· 2 years ago
091e895
MAINT: fix ISO_C type maps in f2py
by Rohit Goswami
· 2 years ago
cd3bb38
MAINT: Fixup ``fromnumeric.pyi``
by Charles Harris
· 2 years ago
ab467f6
Merge pull request #24616 from charris/backport-24206
by Charles Harris
· 2 years ago
fb3c76f
Merge pull request #24615 from charris/backport-24611
by Charles Harris
· 2 years ago
ed0ba4d
TST: convert cython test from setup.py to meson (#24206)
by Matti Picus
· 2 years ago
7404e37
TYP: Add the missing `casting` keyword to `np.clip`
by Bas van Beek
· 2 years ago
784842a
ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including ILP64 (#24053)
by Developer-Ecosystem-Engineering
· 2 years ago
54fb196
BUG: Change Cython binding directive to "False".
by Charles Harris
· 2 years ago
4839060
BLD: fix `_umath_linalg` dependencies (#24584)
by Albert Steppi
· 2 years ago
3499c94
BUG: ensure nomask in comparison result is not broadcast
by Marten van Kerkwijk
· 2 years ago
806c829
BUG: ensure mask on comparison results always has properly broadcast shape
by Marten van Kerkwijk
· 2 years ago
73f9083
BUG: fix comparisons between masked and unmasked structured arrays
by Marten van Kerkwijk
· 2 years ago
498bf30
Merge pull request #24544 from charris/backport-24517
by Charles Harris
· 2 years ago
603311d
TYP: add kind argument to numpy.isin type specification (#24527)
by Jake Vanderplas
· 2 years ago
Next »