summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18708 from DCtheTall/meshgrid-testCharles Harris2021-04-051-0/+21
|\
| * review commentsDCtheTall2021-04-051-6/+13
| * rm commentDCtheTall2021-03-311-1/+0
| * Add tests np.meshgrid for higher dimensional grids.DCtheTall2021-03-311-0/+15
* | Merge pull request #18515 from terfilip/select-dtype-err-msg-18430Charles Harris2021-03-261-2/+13
|\ \
| * | MAINT: Adding exception chaining and switching to fstringFilip Ter2021-03-241-5/+4
| * | ENH: A more helpful error message, when types don't match type of default kwargFilip Ter2021-02-281-2/+14
* | | ENH: Improve performance of `np.save` for small arrays (gh-18657)Ohad Ravid2021-03-241-6/+10
| |/ |/|
* | Merge pull request #18652 from timhoffm/doc-plotRalf Gommers2021-03-211-1/+2
|\ \
| * | DOC: Update some plotting code to current Matplotlib idiomsTim Hoffmann2021-03-211-1/+2
* | | Merge pull request #18642 from seberg/splitup-faster-argparsing-optimize-asarrayMatti Picus2021-03-212-6/+5
|\ \ \
| * | | ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-182-6/+5
* | | | MAINT: use super() as described by PEP 3135Mike Taves2021-03-192-3/+3
| |/ / |/| |
* | | MAINT: Added Chain exceptions where appropriate (#18400)Abhay Raghuvanshi2021-03-181-2/+2
|/ /
* | MAINT: Added Chain exceptions where appropriate (#18394)Abhay Raghuvanshi2021-03-181-4/+4
* | MAINT: Re-export a number of sub-modulesBas van Beek2021-03-151-0/+7
* | Merge pull request #18596 from mainak-debnath/maintRalf Gommers2021-03-131-8/+18
|\ \
| * | added exception chaining in index_tricks.py and mrecords.pyMainak Debnath2021-03-111-8/+18
* | | Merge pull request #18583 from timhoffm/doc-flipRalf Gommers2021-03-131-9/+13
|\ \ \
| * | | DOC: Clarify docs for fliplr() / flipud()Tim Hoffmann2021-03-091-9/+13
| |/ /
* | | ENH: Add annotations for `np.lib.arrayterator`Bas van Beek2021-03-122-1/+57
|/ /
* | 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