Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.18.0
/
doc
tag
43cad30f6211e1eaee445596b80dc3746f6394c0
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Dec 22 15:23:28 2019
object
2410c6d0a63cb56455fc9ab6affcf1a776c82134
NumPy 1.18.0 release
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
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
8d64296
DOC: document 64-bit BLAS/LAPACK build-time variables
by Pauli Virtanen
· 6 years ago
09f20f2
DOC: add release note for f2py --f2cmap
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
763870c
TST: testing: check requires_memory immediately before the test + ignore MemoryErrors
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
0b2081a
REL: Prepare for NumPy 1.18.0 release.
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
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
b2f2700
DOC: fixes from review
by mattip
· 6 years ago
3a9a63f
Merge pull request #14794 from mattip/nep-0034-impl
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
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
a0e6571
DOC: document the NPY_AVAILABLE_MEM test mechanism
by Pauli Virtanen
· 6 years ago
3892cad
DOC: document NPY_USE_BLAS64_ environment variable
by Pauli Virtanen
· 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
16e8059
DOC: improve the C-API/Cython documentation for random
by mattip
· 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
78b143c
Merge pull request #14982 from bwignall/typo
by Charles Harris
· 6 years ago
3f31943
Fix typos
by Brian Wignall
· 6 years ago
d051ab5
Merge pull request #12658 from tylerjereddy/NaT_sort_order
by Charles Harris
· 6 years ago
4de3997
Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting
by Matti Picus
· 6 years ago
0b8a241
DOC: Document ma.filled behavior with non-scalar fill_value (#13698)
by Kriti Singh
· 6 years ago
e9452bf
Merge pull request #14903 from mattip/nep-0034-accepted
by Ralf Gommers
· 6 years ago
d76efa7
Merge pull request #14732 from mattip/refguide-rst
by Charles Harris
· 6 years ago
fc99245
DOC: add release note
by mattip
· 6 years ago
e0519fe
DOC: document the CFFI example
by mattip
· 6 years ago
a413620
DOC: fixes from review
by mattip
· 6 years ago
c63f811
DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs
by mattip
· 6 years ago
5923592
ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841)
by Matti Picus
· 6 years ago
f3fde3c
DOC, MAINT: fix documentation, remove __init__.py
by mattip
· 6 years ago
d6ecf67
API: restructure and document numpy.random C-API (#14604)
by Matti Picus
· 6 years ago
b448092
Merge pull request #14793 from hameerabbasi/uarray
by Charles Harris
· 6 years ago
d1d9dd5
Merge pull request #14901 from eric-wieser/remove-uses-of-scalar-aliases
by Matti Picus
· 6 years ago
2dae0a5
NEP: move nep 34 to accepted
by mattip
· 6 years ago
6dfe331
MAINT: Remove uses of scalar aliases
by Eric Wieser
· 6 years ago
d7887cf
DOC: Update NEP29 with Python3.8 informations.
by Matthias Bussonnier
· 6 years ago
d4a182d
REL: Update master after 1.17.4 release.
by Charles Harris
· 6 years ago
e6a9c11
MAINT: revert gh-14800, which gave precedence to OO->O over OO->?
by mattip
· 6 years ago
4393e0c
Merge pull request #14800 from mattip/reorder-obj-comparison-loop
by Charles Harris
· 6 years ago
87840dc
merge latest changes on master branch
by RedRuM
· 6 years ago
ca5ae64
DOC: update link to published link
by mattip
· 6 years ago
ed7a077
Merge pull request #14674 from mattip/nep-0034
by Ralf Gommers
· 6 years ago
58282d1
DOC: add vertical space in towncrier template
by mattip
· 6 years ago
c03ce14
Merge pull request #14227 from zjpoh/from_string_complex
by Matti Picus
· 6 years ago
c1d9eec
Merge pull request #14730 from zjpoh/fromfile_complex
by Matti Picus
· 6 years ago
e6168f1
DOC: add release note
by mattip
· 6 years ago
36d6d2a
Merge pull request #14786 from hameerabbasi/stefanv-nep-usage
by Stefan van der Walt
· 6 years ago
9aa8c47
DOC: add release note
by mattip
· 6 years ago
1a7c11e
NEP: fix typo
by Matti Picus
· 6 years ago
f8bf0ca
NEP: clarify np.ndarray behaviour
by mattip
· 6 years ago
8305449
NEP: changes from review
by mattip
· 6 years ago
d1a7be4
NEP: move 'NEP 29 random' from Accepted to Final
by mattip
· 6 years ago
7d31c13
NEP: update from comments and PR 14794
by mattip
· 6 years ago
292923a
DOC: Move composition example into usage section
by Hameer Abbasi
· 6 years ago
65947f1
Minor typo fix
by Manny
· 6 years ago
d0ce0b3
Merge pull request #14771 from mattip/gcc-4.8
by Charles Harris
· 6 years ago
f547ce7
Make changes to NEP procedure
by Hameer Abbasi
· 6 years ago
955b290
MAINT: fixes from review
by mattip
· 6 years ago
7e5dc90
DOC: Add release note about changed random variate stream from random.Generator.integers
by Warren Weckesser
· 6 years ago
fb3fbc4
DOC: Adjust NEP-31 to new template.
by Hameer Abbasi
· 6 years ago
4c2b4d8
BUILD, DOC: remove the std=c99 flag from docs, builds, add release note
by mattip
· 6 years ago
fda559c
Merge pull request #14734 from hameerabbasi/nep-usage-section
by Matti Picus
· 6 years ago
49c37d9
DOC: fixes from review
by mattip
· 6 years ago
37ca4f8
DOC: Edit NEP procedure for better discussion
by Hameer Abbasi
· 6 years ago
ea4e17d
NEP: explicitly define ragged array
by mattip
· 6 years ago
d6a76ae
DOC: changes from review
by mattip
· 6 years ago
3973d26
DOC: changes from review
by mattip
· 6 years ago
d0be6b6
NEP: put off discussion of , fixes from review
by mattip
· 6 years ago
2637899
MAINT: doc: Refer to _rational_tests.c.src in the user-defined types section.
by Warren Weckesser
· 6 years ago
20a2f8b
MAINT: doc: Remove doc/newdtype_example/
by Warren Weckesser
· 6 years ago
2aa3bba
Merge pull request #13794 from WarrenWeckesser/new-mvhg
by Matti Picus
· 6 years ago
c1f56c4
Merge pull request #14389 from hameerabbasi/uarray
by Ralf Gommers
· 6 years ago
0455447
DOC: random: Add entry for multivariate_hypergeometric to the Generator docs.
by Warren Weckesser
· 6 years ago
143d713
Merge pull request #14699 from mattip/doc-warnings
by Ralf Gommers
· 6 years ago
b6a05c3
Merge pull request #14720 from WarrenWeckesser/dep-fin
by Ralf Gommers
· 6 years ago
a63fc39
Merge pull request #14723 from bsipocz/doc_ma_generic
by Ralf Gommers
· 6 years ago
2fe352a
Merge pull request #14737 from seberg/accept-nep-29
by Ralf Gommers
· 6 years ago
8c67b43
Merge pull request #14736 from charris/post-1.17.3-update
by Ralf Gommers
· 6 years ago
8634b18
ENH: random: Add the multivariate hypergeometric distribution
by Warren Weckesser
· 6 years ago
9ee262b
Merge pull request #14608 from mattip/random-api
by Ralf Gommers
· 6 years ago
cd0f4cd
NEP: Accept NEP 29 as final
by Sebastian Berg
· 6 years ago
129bcd7
DOC: Adding two more fixes to make doctesting pass
by Brigitta Sipocz
· 6 years ago
Next »