Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.19.1
/
numpy
tag
1ea5652c8029fb8ca6eaa9a571c6fa46a476a292
tagger
Charles Harris <charlesr.harris@gmail.com>
Tue Jul 21 20:44:16 2020
object
13661ac7002a6b39072e616c19ff43daaec60f7e
NumPy 1.19.1 release
5cadc8f
BUG: Fix string/bytes to complex assignment
by Sebastian Berg
· 5 years ago
e417420
Merge pull request #16905 from charris/backport-16890
by Charles Harris
· 5 years ago
92bec1c
BUG,DOC: Fix bad MPL kwarg.
by Ross Barnowski
· 5 years ago
8399ab1
TST, BUG: Re-raise MemoryError exception in test_large_zip's process (gh-16890)
by Antonio Larrosa
· 5 years ago
1049eb7
Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it"
by mattip
· 5 years ago
16b5354
BUG: Validate output size in bin- and multinomial
by Kevin Sheppard
· 5 years ago
9be8572
Merge pull request #16832 from charris/backport-16822
by Charles Harris
· 5 years ago
42a5fcb
MAINT: setuptools 49.2.0 emits a warning, avoid it
by mattip
· 5 years ago
44462cf
BLD: update cython to 0.29.21
by mattip
· 5 years ago
c357c93
BUG: Added missing return after raising error in methods.c (gh-16777)
by Abhinav Reddy
· 5 years ago
dda57c2
Merge pull request #16780 from charris/backport-16242
by Charles Harris
· 5 years ago
e69bf34
Update numpy/lib/_iotools.py
by Sebastian Berg
· 5 years ago
7d18571
BUG: Fix default fallback in genfromtxt
by Sebastian Berg
· 5 years ago
cb440a3
BLD, ENH: Add RPATH support for AIX (#16710)
by EGuesnet
· 5 years ago
76ae2ce
MAINT: Fix deprecated functions in scalarapi.c
by Charles Harris
· 5 years ago
e138e8e
MAINT: Remove unneeded call to PyUnicode_READY
by Charles Harris
· 5 years ago
ecc5bcc
MAINT: Fixes for deprecated functions in scalartypes.c.src
by Charles Harris
· 5 years ago
2899df2
BUG: Fix PyArray_SearchSorted signature.
by Charles Harris
· 5 years ago
3dab4aa
MAINT: Disable use_hugepages in case of ValueError
by Anirudh Subramanian
· 5 years ago
8fba644
BLD Add CPU entry for Emscripten / WebAssembly
by Roman Yurchak
· 5 years ago
4de1972
TEST: modify the assert function's name
by Sayed Adel
· 5 years ago
1c7872d
TEST: Add extra debugging information to CPU features detection
by Sayed Adel
· 5 years ago
3e7fbb6
BUG: Add pre-check to complex AVX code verifying steps is a multiple of element size
by Raghuveer Devulapalli
· 5 years ago
959071a
TST: Add test to validate complex operations on mixed dtype arrays
by Raghuveer Devulapalli
· 5 years ago
ecc9e1d
BUG: raise IEEE exception on AIX
by Etienne Guesnet
· 5 years ago
635e7e9
MAINT: Replace `PyUString_GET_SIZE` with `PyUnicode_GetLength`.
by Eric Wieser
· 5 years ago
8ecbf34
MAINT: Move and improve test_ignore_nan_ulperror.
by Charles Harris
· 5 years ago
a1e166a
Add test for sin/cos for strided large inputs
by Gengxin Xie
· 5 years ago
d90f20f
BUG: fix sin/cos bug when input is strided
by Gengxin Xie
· 5 years ago
9bdcfec
BUG: Ensure SeedSequence 0-padding does not collide with spawn keys
by Robert Kern
· 5 years ago
41da5ea
Merge pull request #16526 from charris/backport-16522
by Charles Harris
· 5 years ago
6fa52f7
Merge pull request #16527 from charris/backport-16503
by Charles Harris
· 5 years ago
1e50a21
BUG: Correct broadcasting when size is not None
by Kevin Sheppard
· 5 years ago
0f8ee58
BUG: gcc >= 10: correctly compare major version
by Michael Hirsch
· 5 years ago
7a43c54
MAINT:ARMHF Fix detecting feature groups NEON_HALF and NEON_VFPV4
by Sayed Adel
· 5 years ago
c3d152d
MNT: be more precise about version support
by Thomas A Caswell
· 5 years ago
dbe3bc9
MNT: define macros supplied in py39 and above
by Thomas A Caswell
· 5 years ago
0e58c3c
MNT: support python 3.10
by Thomas A Caswell
· 5 years ago
65051fc
Merge pull request #16398 from charris/backport-16393
by Charles Harris
· 5 years ago
d2d6afc
Merge pull request #16399 from charris/backport-16387
by Charles Harris
· 5 years ago
0c7cacf
Merge pull request #16400 from charris/backport-16351
by Charles Harris
· 5 years ago
1da07c9
TST, MAINT: Fix detecting and testing armhf features
by Sayed Adel
· 5 years ago
9559d9d
BUG: Add missing dimensions free in `empty_like` with shape
by Sebastian Berg
· 5 years ago
000aa8a
BUG: Fix reference count leak in array allocation memory path
by Sebastian Berg
· 5 years ago
d6bbe2e
Add comment for delayed imports
by Steve Dower
· 5 years ago
4dacac6
Defer ctypes imports in _dtypes_ctypes module
by Steve Dower
· 5 years ago
f870045
MAINT: core: Use a raw string for the fromstring docstring.
by Warren Weckesser
· 5 years ago
219f044
ENH: Optimize Cpu feature detect in X86, fix for GCC on macOS (#16297)
by Chunlin
· 5 years ago
b7a0aec
Merge pull request #16358 from charris/backport-16348
by Charles Harris
· 5 years ago
aa8ee87
BUG: Fix dtype leak in `PyArray_FromAny` error path
by Sebastian Berg
· 5 years ago
232e3d0
BUG: Indentation for docstrings
by Eric Larson
· 5 years ago
8c12ff8
Merge pull request #16341 from charris/backport-16327
by Charles Harris
· 5 years ago
20878de
Merge pull request #16342 from charris/backport-16318
by Charles Harris
· 5 years ago
5dc2f55
Merge pull request #16343 from charris/backport-16288
by Charles Harris
· 5 years ago
9dd2dcc
BUG: Allow attaching documentation twice in add_docstring
by Sebastian Berg
· 5 years ago
177147d
BLD: Avoid "visibility attribute not supported" warning (gh-16288)
by E. M. Bray
· 5 years ago
8bea020
MAINT: Stop Using PyEval_Call* and simplify some uses
by Sebastian Berg
· 5 years ago
d987c40
BUG: Don't segfault on bad __len__ when assigning. (gh-16327)
by Brandt Bucher
· 5 years ago
39a7c52
Merge pull request #16314 from charris/backport-16305
by Charles Harris
· 5 years ago
a50c6f7
DOC: Fix documentation rendering,
by Matthias Bussonnier
· 5 years ago
9f1dc55
BUG: relpath fails for different drives on windows (#16308)
by Matti Picus
· 5 years ago
bd8be54
Merge pull request #16269 from tbm/typo
by Matti Picus
· 5 years ago
0a28931
DOC: Fix typos and cosmetic issues
by Martin Michlmayr
· 5 years ago
411fa9b
Merge pull request #16263 from seberg/decref-fromarray-error-path-fixup
by Charles Harris
· 5 years ago
da48a56
BUG: Add missing decref in fromarray error path
by Sebastian Berg
· 5 years ago
3ba84d2
BUG: numpy.einsum indexing arrays now accept numpy int type (gh-16080)
by Ryan
· 5 years ago
50ce0fc
Merge pull request #16197 from timhoffm/doc-stack
by Sebastian Berg
· 5 years ago
bb63a1a
Merge pull request #16240 from WarrenWeckesser/ptp-warning
by Matti Picus
· 5 years ago
533eb93
DOC: Warn about behavior of ptp with signed integers.
by Warren Weckesser
· 5 years ago
8b81727
BUG: max/min of a masked array dtype fix (gh-15991)
by Rakesh Vasudevan
· 5 years ago
a813a5f
MAINT: Chain exceptions and use NameError in np.bmat (#16215)
by bartosz-grabowski
· 5 years ago
1459b98
DOC: Improve docstring of ``numpy.core.records`` (#16199)
by dojafrat
· 5 years ago
5f7114c
ENH: correct identity for logaddexp2 ufunc: -inf (gh-16102)
by Erik Welch
· 5 years ago
77410e2
Merge pull request #16153 from bashtage/fix-mt19937-jump
by Charles Harris
· 5 years ago
56f444a
Merge pull request #16223 from mattip/pxd-fix
by Charles Harris
· 5 years ago
0cb96b9
DOC: Fix Generator.choice docstring
by Kevin Sheppard
· 5 years ago
0a222b8
Merge pull request #16133 from seberg/maint-cast-error
by Matti Picus
· 5 years ago
2c06400
BUG: fix signature of PyArray_SearchSorted in __init__.pxd
by mattip
· 5 years ago
ac72f8d
DOC: Update docstring
by Kevin Sheppard
· 5 years ago
95309c7
DOC: Improve the docstring for MT19937.jumped
by Kevin Sheppard
· 5 years ago
f7d740c
MAINT: Remove unused file
by Kevin Sheppard
· 5 years ago
b79be48
REF: Refactor jump code
by Kevin Sheppard
· 5 years ago
3bc2c0d
BUG: Correct loop order in MT19937 jump
by Kevin Sheppard
· 5 years ago
9cc3af7
MAINT: simplify iterator casting error creation
by Sebastian Berg
· 5 years ago
beb031d
ENH: Allow pickle with protocol 5 when higher is requested (#16185)
by jakirkham
· 5 years ago
823c59c
Merge pull request #16170 from mattip/cleanup-pxd
by Charles Harris
· 5 years ago
e4a8977
Merge pull request #16214 from mattip/aarch64-arcsinh
by Charles Harris
· 5 years ago
5743bd2
BUG: fixes from review
by mattip
· 5 years ago
6303c86
BUG: skip complex256 arcsinh precision test on glibc2.17
by mattip
· 5 years ago
e00d94b
restore improperly removed API function
by mattip
· 5 years ago
84a4c4b
Merge pull request #16068 from seberg/string-to-bool-regression
by Charles Harris
· 5 years ago
c6e27fb
Merge pull request #16188 from eric-wieser/cleanup-StringConverter
by Sebastian Berg
· 5 years ago
73d2dc4
DOC: warn about runtime of shares_memory
by Pauli Virtanen
· 5 years ago
ba9f93d
ENH: Add equal_nan keyword argument to array_equal (gh-16128)
by Ross Barnowski
· 5 years ago
9ff05dc
DOC: Update np.rollaxis docstring (#15939)
by Guilherme Leobas
· 5 years ago
a1800a7
DOC: Unify cross-references between array joining methods
by Tim Hoffmann
· 5 years ago
e664535
Update Docs : point users of np.outer to np.multiply.outer (#16182)
by Tina Oberoi
· 5 years ago
fc89a21
MAINT: Extract a helper function from StringConverter
by Eric Wieser
· 5 years ago
e499615
STY: remove some parens in iteration
by Eric Wieser
· 5 years ago
5d67634
MAINT: remove unused private members
by Eric Wieser
· 5 years ago
Next »