summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | TST: ensure coercion tables aren't printed on failing public API testRalf Gommers2019-09-211-19/+21
|/ / / / /
* | | | | Merge pull request #14558 from WarrenWeckesser/update-doc-codeSebastian Berg2019-09-201-33/+35
|\ \ \ \ \
| * | | | | DOC: Fix code that generates the table in the 'Casting Rules' section.Warren Weckesser2019-09-201-33/+35
* | | | | | Merge pull request #14554 from WarrenWeckesser/remove-dup-loopSebastian Berg2019-09-201-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: core: Remove duplicated inner loop ee->e from log, exp, sin, cos, sqrt.Warren Weckesser2019-09-201-5/+5
* | | | | | Merge pull request #14557 from rgommers/pocketfft-license-docSebastian Berg2019-09-201-5/+0
|\ \ \ \ \ \
| * | | | | | DOC: remove note about Pocketfft license file (non-existing here).Ralf Gommers2019-09-201-5/+0
|/ / / / / /
* | | | | | Merge pull request #14527 from mattip/c-warnings-as-errorRalf Gommers2019-09-204-3/+33
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | BUILD: add warn-error option to turn compiler warnings into errors (-Werror)mattip2019-09-204-3/+33
|/ / / / /
* | | | | Merge pull request #14518 from mattip/hide-config-probeRalf Gommers2019-09-2015-54/+71
|\ \ \ \ \
| * | | | | DOC: improve help stringmattip2019-09-201-1/+3
| * | | | | DOC, BUILD: make build_src more discoverablemattip2019-09-203-3/+21
| * | | | | MAINT: move the option to build_src, simplifies logicmattip2019-09-205-12/+11
| * | | | | BUG: fixes from reviewmattip2019-09-201-2/+3
| * | | | | BUILD: mostly restore verbose output on CI (except for pip install)mattip2019-09-204-6/+6
| * | | | | BUILD: fix runtests.py option, fix previous changesetmattip2019-09-202-3/+3