summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | BUILD: only report these headers with --debug-configuremattip2019-09-201-6/+6
| * | | BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-208-39/+36
|/ / /
* | | Merge pull request #14454 from rgommers/test-public-modulesMatti Picus2019-09-207-24/+421
|\ \ \ | |/ / |/| |
| * | TST: add test to check that (semi-)public API modules can be importedRalf Gommers2019-09-192-31/+68
| * | TST: remove random.entropy from public API test, it was removed in gh-14498Ralf Gommers2019-09-191-1/+0
| * | TST: make xfailed test for modules in public API pass.Ralf Gommers2019-09-193-4/+39
| * | TST: add comment on public/semi-private modules.Ralf Gommers2019-09-191-21/+31
| * | DOC: add some comments to explain namespace cleanup in numpy/__init__.pyRalf Gommers2019-09-191-0/+4
| * | MAINT: add missing 'Arrayterator' to `numpy.lib.__all__`Ralf Gommers2019-09-193-8/+19
| * | TST: add details to the public modules test about how to check public-nessRalf Gommers2019-09-191-0/+15
| * | MAINT: fix issue with `np.lib.mixins.__all__` and import of mixinsRalf Gommers2019-09-192-5/+3
| * | TST: add `core/generate_numpy_api.py` to private-but-present modulesRalf Gommers2019-09-191-0/+1
| * | TST: add test to prevent new public-looking modules being addedRalf Gommers2019-09-191-1/+288
* | | Merge pull request #14525 from mattip/pypySebastian Berg2019-09-192-2/+3
|\ \ \
| * | | BUILD, MAINT: run tests with verbose for PyPY, also do not leak resourcemattip2019-09-162-2/+3
* | | | Merge pull request #14531 from WarrenWeckesser/binomial-regressionMatti Picus2019-09-197-11/+75
|\ \ \ \
| * | | | BUG: random: Create a legacy implementation of random.binomial.Warren Weckesser2019-09-167-11/+75
| | |_|/ | |/| |
* | | | Merge pull request #14223 from kritisingh1/dep-testsMatti Picus2019-09-193-0/+59
|\ \ \ \
| * | | | Fix errors and add release notes for deprecationkritisingh12019-09-192-6/+18
| * | | | TST: Add tests for deprecated C functions (PyArray_As1D, PyArray_As1D)kritisingh12019-08-242-0/+47