summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix logic error when nm fails on 32-bitmattip2020-03-092-2/+4
* REL: Prepare for 1.18.2 release.Charles Harris2020-03-092-32/+43
* MAINT: Fixup release index.Charles Harris2020-01-061-1/+1
* REL: prepare 1.18.x for further development.Charles Harris2020-01-062-0/+52
* REL: Prepare for the NumPy 1.18.1 release.Charles Harris2020-01-057-0/+281
* Merge pull request #15161 from charris/small-1,18.x-fixesCharles Harris2019-12-232-53/+16
|\
| * DOC: Minor backports and updates for 1.18.xRalf Gommers2019-12-232-53/+16
* | Merge pull request #15159 from charris/backport-15156Matti Picus2019-12-231-0/+9
|\ \ | |/ |/|
| * DOC: add PR for notemattip2019-12-231-0/+1
| * DOC: add moved modules to 1.18 release notemattip2019-12-231-0/+8
* | MAINT: Update pavement.py for towncrier.Charles Harris2019-12-232-9/+11
|/
* REL: prepare 1.18.x for further developmentCharles Harris2019-12-221-1/+1
* REL: Prepare for 1.18.0 release.Charles Harris2019-12-213-6/+15
* Merge pull request #15114 from charris/backport-15069Charles Harris2019-12-152-17/+30
|\
| * DOC: explain NPY_*_ILP64_ORDER default valuesPauli Virtanen2019-12-151-1/+1
| * DOC: adjust ILP64 openblas release notePauli Virtanen2019-12-151-4/+3
| * DOC: document 64-bit BLAS/LAPACK build-time variablesPauli Virtanen2019-12-151-13/+27
* | DOC: add release note for f2py --f2cmapPauli Virtanen2019-12-151-0/+4
* | ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-151-3/+6
* | DOC: f2py: copy documentation for .f2cmap file from old f2py FAQPauli Virtanen2019-12-151-0/+49
|/
* Merge pull request #15111 from charris/backport-15068Charles Harris2019-12-151-0/+1
|\
| * ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068)Tirth Patel2019-12-151-0/+1
* | TST: testing: check requires_memory immediately before the test + ignore Memo...Pauli Virtanen2019-12-151-1/+1
|/
* REL: Prepare for NumPy 1.18.0 release.Charles Harris2019-12-052-57/+610
* DOC: change to link (from review)mattip2019-12-052-2/+4
* API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-052-18/+8
* REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl"Charles Harris2019-12-042-8/+0
* Merge pull request #15007 from mattip/random-c-api2Ralf Gommers2019-12-032-64/+91
|\
| * DOC: fixes from reviewmattip2019-12-034-15/+7
| * DOC: sphinx does not like breaking function declarations over linesmattip2019-11-291-17/+5
| * API: rename functions in distributions.c,hmattip2019-11-291-10/+2
| * DOC, TST: refactor CFFI test, add file names to documentationmattip2019-11-293-0/+6
| * DOC: improve the C-API/Cython documentation for randommattip2019-11-292-50/+99
* | Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-022-0/+8
|\ \
| * | DOC: update link to published linkmattip2019-11-021-1/+1
| * | DOC: add vertical space in towncrier templatemattip2019-10-311-0/+1
| * | DOC: add release notemattip2019-10-311-0/+7
* | | DOC: Update note for using towncrierCharles Harris2019-12-021-7/+7
* | | DOC: Create 1.18.0 release note.Charles Harris2019-12-0245-237/+348
* | | ENH,DEP: Allow multiple axes in expand_dims (#14051)Larry Bradley2019-12-022-0/+6
* | | Merge pull request #14996 from eric-wieser/masked_rows-bad-argumentSebastian Berg2019-12-021-0/+3
|\ \ \
| * | | DEP: Deprecate the axis argument to masked_rows and masked_colsEric Wieser2019-12-021-0/+3
* | | | BUG: warn when saving dtype with metadata (#14994)Matti Picus2019-12-021-0/+6
* | | | Merge pull request #15021 from pv/blas64-testCharles Harris2019-12-021-0/+10
|\ \ \ \
| * | | | DOC: document the NPY_AVAILABLE_MEM test mechanismPauli Virtanen2019-12-011-0/+10
| | |_|/ | |/| |
* | | | DOC: document NPY_USE_BLAS64_ environment variablePauli Virtanen2019-12-011-0/+19
|/ / /
* | | MAINT: Change Congruent to Congruential in PCGCharles Harris2019-11-281-2/+2
* | | DOC: Fix abbreviation of PCG64Martin Thoma2019-11-281-1/+1
* | | Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-272-0/+25
|\ \ \
| * | | DOC: document the CFFI examplemattip2019-11-222-0/+25