Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.18.0
tag
43cad30f6211e1eaee445596b80dc3746f6394c0
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Dec 22 15:23:28 2019
object
2410c6d0a63cb56455fc9ab6affcf1a776c82134
NumPy 1.18.0 release
2410c6d
REL: NumPy 1.18.0 release.
by Charles Harris
· 6 years ago
v1.18.0
457b430
Merge pull request #15146 from charris/prepare-1.18.0-release
by Charles Harris
· 6 years ago
b0913d1
REL: Prepare for 1.18.0 release.
by Charles Harris
· 6 years ago
791bbba
Merge pull request #15114 from charris/backport-15069
by Charles Harris
· 6 years ago
ed41774
Merge pull request #15113 from charris/backport-15106
by Charles Harris
· 6 years ago
912a9cc
DOC: explain NPY_*_ILP64_ORDER default values
by Pauli Virtanen
· 6 years ago
5cb8130
DOC: adjust ILP64 openblas release note
by Pauli Virtanen
· 6 years ago
97610ff
DOC: site.cfg: add note about 64-bit openblas library names
by Pauli Virtanen
· 6 years ago
9466d31
BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdot
by Pauli Virtanen
· 6 years ago
8d64296
DOC: document 64-bit BLAS/LAPACK build-time variables
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
09f20f2
DOC: add release note for f2py --f2cmap
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
07a629a
DOC: f2py: copy documentation for .f2cmap file from old f2py FAQ
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
3962134
Merge pull request #15109 from charris/backport-15072
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
f658d56
REL: prepare 1.18.x for further development
by Charles Harris
· 6 years ago
e1c2900
REL: NumPy 1.18.0rc1 release.
by Charles Harris
· 6 years ago
v1.18.0rc1
bc51628
Merge pull request #15059 from charris/prepare-1.18.0-release
by Charles Harris
· 6 years ago
0b2081a
REL: Prepare for NumPy 1.18.0 release.
by Charles Harris
· 6 years ago
790965f
Merge pull request #15058 from charris/backport-15046
by Charles Harris
· 6 years ago
ca19ab6
DOC: change to link (from review)
by mattip
· 6 years ago
58fde3b
API, DOC: change names to multivariate_hypergeometric, improve docs
by mattip
· 6 years ago
86d912b
Merge pull request #15053 from charris/revert-object-deprecation
by Charles Harris
· 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
fc860a2
Merge pull request #15032 from madphysicist/mintypecode-cleanup
by Matti Picus
· 6 years ago
b2f2700
DOC: fixes from review
by mattip
· 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
7999f7c
Merge pull request #15031 from charris/prepare-1.18-branch
by Ralf Gommers
· 6 years ago
0539aa4
DOC: Update note for using towncrier
by Charles Harris
· 6 years ago
0cc8fd6
DOC: Create 1.18.0 release note.
by Charles Harris
· 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
f434a64
Merge pull request #15025 from numpy/dependabot/pip/pytest-5.3.1
by Sebastian Berg
· 6 years ago
8d112d1
MAINT: Bump pytest from 5.3.0 to 5.3.1
by dependabot-preview[bot]
· 6 years ago
d57739d
TST: linalg: add smoke test for 64-bit blas
by Pauli Virtanen
· 6 years ago
a0e6571
DOC: document the NPY_AVAILABLE_MEM test mechanism
by Pauli Virtanen
· 6 years ago
2ae28b0
TST: add pytest machinery to specify memory requirements for tests
by Pauli Virtanen
· 6 years ago
3892cad
DOC: document NPY_USE_BLAS64_ environment variable
by Pauli Virtanen
· 6 years ago
b83f10e
Merge pull request #15019 from WarrenWeckesser/doc-cov
by Matti Picus
· 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
0fbaec6
Merge pull request #15014 from hmaarrfk/compat_comment_1.18
by Eric Wieser
· 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
aeaee5e
DOC: sphinx does not like breaking function declarations over lines
by mattip
· 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
16e8059
DOC: improve the C-API/Cython documentation for random
by mattip
· 6 years ago
0725a58
Merge pull request #15004 from MartinThoma/doc/fix-pcg
by Charles Harris
· 6 years ago
1df7f20
MAINT: Change Congruent to Congruential in PCG
by Charles Harris
· 6 years ago
bb7ce62
DOC: Fix abbreviation of PCG64
by Martin Thoma
· 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
9ed9806
Merge pull request #14978 from numpy/dependabot/pip/pytest-5.3.0
by Sebastian Berg
· 6 years ago
118de3a
MAINT: Bump pytest from 5.2.4 to 5.3.0
by dependabot-preview[bot]
· 6 years ago
51b04a5
Merge pull request #14974 from ilayn/os_add_dll_dir
by Ralf Gommers
· 6 years ago
ba83499
Merge pull request #14976 from pv/asv-conf-update
by Ralf Gommers
· 6 years ago
677be32
DEV: update asv.conf.json
by Pauli Virtanen
· 6 years ago
Next »