summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14605 from mattip/descr-checkMatti Picus2019-10-071-1/+1
|\
| * BUG: properly define PyArray_DescrCheckmattip2019-09-271-1/+1
* | DOC: add `printoptions` as a context manager to `set_printoptions` (#14636)Eugene Prilepin2019-10-061-1/+10
* | Merge pull request #14643 from seberg/scalar-powerMatti Picus2019-10-051-54/+6
|\ \
| * | MAINT: Use scalar math power function directlySebastian Berg2019-10-041-54/+6
| |/
* | Merge pull request #14596 from sethtroisi/old_defines_in_docsMatti Picus2019-10-035-72/+26
|\ \
| * | DEP: Complete deprecation of invalid array orderSeth Troisi2019-09-265-72/+26
* | | Merge pull request #14631 from sethtroisi/free_cleanMatti Picus2019-10-031-2/+2
|\ \ \
| * | | BUG: always free clean_sepSeth Troisi2019-10-021-2/+2
* | | | Merge pull request #14620 from sethtroisi/cleanup_deprecate_indexMatti Picus2019-10-033-35/+9
|\ \ \ \
| * | | | Dep: Deprecation of float index in linespaceSeth Troisi2019-10-013-35/+9
| | |_|/ | |/| |
* | | | BUG: dtype refcount cleanups (#14586)Matti Picus2019-10-032-22/+16
| |/ / |/| |
* | | DOC misleading np.sinc() documentationSamesh Lakhotia2019-10-021-7/+0
* | | Merge pull request #14616 from madphysicist/comment-correctionSebastian Berg2019-10-011-4/+6
|\ \ \
| * | | DOC: Updated sphinx directive formattingJoseph R. Fox-Rabinovitz2019-09-301-4/+6
| |/ /
* | | DOC: s/OR/AND/ in np.logical_and docstringSeth Troisi2019-10-011-1/+1
|/ /
* | 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-262-38/+10
|\ \ | |/ |/|
| * DEP: remove expired deprecation in selectmattip2019-09-232-38/+10
* | 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
* | | 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 #14568 from mattip/hide-config-probe2Charles Harris2019-09-221-1/+1
|\ \ \ | |_|/ |/| |
| * | BUILD, DOC: fix 14518, add release notemattip2019-09-221-1/+1
* | | Merge pull request #14567 from rgommers/fix-publicapi-testCharles Harris2019-09-214-51/+0
|\ \ \ | |/ / |/| |
| * | DEP: remove deprecate (and private) numpy.testing submodules.Ralf Gommers2019-09-214-51/+0
* | | TST: ensure coercion tables aren't printed on failing public API testRalf Gommers2019-09-211-19/+21
| |/ |/|
* | 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
* | | DOC: remove note about Pocketfft license file (non-existing here).Ralf Gommers2019-09-201-5/+0
* | | BUILD: add warn-error option to turn compiler warnings into errors (-Werror)mattip2019-09-203-3/+29
| |/ |/|
* | MAINT: move the option to build_src, simplifies logicmattip2019-09-202-7/+6
* | BUG: fixes from reviewmattip2019-09-201-2/+3
* | BUILD: fix runtests.py option, fix previous changesetmattip2019-09-201-1/+1
* | BUILD: only report these headers with --debug-configuremattip2019-09-201-6/+6
* | BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-207-39/+32
* | 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