summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Do not override `sliding_window_view` module to `numpy`Sebastian Berg2020-11-061-1/+1
* API: Do not import sliding_window_view to main namespaceSebastian Berg2020-11-051-12/+11
* ENH: Implement sliding window (gh-17394)Klaus Zimmermann2020-11-052-3/+334
* BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* DOC: Fix doctestsEric Wieser2020-10-241-3/+3
* use integer literal instead of floatCameron Blocker2020-10-181-1/+1
* BUG: Respect dtype of all-zero argument to poly1dCameron Blocker2020-10-172-1/+15
* ENH: add function to get broadcast shape from a given set of shapes. (#17535)madhulikajc2020-10-172-4/+120
* MAINT: Do not emit empty Methods heading in np.info (#17498)Steve Joachim2020-10-102-4/+23
* ENH: add dtype option to cov and corrcoef (#17456)Lisa Schwetlick2020-10-092-9/+36
* Merge pull request #17442 from devhpes/devhpesMatti Picus2020-10-071-1/+1
|\
| * fix exception chaining in format.pyAbhishek Singh2020-10-041-1/+1
* | BUG: Fixes incorrect error message in numpy.ediff1d (#17457)stuartarchibald2020-10-052-8/+12
|/
* 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