Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.23.1
/
numpy
tag
5e3aea6dc6087e550f670366d45dcc69829360e4
tagger
Charles Harris <charlesr.harris@gmail.com>
Fri Jul 08 22:59:52 2022
object
1f82da745496092d85b402b1703877462a7c2de2
NumPy 1.23.1 release
84c1841
Merge pull request #21949 from charris/backport-21896
by Charles Harris
· 3 years, 1 month ago
3111958
Merge pull request #21951 from charris/backport-21946
by Charles Harris
· 3 years, 1 month ago
a79221d
BUG: Fix KeyError in crackfortran operator support
by Rohit Goswami
· 3 years, 1 month ago
207c17e
Reorder extern "C" to only apply to function declarations in npy_math.h
by serge-sans-paille
· 3 years, 1 month ago
8ccaa24
numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64
by Matthias Koeppe
· 3 years, 1 month 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, 2 months ago
629f67f
BUG: Prevent attempted broadcasting of 0-D output operands in ufuncs
by Sebastian Berg
· 3 years, 2 months ago
37dbb74
BUG: Fix a refactor leftover bug
by Namami Shanker
· 3 years, 2 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
b0b9bf3
DOC: Added releasenote for 21623
by Jason Thai
· 3 years, 3 months ago
5238f86
ENH: Added equal-nans kwarg to np.unique
by Jason Thai
· 3 years, 3 months ago
27fd86a
TST: Added test for np.unique equal_nans kwarg
by Jason Thai
· 3 years, 3 months ago
458a462
API: Retain `arr.base` more strictly in `np.frombuffer`
by Sebastian Berg
· 3 years, 3 months ago
1f433eb
Merge pull request #21634 from charris/backport-21630
by Charles Harris
· 3 years, 3 months ago
b2653cd
TST: Handle compiler checks for PYF
by Rohit Goswami
· 3 years, 3 months ago
c681059
MAINT: Skip F2PY tests without Fortran compilers
by Rohit Goswami
· 3 years, 3 months ago
a4f7faf
MAINT: back out conversion of npymath component to c++
by mattip
· 3 years, 3 months ago
ad196e7
REL: Prepare for 1.23.0rc1 release, second version.
by Charles Harris
· 3 years, 3 months ago
5707c83
TYP: Allow unsigned integer inplace-ops to accept signed integers
by Bas van Beek
· 3 years, 3 months ago
a7b46d9
MAINT: Update C-API version in setup_common.py
by Charles Harris
· 3 years, 3 months ago
1113356
Merge pull request #21580 from charris/update-cversion-hash
by Charles Harris
· 3 years, 3 months ago
41b6ac0
Merge pull request #21558 from bsipocz/python36_37_cleanup
by Sebastian Berg
· 3 years, 3 months ago
ac40c2e
MAINT: revert changes, so all tests pass for warning contexts
by Brigitta Sipőcz
· 3 years, 3 months ago
e8dda96
MAINT: Fix warningc context tests, uncover bug?
by Brigitta Sipőcz
· 3 years, 3 months ago
d4d5771
MAINT: Python <3.8 related cleanups
by Brigitta Sipőcz
· 3 years, 3 months ago
53379cd
MAINT: Python <3.7 related cleanups
by Brigitta Sipőcz
· 3 years, 3 months ago
c99b265
MAINT: Update the cversion hash.
by Charles Harris
· 3 years, 3 months ago
3ba8be6
DOC:linalg: Remove ref to scipy.linalg.pinv2
by Ilhan Polat
· 3 years, 3 months ago
eece996
Merge pull request #21566 from bsipocz/docstring_fix_get_names_flat
by Matti Picus
· 3 years, 3 months ago
2932e91
Fix grammar [skip ci]
by Brigitta Sipőcz
· 3 years, 3 months ago
569fc6a
Fix docstring and examples for rfn.get_names*
by Brigitta Sipőcz
· 3 years, 3 months ago
3018f8b
Merge pull request #21553 from eendebakpt/MyPyFloat_AsDouble
by Sebastian Berg
· 3 years, 3 months ago
dd03f4f
Merge pull request #21545 from EwoutH/cython-0.29.30
by Charles Harris
· 3 years, 3 months ago
bcdecb3
Merge pull request #21543 from BvB93/alias
by Matti Picus
· 3 years, 3 months ago
f9fb373
use direct call to convert python float to double
by Pieter Eendebak
· 3 years, 3 months ago
d40359f
BLD: Sort svml objects to keep builds reproducible
by Jeremy Volkman
· 3 years, 3 months ago
7c98e8c
DOC: Add a note about `npt._GenericAlias` >=3.11 stability
by Bas van Beek
· 3 years, 3 months ago
ea18bb2
Tests/Docs: Update tests to Cython 0.29.30, mention in docs
by Ewout ter Hoeven
· 3 years, 3 months ago
ae8b9ce
DEP: Deprecate use of `axis=MAXDIMS` instead of `axis=None` (#20920)
by Saswat Das
· 3 years, 3 months ago
42f3203
TST,TYP: Fix a python 3.11 failure for the `GenericAlias` tests
by Bas van Beek
· 3 years, 3 months ago
70025f0
DOC: Update numpy/lib/function_base.py
by Sebastian Berg
· 3 years, 3 months ago
df5efc4
DOC: improve the docstring of numpy.sinc to explain behavior at zero.
by Jesús Carrete Montaña
· 3 years, 3 months ago
db481ba
Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comparison
by Matti Picus
· 3 years, 3 months ago
1cedba6
Merge pull request #21518 from seberg/scalar-fixup
by Matti Picus
· 3 years, 3 months ago
64e3c5c
DOC: Fixup test and general doc strings
by Sebastian Berg
· 3 years, 3 months ago
ad10968
Merge pull request #21534 from charris/fix-gcc-config-error
by Sebastian Berg
· 3 years, 3 months ago
2985b57
BUG: Fix GCC error during build configuration
by Charles Harris
· 3 years, 3 months ago
ae16484
Addressing review for more cleanup and clarification
by Brigitta Sipőcz
· 3 years, 3 months ago
70ecc0f
Questionable removal of python <3.6 related things
by Brigitta Sipocz
· 3 years, 3 months ago
b1d6d24
Remove deprecated iterates
by Brigitta Sipocz
· 3 years, 3 months ago
Next »