Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.20.2
/
numpy
tag
28939132ae9e29f53fdcdedb49fb4815f2d8537d
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Mar 27 22:03:16 2021
object
b19ad5bfa396a4600a52a598a30a65d4e993f831
NumPy 1.20.2 release
afc861e
BUG: Fix small issues found with pytest-leaks
by Sebastian Berg
· 4 years, 5 months ago
c4fd82f
Merge pull request #18661 from charris/backport-18651
by Charles Harris
· 4 years, 5 months ago
b9edc25
BUG: Fix small valgrind-found issues (#18651)
by Sebastian Berg
· 4 years, 5 months ago
59c99e4
Merge pull request #18638 from charris/backport-18605
by Charles Harris
· 4 years, 5 months ago
fb44ee2
Update numpy/ma/tests/test_core.py
by Sebastian Berg
· 4 years, 5 months ago
9719ac5
Apply suggestions from code review
by Sebastian Berg
· 4 years, 5 months ago
75e13a6
BUG: Fix ma coercion list-of-ma-arrays if they do not cast to bool
by Sebastian Berg
· 4 years, 5 months ago
6b0490c
API: Move `polynomial.polyutils` to the `PRIVATE_BUT_PRESENT_MODULES` list
by Bas van Beek
· 4 years, 5 months ago
9602fb2
MAINT: Re-export a number of sub-modules
by Bas van Beek
· 4 years, 5 months ago
376ec46
API: Formally classify `np.lib.stride_tricks` as part of the public API
by Bas van Beek
· 4 years, 5 months ago
26c87b0
Merge pull request #18611 from charris/backport-18539
by Charles Harris
· 4 years, 5 months ago
acaa91c
Merge pull request #18612 from charris/backport-18560
by Charles Harris
· 4 years, 5 months ago
f7c52ab
BUG: Fixed ``where`` keyword for ``np.mean`` & ``np.var`` methods (gh-18560)
by Mateusz Sokół
· 4 years, 5 months ago
72b0087
BUG: NameError in numpy.distutils.fcompiler.compaq
by Michael Lamparski
· 4 years, 5 months ago
a21cbb1
MAINT: Add annotations for `dtype.__getitem__`, `__mul__` and `names` (#18599)
by Bas van Beek
· 4 years, 5 months ago
33398ca
BUG: incorrect error fallthrough in nditer
by Allan Haldane
· 4 years, 6 months ago
a32ff1b
Merge pull request #18488 from charris/backport-18479
by Charles Harris
· 4 years, 6 months ago
6d57833
Merge pull request #18487 from charris/backport-18478
by Charles Harris
· 4 years, 6 months ago
86e2a86
Merge pull request #18486 from charris/backport-18477
by Charles Harris
· 4 years, 6 months ago
dfef262
Goto done when an error condition is reached
by Christoph Gohlke
· 4 years, 6 months ago
2837ac3
BUG: check if PyArray_malloc succeeded
by Christoph Gohlke
· 4 years, 6 months ago
ede709c
MAINT: verify pointer against NULL before using it
by Christoph Gohlke
· 4 years, 6 months ago
242a064
MAINT: remove nonsensical comparison of pointer < 0
by Christoph Gohlke
· 4 years, 6 months ago
0511a93
MAINT: cast Py_ssize_t to int
by Christoph Gohlke
· 4 years, 6 months ago
c69bef6
MAINT: Remove suspicious type casting
by Christoph Gohlke
· 4 years, 6 months ago
b946f09
BUG: Segfault in nditer buffer dealloc for Object arrays
by Allan Haldane
· 4 years, 6 months ago
311c20b
Merge pull request #18462 from charris/backport-15392
by Charles Harris
· 4 years, 6 months ago
a9dbef9
Merge pull request #18461 from charris/backport-18420
by Charles Harris
· 4 years, 6 months ago
95396ff
Merge pull request #18460 from charris/backport-18436
by Charles Harris
· 4 years, 6 months ago
317acdb
TST: Add test for nonzero and copyswapn (through advanced indexing)
by Sebastian Berg
· 4 years, 6 months ago
f2b40c6
BUG: Remove temporary change of descr/flags in VOID functions
by Sebastian Berg
· 4 years, 6 months ago
8563a3c
BUG: Fix tiny memory leaks when `like=` overrides are used
by Sebastian Berg
· 4 years, 6 months ago
45f4ca4
BUG: Fix refcount leak in f2py `complex_double_from_pyobj`
by Sebastian Berg
· 4 years, 6 months ago
a3582d8
BUG: Fixed an issue where `diagflat` could overflow on windows and 32-bit platforms
by Bas van Beek
· 4 years, 6 months ago
b6a8fb3
MAINT: Update f2py from master.
by Charles Harris
· 4 years, 6 months ago
3e3df3f
Merge pull request #18351 from charris/backport-18350
by Charles Harris
· 4 years, 7 months ago
284387a
Merge pull request #18356 from charris/backport-18072
by Charles Harris
· 4 years, 7 months ago
224a34b
Merge pull request #18357 from charris/backport-18180
by Charles Harris
· 4 years, 7 months ago
f673971
BUG: Fix missing signed_char dependency. Closes #18335.
by Pearu Peterson
· 4 years, 7 months ago
c181a40
MAINT: PR 18072 revisions
by Tyler Reddy
· 4 years, 7 months ago
6750eca
MAINT: crackfortran regex simplify
by Tyler Reddy
· 4 years, 7 months ago
45a6ec0
BUG: threads.h existence test requires GLIBC > 2.12. (#18180)
by Pearu Peterson
· 4 years, 7 months ago
48ba4dd
Applied reviewers comments: add ident
by Pearu Peterson
· 4 years, 7 months ago
f7246f7
Apply reviewer comments.
by Pearu Peterson
· 4 years, 7 months ago
703bfe2
Apply reviewers comments.
by Pearu Peterson
· 4 years, 7 months ago
a80acf4
Add test for gh17797.
by Pearu Peterson
· 4 years, 7 months ago
215dea6
BUG: f2py specific __user__ modules should not be used in Fortran sources to be compiled. Closes #17797.
by Pearu Peterson
· 4 years, 7 months ago
b5a2a7e
BUG: subroutines using assumed shape arrays must be treated as F90 codes. Don't split inline comments.
by Pearu Peterson
· 4 years, 7 months ago
a1929d1
BUG: Fix detecting Fortran 90+ source format.
by Pearu Peterson
· 4 years, 7 months ago
2771c2b
BUG: Allow pickling all relevant DType types/classes
by Sebastian Berg
· 4 years, 7 months ago
be86267
BUG: Allow unmodified use of isclose, allclose, etc. with timedelta
by Sebastian Berg
· 4 years, 7 months ago
af4ca36
Merge pull request #18328 from charris/backport-18264
by Charles Harris
· 4 years, 7 months ago
d31c1b8
Merge pull request #18327 from charris/backport-18282
by Charles Harris
· 4 years, 7 months ago
395f1e1
BUG: cffi parser ignores __cplusplus guards
by mckib2
· 4 years, 7 months ago
e47df39
FIX: random: C linkage for random distributions
by Nicholas McKibben
· 4 years, 7 months ago
c92393d
MAINT: PR 18282 revisions
by Tyler Reddy
· 4 years, 7 months ago
652933a
MAINT: gracefully shuffle memoryviews
by Tyler Reddy
· 4 years, 7 months ago
ac98bfb
BUG: don't mutate list of fake libraries while iterating over it (#18295)
by Nicholas McKibben
· 4 years, 7 months ago
7ed840d
BUG: Fix typo in ``numpy.__init__.py``
by Charles Harris
· 4 years, 7 months ago
c8581cb
MAINT: Add previously-missing placeholder annotations
by Bas van Beek
· 4 years, 7 months ago
c8a0cc0
MAINT: Add missing `__all__` annotations
by Bas van Beek
· 4 years, 7 months ago
1caf01e
ENH: Add annotations for certain module-level dunders
by Bas van Beek
· 4 years, 7 months ago
6c3cabd
TST: Don't fail check_large_zip on signal 9
by Charles Harris
· 4 years, 7 months ago
f3070c5
Update numpy/core/src/multiarray/mapping.c
by Sebastian Berg
· 4 years, 7 months ago
436aec5
BUG: Ensure too many advanced indices raises an exception
by Sebastian Berg
· 4 years, 7 months ago
33b4b26
Apply suggestions from code review
by Sebastian Berg
· 4 years, 7 months ago
b66733c
Update numpy/__init__.py
by Sebastian Berg
· 4 years, 7 months ago
4754ded
DOC: Clarify the type alias deprecation message
by Sebastian Berg
· 4 years, 7 months ago
3ed7689
Remove duplicate axis check
by Ralf Gommers
· 4 years, 7 months ago
61f095b
BUG: shuffling empty array with axis=1 was broken
by Ralf Gommers
· 4 years, 7 months ago
b9711cf
MAINT: warn when shuffling unrecognized objects
by Ralf Gommers
· 4 years, 7 months ago
0ebf9ba
Merge pull request #18201 from charris/backport-18197
by Charles Harris
· 4 years, 7 months ago
dff151e
BUG: Keep ignoring most errors during array-protocol lookup
by Sebastian Berg
· 4 years, 7 months ago
f05981e
STY: Use explicit reexports for numpy.typing objects
by Bas van Beek
· 4 years, 7 months ago
3710d9a
BUG: Promotion between strings and objects was assymetric
by Sebastian Berg
· 4 years, 7 months ago
3092b0a
BUG, MAINT: improve avx512 mask logical operations
by Sayed Adel
· 4 years, 7 months ago
49cc6fb
BLD: Add extra check for AVX512DQ mask conversions
by Sayed Adel
· 4 years, 7 months ago
3be85af
BUG: Fix promotion of half and string
by Sebastian Berg
· 4 years, 8 months ago
793241c
BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clang
by Sayed Adel
· 4 years, 8 months ago
45177ea
MAINT, BLD: few tweaks in the comments and log message
by Sayed Adel
· 4 years, 8 months ago
9406bce
BUG, BLD: Generate the main dispatcher config header into the build dir
by Sayed Adel
· 4 years, 8 months ago
6e86358
Merge pull request #18064 from charris/backport-18001
by Charles Harris
· 4 years, 8 months ago
5fd9291
BLD, MAINT: add platform info to the final optimization report
by Sayed Adel
· 4 years, 8 months ago
e637f31
BLD, BUG: Fix detecting aarch64 on macOS
by Sayed Adel
· 4 years, 8 months ago
4bd709c
BUG: Fix concatenation when the output is "S" or "U"
by Sebastian Berg
· 4 years, 8 months ago
5b9e5ca
Merge pull request #18035 from charris/backport-18030
by Charles Harris
· 4 years, 8 months ago
0520f21
BUG: make a variable volatile to work around clang compiler bug (#18030)
by Raghuveer Devulapalli
· 4 years, 8 months ago
d3104b9
DEP: Futurewarn on requiring __len__ on array-likes
by Sebastian Berg
· 4 years, 8 months ago
03cb000
Merge pull request #18015 from charris/backport-17817
by Charles Harris
· 4 years, 8 months ago
91ab008
Merge pull request #18016 from charris/backport-17906
by Charles Harris
· 4 years, 8 months ago
63c78f2
Merge pull request #18017 from charris/backport-17957
by Charles Harris
· 4 years, 8 months ago
7f791f7
TST: Do not disable errors globally in ma/timer_comparison.py
by Sebastian Berg
· 4 years, 8 months ago
e0d5cb4
TST: Ensure `like=` tests are not sensitive to execution order
by Sebastian Berg
· 4 years, 8 months ago
ed00a02
TST: Fix crosstalk issues with polynomial str tests.
by Ross Barnowski
· 4 years, 8 months ago
a91f531
Update gnu.py
by FX Coudert
· 4 years, 8 months ago
df1845c
BUG: Ignore fewer errors during array-coercion
by Sebastian Berg
· 4 years, 8 months ago
4262766
Merge pull request #17922 from charris/backport-17907
by Charles Harris
· 4 years, 9 months ago
25d4f7d
Fix AttributeError: 'bool' object has no attribute 'ndim'
by Christoph Gohlke
· 4 years, 9 months ago
5fecd23
Merge pull request #17915 from charris/backport-17912
by Charles Harris
· 4 years, 9 months ago
fc84518
ENH: add support for fujitsu compiler to numpy. (#17792)
by Tomoki, Karatsu
· 4 years, 9 months ago
Next »