Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.24.3
tag
3f9826da4ee98178051abe7170ba3cee7b83c63a
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Apr 22 19:08:49 2023
object
14bb214bca49b167abc375fa873466a811e62102
NumPy 1.24.3 release
14bb214
Merge pull request #23642 from charris/prepare-1.24.3-release
by Charles Harris
· 2 years, 4 months ago
v1.24.3
118df47
REL: Prepare for the NumPy 1.24.3 release
by Charles Harris
· 2 years, 4 months ago
9e20855
Merge pull request #23635 from charris/backport-23626
by Charles Harris
· 2 years, 4 months ago
58025a4
Merge pull request #23637 from charris/backport-23470
by Charles Harris
· 2 years, 4 months ago
d4b1eac
Merge pull request #23634 from charris/backport-23627
by Charles Harris
· 2 years, 4 months ago
4e60648
Merge pull request #23636 from charris/backport-23596
by Charles Harris
· 2 years, 4 months ago
a1809fc
BUG: Fix bug in parsing F77 style string arrays.
by Bob Eldering
· 2 years, 4 months ago
72b506c
MAINT: Update conftest for hypothesis
by Rohit Goswami
· 2 years, 4 months ago
7576313
BUG: Fix masked array raveling when `order="A"` or `order="K"`
by Sebastian Berg
· 2 years, 4 months ago
06c2694
BUG: Ignore invalid and overflow warnings in masked setitem
by Sebastian Berg
· 2 years, 4 months ago
3c6acb5
Merge pull request #23543 from charris/backport-23495
by Charles Harris
· 2 years, 5 months ago
dcd76b3
Merge pull request #23544 from charris/backport-23408
by Charles Harris
· 2 years, 5 months ago
26e1307
MAINT: Bump larsoner/circleci-artifacts-redirector-action
by dependabot[bot]
· 2 years, 5 months ago
5183da0
BUG: fix loading and storing big arrays on s390x
by Aleksei Nikiforov
· 2 years, 5 months ago
f14cd44
Merge pull request #23370 from seberg/fixup-like-kwargs
by Charles Harris
· 2 years, 5 months ago
834490f
BUG: Explicitly filter `like=` only when the function uses it
by Sebastian Berg
· 2 years, 5 months ago
60be753
Merge pull request #23345 from charris/backport-23340
by Charles Harris
· 2 years, 6 months ago
0bfdac4
Merge pull request #23344 from charris/backport-23328
by Charles Harris
· 2 years, 6 months ago
9c61047
Merge pull request #23343 from charris/backport-23327
by Charles Harris
· 2 years, 6 months ago
c631885
Merge pull request #23342 from charris/backport-23326
by Charles Harris
· 2 years, 6 months ago
3ff3de1
Merge pull request #23341 from charris/backport-23325
by Charles Harris
· 2 years, 6 months ago
1d9c13b
TYP: Remove some stray type-check-only imports of `msort`
by BvB93
· 2 years, 6 months ago
f131705
Add type annotations for comparison operators to MaskedArray.
by Peter Hawkins
· 2 years, 6 months ago
8d42c64
Mark `d` argument to fftfreq and rfftfreq as optional in type stubs.
by Peter Hawkins
· 2 years, 6 months ago
c87c9c0
Remove duplicate CLIP/WRAP/RAISE in __init__.pyi.
by Peter Hawkins
· 2 years, 6 months ago
13bf253
Replace duplicate reduce in ufunc type signature with reduceat.
by Peter Hawkins
· 2 years, 6 months ago
7df6543
Merge pull request #23226 from charris/backport-23224
by Charles Harris
· 2 years, 6 months ago
9733bae
CI: Ensure submodules are initialized in gitpod.
by warren
· 2 years, 6 months ago
ca93408
Merge pull request #23221 from charris/backport-23212
by Charles Harris
· 2 years, 6 months ago
5ab53a1
DOC: Fix matplotlib error in documentation
by Sebastian Berg
· 2 years, 6 months ago
40545d4
Merge pull request #23206 from charris/backport-23194
by Charles Harris
· 2 years, 6 months ago
7efaf7f
Merge pull request #23207 from charris/backport-23201
by Charles Harris
· 2 years, 6 months ago
c749c1b
Merge pull request #23208 from charris/try-pin-matplotlib
by Charles Harris
· 2 years, 6 months ago
7f7eebe
WIP: Try pinning matplotlib.
by Charles Harris
· 2 years, 6 months ago
80ae277
BUG: datetime64/timedelta64 comparisons return NotImplemented (#23201)
by jbrockmendel
· 2 years, 6 months ago
efcb0fb
BUG: fix for f2py string scalars (#23194)
by Alexander Heger
· 2 years, 6 months ago
6829a6f
REL: prepare 1.24.x for further development
by Charles Harris
· 2 years, 7 months ago
85f38ab
Merge pull request #23159 from charris/prepare-1.24.2-release
by Charles Harris
· 2 years, 7 months ago
v1.24.2
1242525
REL: Prepare for the NumPy 1.24.2 release
by Charles Harris
· 2 years, 7 months ago
de0ee41
Merge pull request #23161 from mattip/npy_nextafter
by Charles Harris
· 2 years, 7 months ago
ed09037
BLD: remove redundant definition of npy_nextafter [wheel build]
by mattip
· 2 years, 7 months ago
bc47a5b
Merge pull request #23150 from charris/backport-23144
by Charles Harris
· 2 years, 7 months ago
e5452b9
TYP,MAINT: Add a missing explicit `Any` parameter to the `npt.ArrayLike` definition
by BvB93
· 2 years, 7 months ago
2433fe5
Merge pull request #23149 from charris/backport-23128
by Charles Harris
· 2 years, 7 months ago
8dfa47d
Merge pull request #23148 from charris/backport-23079
by Charles Harris
· 2 years, 7 months ago
62af62a
Merge pull request #23147 from charris/backport-23077
by Charles Harris
· 2 years, 7 months ago
2de8e52
Add missing <type_traits> header.
by Peter Hawkins
· 2 years, 7 months ago
c115e12
TST: Explicitly ignore promotion issues for array**2 in hypothesis test
by Sebastian Berg
· 2 years, 7 months ago
42bfe1a
TST: Expand scalar/umath comparison tests especially for dtypes
by Sebastian Berg
· 2 years, 7 months ago
3caf995
BUG: Fix `integer / float` scalar promotion
by Sebastian Berg
· 2 years, 7 months ago
289d240
replace __builtin_s390_vflls with npyv_doublee as before
by Pradipta Ghosh
· 2 years, 7 months ago
be50440
BUG: Fix for npyv_s32 npyv__trunc_s32_f32 (VXE)
by Pradipta Ghosh
· 2 years, 7 months ago
e8f62ea
Merge pull request #23031 from charris/backport-23016
by Charles Harris
· 2 years, 7 months ago
104df7c
Merge pull request #23030 from charris/backport-23015
by Charles Harris
· 2 years, 7 months ago
b3760fe
BUG: use `_Alignof` rather than `offsetof()` on most compilers (#23016)
by Khem Raj
· 2 years, 7 months ago
4db8f0d
DOC: Add version added information for the strict parameter in assert_array_equal (#23015)
by Mark Harfouche
· 2 years, 7 months ago
835d1b9
Merge pull request #22989 from charris/backport-22986
by Charles Harris
· 2 years, 7 months ago
e6b2984
BUG: Ensure correct loop order in sin, cos, and arctan2
by Sebastian Berg
· 2 years, 7 months ago
ed1eba1
Merge pull request #22976 from charris/backport-22954
by Charles Harris
· 2 years, 7 months ago
725c069
BUG, SIMD: Fix spurious invalid exception for sin/cos on arm64/clang
by Sayed Adel
· 2 years, 7 months ago
30535f4
Merge pull request #22972 from charris/backport-22939
by Charles Harris
· 2 years, 7 months ago
118a01a
restore declaration of npy_nextafter
by mattip
· 2 years, 8 months ago
8d6d4aa
MAINT: Move export for scipy arm64 helper into main module
by Sebastian Berg
· 2 years, 8 months ago
9b01523
Merge pull request #22971 from charris/backport-22947
by Charles Harris
· 2 years, 8 months ago
d979064
Merge pull request #22970 from charris/backport-22959
by Charles Harris
· 2 years, 8 months ago
5c0f8fe
Merge pull request #22969 from charris/backport-22931
by Charles Harris
· 2 years, 8 months ago
847c538
Merge pull request #22968 from charris/backport-22906
by Charles Harris
· 2 years, 8 months ago
4b53673
Merge pull request #22967 from charris/backport-22777
by Charles Harris
· 2 years, 8 months ago
2739677
Merge pull request #22966 from charris/backport-22708
by Charles Harris
· 2 years, 8 months ago
142a370
MAINT: Add additional information to missing scalar AttributeError
by Sebastian Berg
· 2 years, 8 months ago
35d879c
Bug: Fix fill violating read-only flag. (#22959)
by Panagiotis Zestanakis
· 2 years, 8 months ago
8d334b0
TST: Add fixture to avoid issue with randomizing test order.
by Ross Barnowski
· 2 years, 8 months ago
d50106b
BUG: np.loadtxt cannot load text file with quoted fields separated by whitespace (#22906)
by dmbelov
· 2 years, 8 months ago
90128b6
ENH: Detect CPU features on FreeBSD/powerpc64*
by pkubaj
· 2 years, 8 months ago
b64dd0f
Remove dangling deprecation warning
by Syam Gadde
· 2 years, 8 months ago
c341fcd
Merge pull request #22965 from charris/update-ci-test-matrix
by Charles Harris
· 2 years, 8 months ago
8bfb680
MAINT: Update python 3.11-dev to 3.11.
by Charles Harris
· 2 years, 8 months ago
2c70b66
MAINT: Prepare 1.24.x for further development
by Charles Harris
· 2 years, 8 months ago
a28f4f2
Merge pull request #22888 from charris/prepare-1.24.1-release
by Charles Harris
· 2 years, 8 months ago
v1.24.1
f8fea39
REL: Prepare for the NumPY 1.24.1 release.
by Charles Harris
· 2 years, 8 months ago
6f491e0
Merge pull request #22887 from charris/backport-22872
by Charles Harris
· 2 years, 8 months ago
48f5fe4
BUG: Use whole file for encoding checks with `charset_normalizer` [f2py] (#22872)
by Rohit Goswami
· 2 years, 8 months ago
0f3484a
Merge pull request #22883 from charris/backport-22882
by Charles Harris
· 2 years, 8 months ago
002c60d
Merge pull request #22884 from charris/backport-22878
by Charles Harris
· 2 years, 8 months ago
38ef9ce
BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878)
by Miles Cranmer
· 2 years, 8 months ago
bb00c68
MAINT: restore npymath implementations needed for freebsd
by mattip
· 2 years, 8 months ago
64e09c3
Merge pull request #22875 from charris/backport-22869
by Charles Harris
· 2 years, 8 months ago
dc7bac6
TST: Ignore nan-warnings in randomized out tests
by Sebastian Berg
· 2 years, 8 months ago
3e2a0ba
Merge pull request #22868 from charris/backport-22855
by Charles Harris
· 2 years, 8 months ago
190fcb2
BUG: Fortify string casts against floating point warnings
by Sebastian Berg
· 2 years, 8 months ago
38046ce
Merge pull request #22866 from charris/backport-22670
by Charles Harris
· 2 years, 8 months ago
d4b3bf5
Merge pull request #22867 from charris/backport-22851
by Charles Harris
· 2 years, 8 months ago
4c70288
MAINT: Remove unused umath macros IS_BLOCKABLE_BINARY_BOOL*
by Sayed Adel
· 2 years, 8 months ago
2ee06e8
BUG, SIMD: Fix memory overlap on comparison accumulate
by Sayed Adel
· 2 years, 8 months ago
cc7800d
Added pickle test for polynomials
by Matteo Raso
· 2 years, 8 months ago
94e405b
BUG: Polynomials now copy properly (#22669)
by Matteo Raso
· 2 years, 8 months ago
9bbf8c1
Merge pull request #22857 from charris/backport-22856
by Charles Harris
· 2 years, 8 months ago
28e64c4
Merge pull request #22858 from charris/backport-22849
by Charles Harris
· 2 years, 8 months ago
af7ee55
API: Ensure a full mask is returned for masked_invalid
by Sebastian Berg
· 2 years, 8 months ago
f833e6e
BLD: Help raspian arm + clang 13 about `__builtin_mul_overflow`
by Sebastian Berg
· 2 years, 8 months ago
Next »