summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18342 from zolboo1024/trapz_docMatti Picus2021-02-061-4/+7
|\
| * Specified the return type for trapz to include the possibility of ndarray bei...zolboo10242021-02-051-4/+7
* | Merge pull request #18302 from BvB93/missing-attrCharles Harris2021-02-021-1/+4
|\ \
| * | MAINT: Add previously-missing placeholder annotationsBas van Beek2021-02-011-0/+1
| * | MAINT: Add missing `__all__` annotationsBas van Beek2021-02-011-1/+3
* | | ENH: defer the import of shutilChristoph Gohlke2021-01-311-2/+4
|/ /
* | DOC: Nupydoc format space before `:` in ParametersMatthias Bussonnier2021-01-311-1/+1
|/
* Merge pull request #18232 from Carreau/shape_base_docMatti Picus2021-01-261-7/+7
|\
| * DOC: lib/shape_base numpydoc formatting.Matthias Bussonnier2021-01-251-7/+7
* | Merge pull request #18116 from seberg/futurewarn-string-promotionMatti Picus2021-01-261-1/+4
|\ \ | |/ |/|
| * DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-251-1/+4
* | Merge pull request #18176 from Illviljan/Illviljan-faster_tril_indicesMatti Picus2021-01-251-3/+10
|\ \
| * | import indices, broadcast_toIllviljan2021-01-151-7/+8
| * | use same tri formatIllviljan2021-01-151-1/+1
| * | faster tril_indicesIllviljan2021-01-111-2/+8
| |/
* | fix from reviewmattip2021-01-241-2/+5
* | TST: raise memory limit for testmattip2021-01-221-1/+1
|/
* 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