summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* DOC: trunc, floor, ceil, rint, fix should all link to each other in see alsoTim Hoffmann2021-03-011-1/+1
* MAINT: Relax the type-constraints of `IndexExpression.__getitem__`Bas van Beek2021-02-251-5/+5
* ENH: Expose `index_tricks` content to `np` and `np.lib` namespaceBas van Beek2021-02-251-14/+20
* ENH: Add annotations for `np.lib.index_tricks`Bas van Beek2021-02-251-0/+179
* API: make piecewise subclass safe using use zeros_like.Marten van Kerkwijk2021-02-222-2/+10
* BUG: Fixed an issue where `diagflat` could overflow on windows and 32-bit pla...Bas van Beek2021-02-211-4/+4
* BUG: Fix unique handling of nan entries. (#18070)Filip Trojan2021-02-122-1/+66
* Fixed chain exception for array_split func (#18317)Abhay Raghuvanshi2021-02-101-1/+1
* Adjusted formulas to estimator and removed repeatJamie2021-02-101-2/+1
* Merge remote-tracking branch 'upstream/master' into histogram-binwidth-docJamie2021-02-106-9/+100
|\
| * Merge pull request #18369 from AngelGris/bugfix-for-in1d-with-tuplesCharles Harris2021-02-102-0/+37
| |\
| | * Implement different approach to fix bugAngelGris2021-02-081-20/+8
| | * BUG: np.in1d bug on the object array (issue 17923)AngelGris2021-02-081-4/+20
| | * numpy/lib/arraysetops.pyAngelGris2021-02-081-0/+33
| * | Merge pull request #18377 from BvB93/ufunclikeCharles Harris2021-02-093-5/+60
| |\ \
| | * | MAINT: Fix the dtype mentioned in 2 `np.lib.ufunclike` exceptionsBas van Beek2021-02-091-2/+4
| | * | ENH: Expose `ufunclike` annotations to the `np` and `np.lib` namespaceBas van Beek2021-02-091-3/+6
| | * | ENH: Add annotations for `np.lib.ufunclike`Bas van Beek2021-02-091-0/+50
| | |/
| * | Merge pull request #18379 from anntzer/mndSebastian Berg2021-02-091-2/+2
| |\ \
| | * | DOC: Fix docstring of _median_nancheck.Antony Lee2021-02-091-2/+2
| * | | Merge pull request #18324 from anntzer/fmSebastian Berg2021-02-091-2/+1
| |\ \ \ | | |_|/ | |/| |
| | * | MAINT: Avoid moveaxis overhead in median.Antony Lee2021-02-061-2/+1
| | |/
* | | Merge remote-tracking branch 'upstream/master' into histogram-binwidth-docJamie2021-02-071-4/+7
|\ \ \ | |/ /
| * | 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
* | | Added sentence to docstring of histogram_bin_edgesJamie2021-02-061-1/+3
|/ /
* | 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
|/