Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.19.0
/
numpy
tag
b11fd76461ec1e47f5036a56d371e279af424726
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Jun 20 20:06:57 2020
object
92ebe1e9a6aeb47a881a1226b08218175776f9ea
NumPy 1.19.0 release
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
3c782b9
STY: Remove some weird comments from iotools
by Eric Wieser
· 5 years ago
872c6b7
Merge pull request #16162 from mattip/add-pxd
by Charles Harris
· 5 years ago
8931a70
Merge pull request #16168 from seiko2plus/avoid_simd_inc_out_loops
by Matti Picus
· 5 years ago
2f3b826
ENH: Better error message when ``bins`` has float value in ``histogramdd``. (#16129)
by MatteoRaso
· 5 years ago
3edf09c
ENH: more carefully review 'nogil'
by mattip
· 5 years ago
a51ac26
Mark tests as a subpackage rather than data.
by Hameer Abbasi
· 5 years ago
d3e63db
ENH: resync numpy/__init__.pxd with upstream
by mattip
· 5 years ago
9babf65
Merge pull request #16125 from WarrenWeckesser/vectorize-bug
by Matti Picus
· 5 years ago
9b35372
BUG:Umath remove unnecessary include of simd.inc within fast_loop_macro.h
by Sayed Adel
· 5 years ago
bdbcb85
TST: add tag to __init__.pxd and test that the tag is found
by mattip
· 5 years ago
1a54626
DOC: Update np.copy docstring to include ragged case (#15928)
by Guilherme Leobas
· 5 years ago
b022f20
Merge pull request #15401 from eric-wieser/fix-distutils-quoting
by Ralf Gommers
· 5 years ago
22724ba
Merge pull request #15769 from seberg/hugepages-allow-toggling
by Matti Picus
· 5 years ago
c888073
MAINT: lib: A few changes in some vectorize tests.
by Warren Weckesser
· 5 years ago
ffe76ac
MAINT: Unify casting error creation (outside the iterator)
by Sebastian Berg
· 5 years ago
100e7b8
Merge pull request #16014 from seberg/import-error-info
by Charles Harris
· 5 years ago
ae6ba5d
MAINT: Chain exceptions in memmap.py and core.py (#16067)
by Chris Holland
· 5 years ago
684e4a9
BUG: lib: Fix a problem with vectorize with default parameters.
by Warren Weckesser
· 5 years ago
6f8d7fd
DOC: add note on type casting to numpy.left_shift(). (#16081)
by Petre-Flaviu Gostin
· 5 years ago
92bda60
MAINT: Fix random.PCG64 signature in its docstring (#16113)
by ndunnewind
· 5 years ago
4753652
ENH: update numpy.linalg.multi_dot to accept an `out` argument (#15715)
by sslivkoff
· 5 years ago
44e26f2
BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha' parameters. (#14924)
by Benjamin Trendelkamp-Schroer
· 5 years ago
3395802
Fixup: Implement suggestions by Matti
by Sebastian Berg
· 5 years ago
8f83fa5
Fix other comments from Ross and make it ImportError specific
by Sebastian Berg
· 5 years ago
b7f2b97
Apply suggestions from code review
by Sebastian Berg
· 5 years ago
d530d23
DOC: Change import error "howto" to link to troubleshooting docs
by Sebastian Berg
· 5 years ago
Next »