Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.18.0
/
numpy
tag
43cad30f6211e1eaee445596b80dc3746f6394c0
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Dec 22 15:23:28 2019
object
2410c6d0a63cb56455fc9ab6affcf1a776c82134
NumPy 1.18.0 release
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
a111f19
TST: skip if cython is not available
by mattip
· 6 years ago
2c14c5b
Merge pull request #14932 from mproszewska/doc-tolist
by Matti Picus
· 6 years ago
0a5e428
DOC: update note from review
by mattip
· 6 years ago
5a52be5
MAINT: "See also" -> "See Also"
by mattip
· 6 years ago
c63f811
DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs
by mattip
· 6 years ago
e4f2e11
TST: skip cffi tests when PYTHONOPTIMIZE>1, pycparser fails
by mattip
· 6 years ago
5923592
ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841)
by Matti Picus
· 6 years ago
866b340
API, MAINT: export symbols on MSVC, fix typos
by mattip
· 6 years ago
48e0ded
Merge pull request #14951 from bashtage/random-examples
by Matti Picus
· 6 years ago
29b9d3b
TST. API: test using distributions.h via cffi
by mattip
· 6 years ago
8efd1e7
BUG: Fix step returned by linspace when num=1 and endpoint=False (#14929)
by David Zwicker
· 6 years ago
7548073
DOC: Clean up examples of low-level random access
by Kevin Sheppard
· 6 years ago
d428127
Merge pull request #14944 from mattip/move-examples
by Charles Harris
· 6 years ago
f3fde3c
DOC, MAINT: fix documentation, remove __init__.py
by mattip
· 6 years ago
502e780
DOC: testing: Note handling of scalars in assert_array_equal and assert_equal.
by Warren Weckesser
· 6 years ago
521ea22
MAINT: move numpy/random/examples -> numpy/random/_examples
by mattip
· 6 years ago
77e77a2
DOC: Clarify return type for default rng
by Kevin Sheppard
· 6 years ago
d6ecf67
API: restructure and document numpy.random C-API (#14604)
by Matti Picus
· 6 years ago
9f6c1cc
Add changes to run tests again
by mpro
· 6 years ago
cef6aa3
Apply proposed changes
by mpro
· 6 years ago
ab90c87
Doc: Compare 'tolist' function to 'list' in example
by mpro
· 6 years ago
c5b4ced
TST: turn off tracing for np.resize tests
by mattip
· 6 years ago
b2b45fe
DOC: Note FFT type promotion (#14912)
by Daniel Ching
· 6 years ago
1ebf711
Merge pull request #14878 from mattip/remove-sse2
by Warren Weckesser
· 6 years ago
d1d9dd5
Merge pull request #14901 from eric-wieser/remove-uses-of-scalar-aliases
by Matti Picus
· 6 years ago
6dfe331
MAINT: Remove uses of scalar aliases
by Eric Wieser
· 6 years ago
2f74501
Merge pull request #14820 from eric-wieser/template-loops
by Matti Picus
· 6 years ago
3a4b93e
MAINT: Delete and ignore generated files
by Eric Wieser
· 6 years ago
9ce99dd
BUG: Remove builtins from __all__
by Eric Wieser
· 6 years ago
035ef5a
BUG: Fix np.__dir__ to correctly handle new properties
by Eric Wieser
· 6 years ago
4708211
BUILD: remove SSE2 flag from numpy.random builds
by mattip
· 6 years ago
576fc47
MAINT: fixes from review
by mattip
· 6 years ago
e6a9c11
MAINT: revert gh-14800, which gave precedence to OO->O over OO->?
by mattip
· 6 years ago
480dc6b
BUG: raise ValueError for empty arrays passed to _pyarray_correlate (#14829)
by Doug Davis
· 6 years ago
Next »