summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* DOC: bring the out parameter docstring into line with ufuncs (#15097)Matti Picus2019-12-141-7/+17
* Merge pull request #14981 from seberg/issue-13103Matti Picus2019-12-112-20/+25
|\
| * BUG: Make ``ediff1d`` kwarg casting consistentSebastian Berg2019-11-252-20/+25
* | Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-062-20/+15
* | TST: fix up issues in requires_memory decoratorPauli Virtanen2019-12-041-1/+1
* | Merge pull request #15023 from qwhelan/nan_perfMatti Picus2019-12-032-2/+30
|\ \
| * | PERF: only copy input array in _replace_nan() if there are nans to replaceChristopher Whelan2019-12-022-2/+30
* | | MAINT: Cleaned up mintypecode for Py3Joseph R. Fox-Rabinovitz2019-12-021-1/+1
* | | Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-022-15/+20
|\ \ \
| * | | TST: fix failing testmattip2019-10-311-1/+1
| * | | DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-311-14/+19
* | | | ENH,DEP: Allow multiple axes in expand_dims (#14051)Larry Bradley2019-12-022-32/+59
* | | | BUG: warn when saving dtype with metadata (#14994)Matti Picus2019-12-022-0/+44
* | | | TST: add pytest machinery to specify memory requirements for testsPauli Virtanen2019-12-011-5/+2
| |/ / |/| |
* | | DOC: lib: Use a clearer example of ddof in the notes of the cov docstring.Warren Weckesser2019-11-301-1/+1
* | | DOC: Fix typo in loadtxt and genfromtxtAnis Ladram2019-11-291-2/+2
* | | DOC: Fix typo in numpy.loadtxt documentationAnis Ladram2019-11-291-1/+1
* | | MAINT: Cleaned up mintypecode for Py3 (#14967)Joseph Fox-Rabinovitz2019-11-231-6/+4
| |/ |/|
* | MAINT: Remove uses of scalar aliasesEric Wieser2019-11-133-17/+17
* | MAINT: revert gh-14800, which gave precedence to OO->O over OO->?mattip2019-11-061-6/+2
* | Merge pull request #14800 from mattip/reorder-obj-comparison-loopCharles Harris2019-11-042-3/+7
|\ \
| * | ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add commentsmattip2019-10-302-1/+5
| * | WIP, DEP, ENH: finish richcompare changes from 1.10mattip2019-10-292-3/+3
| |/
* | TST: Don't construct Fraction instances from numpy scalarsEric Wieser2019-10-301-2/+2
|/
* DOC: lib: Fix deprecation markup in financial function docstrings.Warren Weckesser2019-10-191-74/+77
* Merge pull request #14629 from sethtroisi/polyfit_docRalf Gommers2019-10-181-4/+4
|\
| * DOC: clarify residual in np.polyfitSeth Troisi2019-10-021-4/+4
* | Merge pull request #14699 from mattip/doc-warningsRalf Gommers2019-10-182-16/+16
|\ \
| * | DOC: convert `None` to bare None or ``None``mattip2019-10-151-1/+1
| * | DOC: fix output argument referencemattip2019-10-151-15/+15
| |/
* | MAINT: deprecate financial functions.Warren Weckesser2019-10-162-0/+151
* | BUG: lib: Fix histogram problem with signed integer arrays.Warren Weckesser2019-10-152-5/+26
* | Merge pull request #9301 from GuyInALabCoat/doc_editMatti Picus2019-10-151-14/+16
|\ \
| * | Use filename (vs file name) consistentlyStefan van der Walt2019-10-151-8/+8
| * | Tidy up savez keys-as-file-names languageStefan van der Walt2019-10-151-20/+8
| * | DOC: edited numpy.savez docstring note to be more specificDmytro2019-10-151-4/+13
| * | DOC: added note to docstring of numpy.savezDmytro2019-10-151-0/+5
| |/
* | DOC: Add to doc that interp cannot contain NaN (#14598)Zijie (ZJ) Poh2019-10-151-3/+7
* | Merge pull request #14368 from jdufresne/byteswarningSebastian Berg2019-10-151-1/+1
|\ \ | |/ |/|
| * MAINT: Avoid all BytesWarningJon Dufresne2019-09-251-1/+1
* | DOC misleading np.sinc() documentationSamesh Lakhotia2019-10-021-7/+0
* | 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-252-161/+13
|\ \
| * | DOC: clean up numpy.lib docstring, remove numpy/lib/info.pyRalf Gommers2019-09-222-161/+13
| |/
* | BUG: Add missing check for 0-sized array in ravel_multi_indexSebastian Berg2019-09-221-0/+18
|/
* TST: make xfailed test for modules in public API pass.Ralf Gommers2019-09-191-0/+3
* MAINT: add missing 'Arrayterator' to `numpy.lib.__all__`Ralf Gommers2019-09-191-3/+7
* MAINT: fix issue with `np.lib.mixins.__all__` and import of mixinsRalf Gommers2019-09-192-5/+3
* DOC: Added missing versionadded to diff(prepend)Joseph R. Fox-Rabinovitz2019-09-181-2/+4