summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump pytest from 5.1.3 to 5.2.0dependabot/pip/pytest-5.2.0dependabot-preview[bot]2019-09-301-1/+1
* Merge pull request #14615 from seberg/dependabot-commit-msgCharles Harris2019-09-301-0/+4
|\
| * MAINT: Add "MAINT" tag to dependabot commit msgSebastian Berg2019-09-301-0/+4
|/
* Merge pull request #14603 from shoyer/meta-nep-fixupSebastian Berg2019-09-261-1/+1
|\
| * DOC: Only list "Active" NEPs under "Meta-NEPs"Stephan Hoyer2019-09-261-1/+1
|/
* Fix discrepancies in NEPs (#14601)Stefan van der Walt2019-09-263-3/+3
* NEP: Accept NEP 32. (#14600)Warren Weckesser2019-09-261-3/+19
* BLD: remove unused functions, rearrange headers (from CC=clang) (#14534)Matti Picus2019-09-268-54/+49
* Merge pull request #14583 from mattip/select-deprecationSebastian Berg2019-09-263-38/+12
|\
| * DEP: remove expired deprecation in selectmattip2019-09-233-38/+12
* | Merge pull request #14592 from jdufresne/typoRalf Gommers2019-09-261-1/+1
|\ \
| * | MAINT: Fix typo: remoge → removeJon Dufresne2019-09-251-1/+1
* | | Merge pull request #14595 from WarrenWeckesser/no-checkmarkSebastian Berg2019-09-251-28/+27
|\ \ \
| * | | DOC: Change the checkmark to 'Y'.Warren Weckesser2019-09-251-28/+27
|/ / /
* | | Merge pull request #14573 from rgommers/remove-info-filesMatti Picus2019-09-2512-360/+109
|\ \ \
| * | | MAINT: remove unused numpy/f2py/info.py fileRalf Gommers2019-09-222-7/+0
| * | | DOC: clean up numpy.lib docstring, remove numpy/lib/info.pyRalf Gommers2019-09-223-162/+13
| * | | DOC: add up-to-date numpy.linalg docstring, remove info.py fileRalf Gommers2019-09-223-81/+67
| * | | MAINT: remove stray numpy/random/info.py fileRalf Gommers2019-09-222-6/+0
| * | | MAINT: remove outdated `numpy/distutils/__version__.py` fileRalf Gommers2019-09-222-7/+0
| * | | DOC: add a numpy.distutils module docstring, remove info.py fileRalf Gommers2019-09-223-8/+21
| * | | DOC: remove numpy/core/info.py and incomplete docstring for core.Ralf Gommers2019-09-223-89/+8
| | |/ | |/|
* | | Merge pull request #14562 from rgommers/randomCapi-cleanupMatti Picus2019-09-254-4/+2
|\ \ \
| * | | MAINT: don't install partial numpy.random C/Cython API.Ralf Gommers2019-09-214-4/+2
* | | | Merge pull request #14585 from seberg/ravel-multi-index-newMatti Picus2019-09-252-0/+32
|\ \ \ \
| * | | | Update numpy/core/src/multiarray/compiled_base.cSebastian Berg2019-09-231-1/+1
| * | | | BUG: Add missing check for 0-sized array in ravel_multi_indexSebastian Berg2019-09-222-0/+32
* | | | | Merge pull request #14356 from qwhelan/sphinxRalf Gommers2019-09-254-17/+28
|\ \ \ \ \
| * | | | | DOC, BUILD: use sphinx 2.2.0, add autosummary/base.rst for propertiesmattip2019-09-154-3/+17
| * | | | | DOC: support and require sphinx>=2.1.2Christopher Whelan2019-09-143-17/+14
* | | | | | Merge pull request #14576 from MSeifert04/doc-make-NPY_SCALARKIND-linkableMatti Picus2019-09-251-8/+15
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | DOC: Document the NPY_SCALARKIND values as C variables.MSeifert042019-09-221-8/+15
| | |_|_|/ | |/| | |
* | | | | Merge pull request #14587 from larrybradley/fix-typoMatti Picus2019-09-241-1/+1
|\ \ \ \ \
| * | | | | DOC: Fix a minor typo in changelog entryLarry Bradley2019-09-241-1/+1
|/ / / / /
* | | | | MAINT: Add assert that git version is available. (#14548)Seth Troisi2019-09-231-0/+4
* | | | | Merge pull request #14582 from numpy/dependabot/pip/pytest-5.1.3Matti Picus2019-09-231-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Bump pytest from 5.1.2 to 5.1.3dependabot/pip/pytest-5.1.3dependabot-preview[bot]2019-09-231-1/+1
|/ / / /
* | | | Merge pull request #14568 from mattip/hide-config-probe2Charles Harris2019-09-222-1/+19
|\ \ \ \
| * | | | BUILD, DOC: fix 14518, add release notemattip2019-09-222-1/+19
* | | | | Merge pull request #14572 from seberg/runtests-helpCharles Harris2019-09-221-0/+4
|\ \ \ \ \
| * | | | | DOC: Note runtests.py `-- -s` method to use pytests `-s`Sebastian Berg2019-09-211-0/+4
* | | | | | Merge pull request #14555 from sonotley/genfromtext_doc_clarifyWarren Weckesser2019-09-221-7/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | DOC: fixed typo identified by reviewerSimon2019-09-201-1/+1
| * | | | | DOC: clarify input types in basics.io.genfromtxt.rstSimon Notley2019-09-201-7/+7
* | | | | | Merge pull request #14570 from mattip/fix-build_src-importCharles Harris2019-09-211-2/+0
|\ \ \ \ \ \
| * | | | | | BUG: importing build_src breaks setuptools monkeypatch for msvc14mattip2019-09-211-2/+0
|/ / / / / /
* | | | | | Merge pull request #14567 from rgommers/fix-publicapi-testCharles Harris2019-09-216-56/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | DOC: add message about removed noseclasses.py et al to release notesRalf Gommers2019-09-211-0/+5
| * | | | | DEP: remove deprecate (and private) numpy.testing submodules.Ralf Gommers2019-09-215-56/+5
| |/ / / /
* | | | | Merge pull request #14564 from rgommers/coerciontablesSebastian Berg2019-09-201-19/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |