Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.20.0
/
numpy
tag
3deab6b8323560b9870cd56657d8492638992afe
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Jan 30 19:27:33 2021
object
fb215c76967739268de71aa4bda55dd1b062bc2e
NumPy 1.20.0 release
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
ff43276
TST: remove stray '+' from f-string upgrade
by Derek Homeier
· 4 years, 9 months ago
e5fa84c
DOC: Add where to all, any, mean, var, and std method docstrings
by Sebastian Berg
· 4 years, 9 months ago
e917b37
ENH: Micro-optimize where=True path for mean, var, any, and all
by Sebastian Berg
· 4 years, 9 months ago
1a077a9
MAINT: clean up a spurious warning in numpy/typing/setup.py
by Ralf Gommers
· 4 years, 9 months ago
2c93858
STY: fix C coding style
by mattip
· 4 years, 9 months ago
6516346
BLD: adapt to pypy37
by mattip
· 4 years, 9 months ago
ba6dd50
BUG: Fix readonly related scalar buffer exports
by Sebastian Berg
· 4 years, 9 months ago
ef62ee7
TST: Do not leak reference/object in error-test path
by Sebastian Berg
· 4 years, 9 months ago
cfbd303
BUG: Fix incorrect brackets leading to error leak in mapping.c
by Sebastian Berg
· 4 years, 9 months ago
4635c99
Merge pull request #17857 from charris/prepare-1.20-branch
by Charles Harris
· 4 years, 9 months ago
70477a5
MAINT: Prepare for the NumPy 1.20.x branch.
by Charles Harris
· 4 years, 9 months ago
b66d03d
Merge pull request #17655 from pitmanst/zos.build
by Ralf Gommers
· 4 years, 9 months ago
af4b110
ENH,API: Store exported buffer info on the array (#16938)
by Sebastian Berg
· 4 years, 9 months ago
0886d0e
BUG: Fix incorrect function prototypes.
by Charles Harris
· 4 years, 9 months ago
24a4704
Merge pull request #16161 from anirudh2290/ufunc_divide_error
by Charles Harris
· 4 years, 9 months ago
ba77419
Merge pull request #17401 from seberg/restructure-casting
by Charles Harris
· 4 years, 9 months ago
670d94f
DOC: Add a note to provide clarification about `__all__: List[str]`
by Bas van Beek
· 4 years, 9 months ago
8775e5d
STY: Removed an unused f-string
by Bas van Beek
· 4 years, 9 months ago
107b2e8
MAINT: Add `__all__` to `numpy.typing`
by Bas van Beek
· 4 years, 9 months ago
e38a64f
Merge pull request #17841 from a-elhag/docstring-fix
by Matti Picus
· 4 years, 9 months ago
a806c21
CI: Activate new castingimpl on no-openblas azure job
by Sebastian Berg
· 4 years, 9 months ago
39d2e8b
Last touch-ups (test and tiny fixes)
by Sebastian Berg
· 4 years, 9 months ago
a9a44e9
Address Matti's comments from yesterday
by Sebastian Berg
· 4 years, 9 months ago
df1b2a8
TST: Fixup tests for Void
by Sebastian Berg
· 4 years, 9 months ago
3cfcd22
MAINT: Rewrite can-cast logic in terms of NEP 42
by Sebastian Berg
· 4 years, 9 months ago
7571d4a
Merge pull request #17833 from seberg/void-pickle
by Charles Harris
· 4 years, 9 months ago
d9c9a3f
DOC: Fixing boilerplate code example
by Al-Baraa El-Hag
· 4 years, 9 months ago
7067967
DEP: Give a deprecation warning when unpickling an object scalar
by Sebastian Berg
· 4 years, 9 months ago
520b7d1
Merge pull request #17838 from BvB93/docs
by Charles Harris
· 4 years, 9 months ago
f12242a
DOC: Update the `numpy.typing` documentation
by Bas van Beek
· 4 years, 9 months ago
d94f7a7
BUG: Fix subarray dtype used with too large count in fromfile
by Sebastian Berg
· 4 years, 9 months ago
f09166e
Merge pull request #16205 from embray/issue/12756
by Charles Harris
· 4 years, 9 months ago
a0f9f50
Merge pull request #17828 from seberg/incorrect-size-in-masked-transfer
by Charles Harris
· 4 years, 9 months ago
9ec4208
BUG: Fix incorrectly passed size in masked processing
by Sebastian Berg
· 4 years, 9 months ago
269f2f2
Merge pull request #15852 from sgasse/add_where_to_mean
by Charles Harris
· 4 years, 9 months ago
1713503
Merge pull request #17805 from BvB93/out
by Charles Harris
· 4 years, 9 months ago
950c634
Merge pull request #17815 from serge-sans-paille/fix/empty-like-doc
by Matti Picus
· 4 years, 9 months ago
e0ffe35
Merge pull request #17812 from nailbiter/patch-1
by Matti Picus
· 4 years, 9 months ago
254836c
Harmonize quoting in (ones/fill/zeros/empty)_like documentation
by serge-sans-paille
· 4 years, 9 months ago
81e363d
Fix copy-paste typo in empty_like documentation.
by serge-sans-paille
· 4 years, 9 months ago
ab24dc6
Merge pull request #17787 from pentschev/nep-35-strict-like
by Sebastian Berg
· 4 years, 9 months ago
a46bc58
MAINT: Make like= strict in array_implement_array_function
by Peter Andreas Entschev
· 4 years, 9 months ago
7ad74fb
Update numpy/linalg/linalg.py
by Eric Wieser
· 4 years, 9 months ago
86c0f9a
Update linalg.py
by Alex Leontiev
· 4 years, 9 months ago
5f316a8
BUG: Fix pickling of scalars with NPY_LISTPICKLE
by Sebastian Berg
· 4 years, 9 months ago
fd4e1e1
MAINT: Set the ufunc and ndarray ops return type to `Any`
by Bas van Beek
· 4 years, 9 months ago
4241408
REV: Add array_function_dispatch_like helper
by Peter Andreas Entschev
· 4 years, 9 months ago
1d7ad47
REV: Make like= in Python functions strict
by Peter Andreas Entschev
· 4 years, 9 months ago
196c6d1
STY: Move exception to same line of PyErr_Format
by Peter Andreas Entschev
· 4 years, 9 months ago
b88b2c0
MAINT: Minor touchups in npyio (#17796)
by Ross Barnowski
· 4 years, 9 months ago
8fee756
BUG: ensure _UFuncNoLoopError can be pickled (#17377)
by bernie gray
· 4 years, 9 months ago
5a3180c
MAINT: Check like= type for __array_function__
by Peter Andreas Entschev
· 4 years, 9 months ago
fff2845
MAINT: Use get_array_function with like=
by Peter Andreas Entschev
· 4 years, 9 months ago
7fe9436
MAINT: Change like= exception to TypeError
by Peter Andreas Entschev
· 4 years, 9 months ago
15483da
TST: Test strict like=
by Peter Andreas Entschev
· 4 years, 9 months ago
9550096
MAINT: Make like= in np.array() strict
by Peter Andreas Entschev
· 4 years, 9 months ago
adc261a
MAINT: Make like= in Python functions strict
by Peter Andreas Entschev
· 4 years, 9 months ago
e0c9b26
MAINT: Add array_function_dispatch_like helper
by Peter Andreas Entschev
· 4 years, 9 months ago
360ba05
Merge pull request #17743 from isuruf/cblas_win
by Matti Picus
· 4 years, 9 months ago
ba31503
TST: Simplify Hypothesis config
by Zac-HD
· 4 years, 9 months ago
0dfbc05
Merge pull request #17763 from seiko2plus/issue_17761
by Charles Harris
· 4 years, 9 months ago
f9e8828
MAINT, SIMD: remove unlikely and give constant hint to improve memory access of glibc fallback
by Sayed Adel
· 4 years, 9 months ago
Next »