summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18091 from anntzer/docsetCharles Harris2020-12-292-2/+2
|\
| * DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-292-2/+2
* | MAINT: multiline regex class simplifyTyler Reddy2020-12-291-1/+1
|/
* MAINT: regex char class improveTyler Reddy2020-12-281-1/+1
* DOC: Fix a couple of reference to verbatim and vice versaMatthias Bussonnier2020-12-182-6/+6
* DOC: Doc for deprecate_with_doc (#17852)kumudlakara2020-12-172-2/+36
* Merge pull request #17942 from stefanv/npyio-docMatti Picus2020-12-141-19/+21
|\
| * Clarify savez documentation around naming of arrays in output fileStefan van der Walt2020-12-061-19/+21
* | [DOC] np.kron use double backticks for non-refsMatthias Bussonnier2020-12-131-2/+2
|/
* MAINT: Replace `contextlib_nullcontext` with `contextlib.nullcontext`Bas van Beek2020-12-051-3/+3
* DEP: Finalize unravel_index `dims` alias for `shape` keywordSebastian Berg2020-12-021-11/+4
* Make it clearer that np.interp input must be monotonically increasingDavid Stansby2020-11-271-3/+3
* MAINT: Minor touchups in npyio (#17796)Ross Barnowski2020-11-192-9/+6
* TST: avoid refcount semantics, speed up testsMatti Picus2020-11-111-85/+56
* 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