summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* TST: Run test_large_zip in a child process (#15893)Anirudh Subramanian2020-04-021-7/+12
* Merge pull request #15867 from eric-wieser/deprecate-tostringMatti Picus2020-04-011-0/+4
|\
| * DEP: Deprecate ndarray.tostring()Eric Wieser2020-03-301-0/+4
* | MAINT: Clean-up 'next = __next__' used for Python 2 compatibilityMike Taves2020-04-011-4/+0
* | DOC: Fix docstring for _hist_bin_auto.Ross Barnowski2020-03-271-5/+5
* | MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-268-19/+7
* | DEP: Do not cast boolean indices to integers in np.delete (#15815)Eric Wieser2020-03-252-30/+35
* | Merge pull request #15802 from eric-wieser/simplify-insertEric Wieser2020-03-242-29/+8
|\ \ | |/ |/|
| * DEP: Make `np.insert` and `np.delete` on 0d arrays with an axis an errorEric Wieser2020-03-222-29/+8
* | Merge pull request #15812 from eric-wieser/expire-delete-out-of-boundsSebastian Berg2020-03-231-1/+5
|\ \
| * | TST: Remove code that is not supposed to warn out of warning assertionEric Wieser2020-03-231-1/+5
* | | Merge pull request #15804 from eric-wieser/expire-delete-out-of-boundsSebastian Berg2020-03-232-22/+4
|\ \ \ | |/ /
| * | DEP: Make np.delete on out-of-bounds indices an errorEric Wieser2020-03-222-22/+4
| |/
* | Merge pull request #15805 from eric-wieser/expired-insert-delete-TypeErrorSebastian Berg2020-03-232-15/+12
|\ \
| * | DEP: Forbid passing non-integral index arrays to `insert` and `delete`Eric Wieser2020-03-222-15/+12
| |/
* | Merge pull request #15799 from eric-wieser/simplify-insertSebastian Berg2020-03-221-7/+11
|\ \ | |/
| * MAINT: Make the axis logic for delete match insert.Eric Wieser2020-03-221-5/+4
| * MAINT: Add missing deprecation dates and versionsEric Wieser2020-03-221-1/+4
| * MAINT: Remove some weird syntax for kwargsEric Wieser2020-03-221-1/+1
| * MAINT: Add an explanatory comment for some weird codeEric Wieser2020-03-221-0/+2
* | BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)Matti Picus2020-03-181-8/+9
|/
* MAINT: remove useless `global` statementsEric Wieser2020-03-181-1/+0
* MAINT: lib: PEP-8 clean up in test_arraysetops.py.Warren Weckesser2020-03-151-38/+41
* BUG: lib: Handle axes with length 0 in np.unique.Warren Weckesser2020-03-152-4/+22
* TST: lib: Add a unit test for np.unique applied to arrays with a length 0 axis.Huon Wilson2020-03-151-0/+35
* ENH: Add `subok` parameter to np.copy function (cf. gfh6509) (gh-15685)Ross Barnowski2020-03-112-3/+19
* Merge pull request #15534 from seberg/deprecate-abstract-scalar-typesMatti Picus2020-03-063-11/+16
|\
| * DEP: Do not allow "abstract" dtype conversion/creationSebastian Berg2020-02-063-11/+16
* | Merge pull request #15487 from ericmariasis/quantileSebastian Berg2020-03-042-1/+11
|\ \
| * | BUG: Fixing result of np quantile edge caseEric Mariasis2020-02-282-1/+11
* | | DOC: Update to clarify actual behavior real_if_(all elements)_close (gh-15644)and-sang2020-02-281-5/+6
|/ /
* | BUG: fix doctest exception messagesmattip2020-02-281-1/+3
* | DOC: fix documentation for apply_along_axis (#15619)Heshy Roskes2020-02-201-2/+2
* | Merge pull request #15465 from mwtoews/importsSebastian Berg2020-02-071-1/+0
|\ \ | |/ |/|
| * MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* | Update unique docstring exampleJon Morris2020-02-041-2/+2
|/
* MAINT: Remove sys.version checks (gh-#15373)Seth Troisi2020-01-281-35/+0
* BUG: np.load does not handle empty array with an empty descr (#15397)Sha Liu2020-01-272-8/+13
* STY: use 'yield from <expr>' for simple cases (#15444)Mike Taves2020-01-274-28/+15
* Merge pull request #15421 from sethtroisi/contextlib_py2Matti Picus2020-01-271-21/+12
|\
| * ENH: Make use of ExitStack in npyio.pySeth Troisi2020-01-241-21/+12
* | MAINT: Remove Python2 workaroundsSeth Troisi2020-01-231-1/+0
|/
* Merge pull request #15407 from charris/replace-basestringSebastian Berg2020-01-235-22/+18
|\
| * MAINT: Replace basestring with str.Charles Harris2020-01-235-22/+18
* | Merge pull request #15398 from mwtoews/urllibCharles Harris2020-01-231-15/+5
|\ \ | |/ |/|
| * MAINT: Revise imports from urllib modulesMike Taves2020-01-241-15/+5
* | MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-235-8/+2
|/
* Merge pull request #15377 from sethtroisi/misc_cleanups2Matti Picus2020-01-231-1/+1
|\
| * MAINT: Cleanup python2 referencesSeth Troisi2020-01-211-1/+1
* | Merge pull request #15379 from sethtroisi/misc_cleanups3Matti Picus2020-01-231-3/+2
|\ \