Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.18.3
/
numpy
tag
d6d742079533df8ed6e051bb28eb8d0cbf58f275
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Apr 19 19:46:30 2020
object
b07baa1e0ee0a4ca5dfd89bf51a0f57340b639b8
NumPy 1.18.3 release.
c0b6896
Merge pull request #16017 from charris/backport-15951
by Charles Harris
· 5 years ago
b17be04
BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951)
by panpiort8
· 5 years ago
bd55a55
Add minor tests enhancement
by Pan Jan
· 5 years ago
80844b9
Replace checks with direct function call
by Pan Jan
· 5 years ago
a752bf4
Add testing and replace check
by Pan Jan
· 5 years ago
8bb77f8
BUG: add check if pvals is 1d array in numpy.random.*.multinomial
by Pan Jan
· 5 years ago
a7594bd
Merge pull request #15930 from charris/backport-15736
by Charles Harris
· 5 years ago
0f69f83
BUG: Guarantee array is in valid state after memory error occurs in getset.c
by Mibu287
· 5 years ago
ba545a0
BUG: Increase default string cast size of longdouble/clongdouble
by Sebastian Berg
· 5 years ago
6b954aa
BUG,MAINT: Remove incorrect special case in string to number casts
by Sebastian Berg
· 5 years ago
9c7afa7
Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normal
by Max Balandat
· 5 years ago
73a1683
BUG: fix logic error when nm fails on 32-bit
by mattip
· 5 years ago
dc05cc9
MAINT: use list-based APIs to call subprocesses (#15714)
by Sebastian Berg
· 5 years ago
e0f1cc1
BUG: Added missing error check in `ndarray.__contains__` (gh-15553)
by Ganesh Kathiresan
· 6 years ago
50c93b8
Merge pull request #15676 from charris/backport-15511
by Charles Harris
· 6 years ago
f3432e8
Documentation updated.
by przemb
· 6 years ago
499447e
Changes suggested in review
by przemb
· 6 years ago
f7f1df0
MAINT: Large overhead in some random functions #15460
by przemb
· 6 years ago
fbbf7c6
TST: move _no_tracing to testing._private
by mattip
· 6 years ago
4234c0a
Merge pull request #15247 from charris/backport-15203
by Charles Harris
· 6 years ago
6182b48
Merge pull request #15246 from charris/backport-15212
by Charles Harris
· 6 years ago
fa6f53a
MAINT: refactor function out of test module
by mattip
· 6 years ago
c1ac694
BUG: lib: Fix handling of integer arrays by gradient.
by Warren Weckesser
· 6 years ago
405b802
MAINT: add --std=c99 in setup.py, not distutils
by mattip
· 6 years ago
9d979a7
Merge pull request #15222 from charris/backport-15187
by Charles Harris
· 6 years ago
1bf1f40
MAINT: remove dead code from review
by mattip
· 6 years ago
8de4788
Merge pull request #15223 from charris/backport-15107
by Charles Harris
· 6 years ago
a06e732
Merge pull request #15221 from charris/backport-15194
by Charles Harris
· 6 years ago
43c7a01
TST: linalg: add ilp64 lapack low-memory smoketest
by Pauli Virtanen
· 6 years ago
2043049
MAINT: unskip test on win32
by mattip
· 6 years ago
ddf292d
BUG: remove -std=c99 for c++ compilation (#15194)
by Matti Picus
· 6 years ago
c5a3bce
BUG: distutils: fix msvc+gfortran openblas handling corner case
by Pauli Virtanen
· 6 years ago
4d9065b
BUG: use tmp dir and check version for cython test (#15170)
by Matti Picus
· 6 years ago
965f63b
TST: Add assert_array_equal test for big integer arrays
by Maxwell Aladago
· 6 years ago
791bbba
Merge pull request #15114 from charris/backport-15069
by Charles Harris
· 6 years ago
9466d31
BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdot
by Pauli Virtanen
· 6 years ago
971253a
ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalg
by Pauli Virtanen
· 6 years ago
2d153be
ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)
by Pauli Virtanen
· 6 years ago
d14003b
TST: f2py: fix race condition in f2py test _get_compiler_status
by Pauli Virtanen
· 6 years ago
b665e6b
ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap
by Pauli Virtanen
· 6 years ago
95b6f89
Merge pull request #15111 from charris/backport-15068
by Charles Harris
· 6 years ago
1023462
Merge pull request #15112 from charris/backport-15052
by Charles Harris
· 6 years ago
5bcae04
BUG: distutils: remove stray debug print
by Pauli Virtanen
· 6 years ago
763870c
TST: testing: check requires_memory immediately before the test + ignore MemoryErrors
by Pauli Virtanen
· 6 years ago
efadd57
TST: fix up issues in requires_memory decorator
by Pauli Virtanen
· 6 years ago
551d93d
ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068)
by Tirth Patel
· 6 years ago
58fde3b
API, DOC: change names to multivariate_hypergeometric, improve docs
by mattip
· 6 years ago
6866cc8
REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl"
by Charles Harris
· 6 years ago
fdd8395
Merge pull request #15007 from mattip/random-c-api2
by Ralf Gommers
· 6 years ago
be773d4
Merge pull request #15039 from eric-wieser/fix-weird-reraise
by Sebastian Berg
· 6 years ago
5f5a87a
BUG: Exceptions tracebacks are dropped
by Eric Wieser
· 6 years ago
e39aa70
Merge pull request #15036 from eric-wieser/fix-leak
by Matti Picus
· 6 years ago
de6e644
BUG: Fix refcounting in ufunc object loops
by Eric Wieser
· 6 years ago
b03fab8
Merge pull request #15023 from qwhelan/nan_perf
by Matti Picus
· 6 years ago
f0c6e41
MAINT: Cleaned up mintypecode for Py3
by Joseph R. Fox-Rabinovitz
· 6 years ago
2b51aa2
PERF: only copy input array in _replace_nan() if there are nans to replace
by Christopher Whelan
· 6 years ago
3a9a63f
Merge pull request #14794 from mattip/nep-0034-impl
by Ralf Gommers
· 6 years ago
dc96c4f
REL: Update cversion and numpyconfig.h
by Charles Harris
· 6 years ago
dc94b2f
Merge pull request #15027 from charris/revert-71fc59d
by Charles Harris
· 6 years ago
03d4897
ENH,DEP: Allow multiple axes in expand_dims (#14051)
by Larry Bradley
· 6 years ago
5992098
Merge pull request #14996 from eric-wieser/masked_rows-bad-argument
by Sebastian Berg
· 6 years ago
14bcfd9
DEP: Deprecate the axis argument to masked_rows and masked_cols
by Eric Wieser
· 6 years ago
7b2d968
BUG: warn when saving dtype with metadata (#14994)
by Matti Picus
· 6 years ago
48481c6
Merge pull request #15021 from pv/blas64-test
by Charles Harris
· 6 years ago
31e8b55
Merge pull request #15012 from pv/blas64_
by Charles Harris
· 6 years ago
4af600d
REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"
by Sebastian Berg
· 6 years ago
d57739d
TST: linalg: add smoke test for 64-bit blas
by Pauli Virtanen
· 6 years ago
2ae28b0
TST: add pytest machinery to specify memory requirements for tests
by Pauli Virtanen
· 6 years ago
e6d1cc2
DOC: lib: Use a clearer example of ddof in the notes of the cov docstring.
by Warren Weckesser
· 6 years ago
ddcd075
Merge pull request #15009 from anis-ladram/patch-2
by Matti Picus
· 6 years ago
2b791a5
API: revert changes to standard_t, cauchy
by mattip
· 6 years ago
e55fa7f
DOC: add a more useful comment to compat.py3k.py
by Mark Harfouche
· 6 years ago
33a2fcb
ENH: core: link only against blas64_/lapack64_ when BLAS64_ set
by Pauli Virtanen
· 6 years ago
52ce77f
ENH: core: add LAPACK64_ support in numpy.linalg
by Pauli Virtanen
· 6 years ago
acf8bcb
ENH: core: use symbol-suffixed 64-bit CBLAS in cblasfuncs, when available
by Pauli Virtanen
· 6 years ago
2d75dec
ENH: core: add 64_ suffixed cblas header
by Pauli Virtanen
· 6 years ago
a6ff5cc
MAINT: core: optionally use symbol-suffixed 64-bit cblas
by Pauli Virtanen
· 6 years ago
afbefcb
ENH: distutils: support 64-bit OpenBLAS with '64_' symbol suffix
by Pauli Virtanen
· 6 years ago
1e623f8
DOC: Fix typo in loadtxt and genfromtxt
by Anis Ladram
· 6 years ago
905dd9a
DOC: Fix typo in numpy.loadtxt documentation
by Anis Ladram
· 6 years ago
a2acfa6
API: rename functions in distributions.c,h
by mattip
· 6 years ago
bcd950f
DOC, TST: refactor CFFI test, add file names to documentation
by mattip
· 6 years ago
9b4d0ac
MAINT: changes from review
by mattip
· 6 years ago
25df5f1
MAINT: add test to test_deprecations
by mattip
· 6 years ago
3fcf144
Merge pull request #14954 from mattip/test-extending-cffi
by Charles Harris
· 6 years ago
d379088
Merge pull request #14948 from mattip/document-random
by Charles Harris
· 6 years ago
b491b98
Merge pull request #14983 from charris/revert-71fc59d
by Charles Harris
· 6 years ago
d0d250a
REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"
by Sebastian Berg
· 6 years ago
78b143c
Merge pull request #14982 from bwignall/typo
by Charles Harris
· 6 years ago
3f31943
Fix typos
by Brian Wignall
· 6 years ago
e3b15d9
Merge pull request #14973 from mattip/norm-doc
by Charles Harris
· 6 years ago
d051ab5
Merge pull request #12658 from tylerjereddy/NaT_sort_order
by Charles Harris
· 6 years ago
d4167c2
MAINT: fixes from review
by mattip
· 6 years ago
b2747fb
MAINT: Small clarification spelling fixes.
by Charles Harris
· 6 years ago
4de3997
Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting
by Matti Picus
· 6 years ago
f37907b
MAINT: Added Python3.8 branch to dll lib discovery
by Ilhan Polat
· 6 years ago
0b8a241
DOC: Document ma.filled behavior with non-scalar fill_value (#13698)
by Kriti Singh
· 6 years ago
fb3e779
DOC: fix docstring of np.linalg.norm
by mattip
· 6 years ago
2fb8540
MAINT: Cleaned up mintypecode for Py3 (#14967)
by Joseph Fox-Rabinovitz
· 6 years ago
c251a51
BUG: NaT now sorts to end of arrays
by Tyler Reddy
· 6 years ago
Next »