Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.26.1
/
numpy
tag
74426498afefe921b326233cc859f1e0b9dfb834
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Oct 14 18:37:55 2023
object
411a55b9ec084c3315fe5f199351c31d0eb3c352
NumPy 1.26.1 release
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
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
· 2 years 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
a49ae34
MAINT: Harmonize fortranobject (#24517)
by Rohit Goswami
· 2 years ago
10c0f5a
Merge pull request #24542 from charris/backport-24299
by Charles Harris
· 2 years ago
5b63b89
TST: Stop marking small f2py tests as slow
by Rohit Goswami
· 2 years ago
d29991d
BUG: Rework character array assignments (gh-24008)
by Rohit Goswami
· 2 years ago
8726cd7
MAINT: move gh24008 to test_character
by Rohit Goswami
· 2 years ago
2903e1c
TST: Add a test for assumed length F77
by Rohit Goswami
· 2 years ago
16ad79a
BUG: Fix f2py F77 assumed length issues
by Rohit Goswami
· 2 years ago
929039f
TYP: guard `typing_extensions` usage for <py310, add it back in environment.yml
by Ralf Gommers
· 2 years ago
864e3b7
TYP,TST: Adapt the typing test suite to mypy >=1.4 changes
by Bas van Beek
· 2 years ago
5428852
TYP: Improve function-based annotations with `typing.Concatenate`
by Bas van Beek
· 2 years ago
63f4d5d
CI,TYP: Bump mypy to 1.3.0
by Bas van Beek
· 2 years ago
9d64cc2
Merge pull request #24524 from charris/backport-24484
by Charles Harris
· 2 years ago
23e2ce2
Merge pull request #24526 from charris/backport-22657
by Charles Harris
· 2 years ago
38aa2b7
Merge pull request #24521 from charris/backport-24515
by Charles Harris
· 2 years ago
215cbe0
TST: Add a test for gh-22648
by Rohit Goswami
· 2 years ago
5db9905
BUG: Hotfix for handling common blocks in f2py
by Rohit Goswami
· 2 years ago
973850a
BUG: fix NPY_cast_info error handling in choose
by Nathan Goldbaum
· 2 years ago
8a3a15b
use a default assignment for git_hash [skip ci]
by mattip
· 2 years ago
6adf174
BUG: fix issue with git-version script, needs a shebang to run
by Ralf Gommers
· 2 years ago
4d3a1bc
BUG: Fix meson build failure due to uncleaned inplace auto-generated dispatch config headers
by Sayed Adel
· 2 years ago
64645a1
Merge pull request #24456 from charris/backport-24413
by Charles Harris
· 2 years ago
999ac38
BUG: cleanup warnings [skip azp][skip circle][skip travis][skip cirrus]
by mattip
· 2 years ago
a2864da
ENH: Add prefix to _ALIGN Macro
by Sayed Adel
· 2 years ago
0065919
REL: Prepare for the NumPy 1.26.0b1 release.
by Charles Harris
· 2 years ago
7eb8cd9
MAINT: Remove versioneer (#24196)
by Stefan van der Walt
· 2 years ago
ee6c233
BLD, SIMD: The meson CPU dispatcher implementation (#23096)
by Sayed Adel
· 2 years ago
8c84d42
MAINT: Fix long line
by Charles Harris
· 2 years, 1 month ago
Next »