Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.23.3
/
numpy
tag
e24a36b6b560244e01506f90eb33dd9f4b5ecb1a
tagger
Charles Harris <charlesr.harris@gmail.com>
Fri Sep 09 13:34:57 2022
object
e47cbb69bebf36007c3ea009aee03e4bfe3b3f3d
NumPy 1.23.3 release
9bf22bb
BUG: Better report integer division overflow (backport) (#22230)
by Ganesh Kathiresan
· 3 years ago
0f0d355
Merge pull request #22224 from charris/backport-21928
by Charles Harris
· 3 years ago
55a5ca7
Merge pull request #22223 from charris/backport-21981
by Charles Harris
· 3 years ago
6cc4183
BUG: Fix the implementation of numpy.array_api.vecdot (#21928)
by Aaron Meurer
· 3 years ago
fb9666f
BUG: Replace assert with correct error
by Sebastian Berg
· 3 years ago
fc0d627
TST: ensure `np.equal.reduce` raises a `TypeError`
by Saransh
· 3 years ago
754ec89
Merge pull request #22222 from charris/backport-22212
by Charles Harris
· 3 years ago
63ab75d
Merge pull request #22221 from charris/backport-22204
by Charles Harris
· 3 years ago
222cc37
TYP,BUG: Reduce argument validation in C-based `__class_getitem__` (#22212)
by Bas van Beek
· 3 years ago
aadd0c6
TST,BUG: Us context from spawn to fork in (#22204)
by Jyn Spring 琴春
· 3 years ago
336f3a4
BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully.
by iantra
· 3 years ago
5a5b650
BUG: change overload order to play nice with pyright.
by iantra
· 3 years ago
e18dd98
Merge pull request #22214 from charris/backport-22024
by Charles Harris
· 3 years ago
d0f4e87
Merge pull request #22215 from charris/backport-22152
by Charles Harris
· 3 years ago
5286e57
MAINT: fix an incorrect pointer type usage in f2py
by Ralf Gommers
· 3 years ago
32c67e7
BUG: Support using libunwind for backtrack
by Rin Cat (鈴猫)
· 3 years ago
bab845e
Expose heapsort algorithms in a shared header
by serge-sans-paille
· 3 years ago
46bda4a
DEV: supporting IBM i system
by GavinZhang
· 3 years ago
44b8a55
BUG, SIMD: Fix C++ AVX512/qsort on old gcc compilers
by Sayed Adel
· 3 years ago
a5c9fb1
Merge pull request #22106 from charris/backport-22105
by Charles Harris
· 3 years ago
3fdeae2
BUG: Fix skip condition for test_loss_of_precision[complex256]
by Alexander Grund
· 3 years ago
f41020b
TST: fix test_linear_interpolation_formula_symmetric
by Pal Barta
· 3 years ago
9d1d01a
ENH: reorder includes for system installations
by mattip
· 3 years, 1 month ago
9f97c3a
Merge pull request #22039 from charris/backport-22010
by Charles Harris
· 3 years, 1 month ago
7c918c8
Merge pull request #22038 from charris/backport-21996
by Charles Harris
· 3 years, 1 month ago
898655f
Merge pull request #22037 from charris/backport-21959
by Charles Harris
· 3 years, 1 month ago
2acf28f
DOC: Add versionchanged for converter callable behavior.
by Ross Barnowski
· 3 years, 1 month ago
b964da7
BUG: Avoid errors on NULL during deepcopy (#21996)
by Jon Cusick
· 3 years, 1 month ago
afabf1e
BUG: Use `Popen` to silently invoke f77 -v
by Michael Osthege
· 3 years, 1 month ago
eeb64e5
BUG: Fix subarray to object cast ownership details
by Sebastian Berg
· 3 years, 1 month ago
71f271d
Merge pull request #22034 from charris/backport-21984
by Charles Harris
· 3 years, 1 month ago
80468ca
Merge pull request #22035 from charris/backport-22022
by Charles Harris
· 3 years, 1 month ago
387fadf
Merge pull request #22031 from charris/backport-21974
by Charles Harris
· 3 years, 1 month ago
5cd9366
Merge pull request #22033 from charris/backport-21983
by Charles Harris
· 3 years, 1 month ago
2714d8b
Merge pull request #22030 from charris/backport-21968
by Charles Harris
· 3 years, 1 month ago
a89a60f
MAINT,TYP: Allow the `squeeze` and `transpose` method to take `None` as argument (#22022)
by Bas van Beek
· 3 years, 1 month ago
8bc70c7
MAINT,TYP: Add object-overloads for the `np.generic` rich comparisons
by Bas van Beek
· 3 years, 1 month ago
9053450
TYP,MAINT: Allow `einsum` subscripts to be passed via integer array-likes
by Bas van Beek
· 3 years, 1 month ago
eea34e1
MAINT: Do not let `_GenericAlias` wrap the underlying classes `__class__` attribute
by Bas van Beek
· 3 years, 1 month ago
f24ca2c
MAINT, TYP: Fix `np.angle` dtype-overloads
by Bas van Beek
· 3 years, 1 month ago
e27145c
ENH: Add `__array_ufunc__` typing support to the `nin=1` ufuncs
by Bas van Beek
· 3 years, 1 month ago
84c1841
Merge pull request #21949 from charris/backport-21896
by Charles Harris
· 3 years, 2 months ago
3111958
Merge pull request #21951 from charris/backport-21946
by Charles Harris
· 3 years, 2 months ago
a79221d
BUG: Fix KeyError in crackfortran operator support
by Rohit Goswami
· 3 years, 2 months ago
207c17e
Reorder extern "C" to only apply to function declarations in npy_math.h
by serge-sans-paille
· 3 years, 2 months ago
8ccaa24
numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64
by Matthias Koeppe
· 3 years, 2 months ago
00f59f6
Merge pull request #21870 from charris/backport-21857
by Charles Harris
· 3 years, 2 months ago
4d10795
Merge pull request #21866 from charris/backport-21815
by Charles Harris
· 3 years, 2 months ago
4574a0e
Merge pull request #21867 from charris/backport-21848
by Charles Harris
· 3 years, 2 months ago
fbd1bb8
Merge pull request #21868 from charris/backport-21851
by Charles Harris
· 3 years, 2 months ago
563974c
BUG: Reject non integer array-likes with size 1 in delete (#21857)
by Sebastian Berg
· 3 years, 2 months ago
11f12eb
DOC: mention changes to `max_rows` behaviour in `np.loadtxt` (#21854)
by Pranab Das
· 3 years, 2 months ago
ab329ee
BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851)
by Srimukh Sripada
· 3 years, 2 months ago
f0d5c38
remove unusued import
by postmalloc
· 3 years, 2 months ago
21c9341
parameterize and split tests
by postmalloc
· 3 years, 2 months ago
3daadea
Handle NaNs correctly for half-precision floats
by Srimukh Sripada
· 3 years, 2 months ago
3d9de30
BUG: Fix discovered MachAr (still used within valgrind)
by Sebastian Berg
· 3 years, 2 months ago
e6a2125
Merge pull request #21810 from charris/backport-21794
by Charles Harris
· 3 years, 2 months ago
552bad6
BUG: lib: A loadtxt error message had two values reversed.
by warren
· 3 years, 2 months ago
0f2c736
MAINT: Add a check of the return value of PyMem_Calloc().
by warren
· 3 years, 2 months ago
95e38b3
Revert "ENH: Implement string comparison ufuncs (or almost) "
by Charles Harris
· 3 years, 2 months ago
edb0408
Merge pull request #21761 from charris/backport-21759
by Charles Harris
· 3 years, 2 months ago
010291f
TST: Clean up an opened temporary file descriptor in loadtxt tests
by Sebastian Berg
· 3 years, 2 months ago
3e104db
BUG: Decref `loadtxt` converters when done
by Sebastian Berg
· 3 years, 2 months ago
9f26811
BUG: Fix DECREF when `__array_priority__` is None (or similar)
by Sebastian Berg
· 3 years, 2 months ago
6b1e0c4
Merge pull request #21757 from charris/backport-21755
by Charles Harris
· 3 years, 2 months ago
0f8bdb0
BUG: Do not skip value-based promotion path for large Python integers
by Sebastian Berg
· 3 years, 2 months ago
3b792f1
BUG, SIMD: Fix detecting NEON/ASIMD on aarch64
by Sayed Adel
· 3 years, 2 months ago
80e7d77
Merge pull request #21719 from charris/backport-21691
by Charles Harris
· 3 years, 2 months ago
884631a
Merge pull request #21720 from charris/backport-21701
by Charles Harris
· 3 years, 2 months ago
ed83a5c
Merge pull request #21722 from charris/backport-21712
by Charles Harris
· 3 years, 2 months ago
909adc4
Merge pull request #21721 from charris/backport-21705
by Charles Harris
· 3 years, 2 months ago
c439029
Merge pull request #21718 from charris/backport-21639
by Charles Harris
· 3 years, 2 months ago
1fece4a
TST: Ensure long_long in f2cmap works
by Rohit Goswami
· 3 years, 2 months ago
467697a
BUG: Generate C typedefs for f2cmap types
by Rohit Goswami
· 3 years, 2 months ago
def97fd
fix up
by Sayed Adel
· 3 years, 2 months ago
566ea16
BLD, SIMD: Fix detecting armhf
by Sayed Adel
· 3 years, 2 months ago
b29ea75
BLD, SIMD: Hardened the Neon/ASIMD compile-time tests
by Sayed Adel
· 3 years, 2 months ago
518ee9c
shorten line
by i-shenl
· 3 years, 2 months ago
ee646f1
Enable fortran preprocessing on Windows
by i-shenl
· 3 years, 2 months ago
2cd1542
BUG: Fix line skipping invalid read/use of invalid value
by Sebastian Berg
· 3 years, 2 months ago
c4740b2
BUG: Add error return for structured resolver
by Sebastian Berg
· 3 years, 2 months ago
c4916ca
BUG: use explicit einsum_path whenever it is given (#21639)
by Toshiki Kataoka
· 3 years, 2 months ago
545f1b6
ENH: Implement string comparison ufuncs (or almost) (#21041)
by Sebastian Berg
· 3 years, 2 months ago
c64b0d1
TST: Fixup loadtxt int-via-float tests when in release mode
by Sebastian Berg
· 3 years, 2 months ago
07dc5ac
Merge pull request #21698 from charris/backport-21690
by Charles Harris
· 3 years, 2 months ago
f2bbbab
Merge pull request #21697 from charris/backport-21659
by Charles Harris
· 3 years, 3 months ago
629f67f
BUG: Prevent attempted broadcasting of 0-D output operands in ufuncs
by Sebastian Berg
· 3 years, 3 months ago
37dbb74
BUG: Fix a refactor leftover bug
by Namami Shanker
· 3 years, 3 months ago
392ac20
DOC: Update the loadtxt int-via-float deprecation warning message
by Sebastian Berg
· 3 years, 3 months ago
7c036a6
DEP: Deprecate (rather than remove) the int-via-float parsing in loadtxt
by Sebastian Berg
· 3 years, 3 months ago
dc66f5b
BUG: Fix TestConversion.test_to_int_scalar() on Python.
by Mariusz Felisiak
· 3 years, 3 months ago
a10a73e
Merge pull request #21660 from charris/backport-21605
by Charles Harris
· 3 years, 3 months ago
2d6bc2a
TST: Remove the `__reduce__` tests
by Bas van Beek
· 3 years, 3 months ago
e6fe6d4
TST: Add `npt._GenericAlias` tests for (backported) Python 3.11 features
by Bas van Beek
· 3 years, 3 months ago
919415f
MAINT: Adapt the `npt._GenericAlias` backport to Python 3.11 `types.GenericAlias` changes
by Bas van Beek
· 3 years, 3 months ago
824925d
TYP, ENH: Add annotations for the `equal_nan` keyword to `np.unique`
by Bas van Beek
· 3 years, 3 months ago
233b723
MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal`
by Sebastian Berg
· 3 years, 3 months ago
25cae8f
MAINT: Update multiline indentations
by Jason Thai
· 3 years, 3 months ago
85af274
DOC: Update 21623 release documentation
by Jason Thai
· 3 years, 3 months ago
Next »