summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19559 from BvB93/pytestMatti Picus2021-07-261-0/+4
|\
| * ENH: Add `__path__` annotations to all sub-packagesBas van Beek2021-07-251-0/+1
| * ENH: Add annotations for `<module>.test` objectsBas van Beek2021-07-251-0/+3
* | DOC: clarify doc re: unsupported keys in savez.Antony Lee2021-07-241-3/+3
* | Merge pull request #19444 from BvB93/shape_baseCharles Harris2021-07-191-17/+208
|\ \
| * | ENH: Add annotations for `np.lib.shape_base`Bas van Beek2021-07-091-17/+208
| |/
* | Merge pull request #19408 from BvB93/miscCharles Harris2021-07-191-0/+6
|\ \
| * | MAINT: Re-export the content of `np.lib.histograms`Bas van Beek2021-07-091-0/+6
| |/
* | DOC: broadcast_to() supports int as shape parameterTim Hoffmann2021-07-091-2/+3
|/
* MAINT: Remove unused imports and unreachable code (#18762)Elisha Hollander2021-07-072-2/+1
* Merge pull request #19356 from mhvk/functionbase-vectorize-refactorSebastian Berg2021-07-062-21/+46
|\
| * API: Ensure np.vectorize outputs can be subclasses.Marten van Kerkwijk2021-06-262-21/+46
* | Merge pull request #19393 from wandrewjam/remove-base-exceptionMatti Picus2021-07-051-1/+1
|\ \
| * | Update numpy/lib/utils.pyAndrew Watson2021-07-031-1/+1
| * | MAINT: fix overly broad exception handling listed in LGTMAndrew Watson2021-07-011-1/+1
* | | DOC: typo fixGuo2021-07-031-1/+1
|/ /
* | BUG: Do not raise deprecation warning for all nans in unique (#19301)Thomas J. Fan2021-06-292-1/+14
* | MAINT: import `tracemalloc_domain` from `np.core.multiarray`Bas van Beek2021-06-271-1/+4
|/
* ENH: Add annotations for `np.lib.type_check`Bas van Beek2021-06-201-15/+231
* Merge pull request #19261 from BvB93/2dimCharles Harris2021-06-161-21/+244
|\
| * ENH: Add annotations for `np.lib.twodim_base`Bas van Beek2021-06-161-21/+244
* | DOC: Fix formatting in rot90() docstring (#19256)Tim Hoffmann2021-06-161-2/+5
|/
* DOC: added explanation about tril/triu n-dimensional functionality. (#19131)Melissa Weber Mendonça2021-06-141-3/+34
* ENH: Add annotations for `np.lib.arraypad`Bas van Beek2021-06-111-2/+91
* Merge pull request #19060 from BvB93/multiarray-docsCharles Harris2021-06-101-28/+5
|\
| * MAINT: Move `ravel_multi_index` and `unravel_index` to `np.core.multiarray`Bas van Beek2021-06-061-28/+5
* | Merge pull request #19214 from kmaehashi/fix-np-version-majorCharles Harris2021-06-102-3/+3
|\ \
| * | DOC: fix typoKenichi Maehashi2021-06-101-1/+1
| * | ENH: support major version larger than 9 in numpy.lib.NumpyVersionKenichi Maehashi2021-06-102-2/+2
* | | MAINT: Add annotations for the missing `period` parameter to `np.unwrap`Bas van Beek2021-06-101-1/+1
|/ /
* | DOC: Adjust polyfit doc to clarify the meaning of w (#18421)Mike Jarvis2021-06-081-3/+6
* | Update numpy/lib/index_tricks.pyAhmet Can Solak2021-06-071-1/+2
* | Update numpy/lib/index_tricks.pyAhmet Can Solak2021-06-071-1/+2
* | DOC: docstring fix implemented for ndindex class under index_tricksAhmetCanSolak2021-06-071-2/+2
|/
* API: Delay string and number promotion deprecation/future warningSebastian Berg2021-06-041-2/+1
* TST: Update the `poly1d.__getitem__` and `__eq__` testsBas van Beek2021-05-281-5/+26
* BUG: Fixed an issue wherein `poly1d.__getitem__` could return scalars of the ...Bas van Beek2021-05-281-7/+7
* Merge pull request #19090 from default-303/LGTM_alertsCharles Harris2021-05-251-1/+0
|\
| * MAINT: removed unused imports listed in LGTMdefault-3032021-05-251-0/+1
| * MAINT: removed unused imports listed in LGTMdefault-3032021-05-242-2/+0
* | Merge pull request #19089 from melissawm/add-hist2d-exampleMatti Picus2021-05-251-0/+34
|\ \
| * | DOC: Add example to histogram2d docstringmelissawm2021-05-241-0/+34
| |/
* | DOC: Add note to savez about naming variables with keyword `file`.melissawm2021-05-241-0/+4
|/
* MAINT: Directly grab `nan` from the input arrayBas van Beek2021-05-221-5/+7
* TST: Update the `np.nanmedian` tests for all-nan arraysBas van Beek2021-05-221-16/+34
* BUG: Fixed an issue wherein `_nanmedian_small` would fail for `timedelta64`-b...Bas van Beek2021-05-221-2/+4
* BUG: Fixed an issue wherein `nanmedian` could return an array with the wrong ...Bas van Beek2021-05-221-1/+3
* Merge pull request #16987 from scimax/masterCharles Harris2021-05-192-14/+71
|\
| * BUG: Fix missing "np." in docstring examples.Charles Harris2021-05-191-4/+4
| * STY: Break long linesCharles Harris2021-05-191-9/+14