summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* DOC: Add arraysetops to autosummary.Ross Barnowski2020-09-291-16/+5
* DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338)Bradley Dice2020-09-172-2/+2
* MAINT: Chaining exceptions in npyio.pyBijesh Mohan2020-09-161-5/+5
* Merge pull request #17285 from seberg/tune-down-financial-warningCharles Harris2020-09-121-1/+1
|\
| * DEP: Change the financial name access warning to DeprecationWarningSebastian Berg2020-09-101-1/+1
* | ENH: Allow genfromtxt to unpack structured arrays (#16650)Andrew Eckart2020-09-112-6/+63
* | Merge pull request #17250 from albertvillanova/fix-docstringCharles Harris2020-09-103-13/+28
|\ \ | |/ |/|
| * DOC: add autosummary of emath functionsRoss Barnowski2020-09-091-0/+16
| * DOC: reformat meshgrid see also linksRoss Barnowski2020-09-091-4/+3
| * Fix docstring cross-referencingAlbert Villanova del Moral2020-09-042-11/+11
* | Merge pull request #17104 from BvB93/sub-modulesCharles Harris2020-09-071-0/+177
|\ \
| * | ENH: Replace module-level `__getattr__` with explicitly defined objectsBas van Beek2020-08-191-2/+175
| * | ENH: Add placeholder stubs for all sub-modulesBas van Beek2020-08-191-0/+4
* | | Merge pull request #17235 from hugovk/rm-old-codeCharles Harris2020-09-071-38/+8
|\ \ \
| * | | MAINT: Remove old sys.version_info codeHugo2020-09-031-38/+8
* | | | Merge pull request #17193 from eric-wieser/clean-compatSebastian Berg2020-09-033-3/+3
|\ \ \ \
| * | | | MAINT: Remove users of `numpy.compat.bytes`Eric Wieser2020-08-313-3/+3
* | | | | MAINT: added exception chaining in shape_base.py (gh-17240)EthanCJ-git2020-09-031-1/+1
* | | | | Merge pull request #17233 from eric-wieser/deprecate-ndincrSebastian Berg2020-09-031-0/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | DEP: Deprecated ndindex.ndincrEric Wieser2020-09-031-0/+9
| | |/ / | |/| |
* | | | MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst coun...Matti Picus2020-09-021-1/+1
|/ / /
* | | ENH: Make the window functions exactly symmetricEric Wieser2020-08-312-12/+12
|/ /
* | ENH: implement NEP-35's `like=` argument (gh-16935)Peter Andreas Entschev2020-08-282-6/+96
* | BUG: revert trim_zeros changes from gh-16911mattip2020-08-272-56/+4
* | Merge pull request #17143 from WarrenWeckesser/finfuncs-warnCharles Harris2020-08-231-6/+7
|\ \
| * | MAINT: lib: Change handling of the expired financial functions.Warren Weckesser2020-08-221-6/+7
* | | MAINT: Chain some exceptions in arraysetops. (#17132)Raghav Khanna2020-08-231-3/+3
|/ /
* | DOC: Fix spacing in vectorize docKevin Sheppard2020-08-201-2/+2
|/
* Merge pull request #17058 from BvB93/trim_zeros2Matti Picus2020-08-192-9/+31
|\
| * TST: Added / updated object array-related testsBas van Beek2020-08-131-1/+18
| * MAINT: Issue the DeprecationWarning after creating the to-be returned arrayBas van Beek2020-08-131-4/+5
| * MAINT: Catching warnings is expensive; remove itBas van Beek2020-08-111-5/+6
| * ENH: Use elementwise comparisons with 0 rather than boolean castingBas van Beek2020-08-112-4/+7
* | BUG: fix typo in polydiv that prevented promotion to poly1d (#17053)jakobjakobson132020-08-172-1/+10
* | DEP: lib: Remove the deprecated financial functions. (#17067)Warren Weckesser2020-08-124-1349/+12
* | API, BUG: Raise error on complex input to i0 (#17062)peterbell102020-08-122-15/+17
|/
* DOC: Use a less ambiguous example for array_split (#17039)raisinghanii2020-08-101-4/+4
* DOC: Fix non-matching pronoun in format.py documentation. (gh-17022)Phoenix Meadowlark2020-08-061-1/+1
* DOC: Improve intersect1d docstring (#16420)Dima Kogan2020-08-051-1/+3
* ENH: Speed up trim_zeros (#16911)Bas van Beek2020-08-042-20/+93
* DOC: update val to be scalar or array like optional closes #16901 (#16907)Paul2020-07-311-3/+5
* Merge pull request #16974 from mattip/pypy-win32Charles Harris2020-07-292-17/+33
|\
| * TST: fix tests for windows + PyPymattip2020-07-302-17/+33
* | DOC: Fixed typo in lib/recfunctions.py (#16973)Jesse Li2020-07-291-2/+2
* | update numpy/lib/arraypad.py with appropriate chain exception (#16953)Noman Arshad2020-07-281-1/+1
|/
* Merge pull request #16815 from cjblocker/mgrid-floatMatti Picus2020-07-252-7/+34
|\
| * MAINT: reference issue in comments for added index_tricks testsCameron Blocker2020-07-131-0/+2
| * TST: update mgrid test from code reviewCameron Blocker2020-07-131-4/+6
| * TST: fixed dtype check error from code reviewCameron Blocker2020-07-121-2/+2
| * BUG: fix mgrid output for lower precision float inputsCameron Blocker2020-07-122-7/+30