summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix formatting issues in docstringMilesCranmer2022-06-171-4/+2
* TST: validate in1d errorsMilesCranmer2022-06-171-0/+34
* MAINT: RuntimeError for unexpected integer overflowMilesCranmer2022-06-171-0/+7
* MAINT: Clean up integer overflow check in in1dMilesCranmer2022-06-171-11/+5
* MAINT: Clean up memory checking for in1dMilesCranmer2022-06-171-11/+9
* MAINT: Protect against integer overflow in in1dMilesCranmer2022-06-171-3/+6
* MAINT: kind now uses "mergesort" instead of "sort"MilesCranmer2022-06-172-27/+27
* TST: Use new "kind" argument over "method"MilesCranmer2022-06-171-20/+20
* MAINT: Switch parameter name to 'kind' over 'method'MilesCranmer2022-06-171-24/+28
* MAINT: Switch to old in1d for large memory usageMilesCranmer2022-06-171-13/+18
* MAINT: Fix misplaced default in in1d testMilesCranmer2022-06-101-2/+2
* MAINT: Add back in1d tests of old methodMilesCranmer2022-06-101-17/+17
* DOC: Describe memory considerations in in1d/isinMilesCranmer2022-06-101-10/+22
* DOC: Clean up isin docstringMilesCranmer2022-06-101-3/+3
* MAINT: bool instead of np.bool_ dtypeMilesCranmer2022-06-102-7/+7
* DOC: Improve docstring explanationMilesCranmer2022-06-101-2/+2
* MAINT: Formatting changes for in1dMiles Cranmer2022-06-101-2/+2
* MAINT: Fix error messageMilesCranmer2022-06-101-1/+2
* MAINT: Fix use of dispatcher for isinMilesCranmer2022-06-101-2/+2
* DOC: Describe default in docstringMilesCranmer2022-06-101-2/+2
* MAINT: Fix linting error in testMilesCranmer2022-06-101-1/+2
* DOC: Specify constraints of method in docstringMilesCranmer2022-06-101-2/+4
* MAINT: Update tests to use new `method` argumentMilesCranmer2022-06-101-19/+20
* Add check for methodsMilesCranmer2022-06-101-0/+10
* MAINT: Change `_slow_integer` parameter to `method`MilesCranmer2022-06-101-16/+31
* MAINT: Fix linting errors in in1d testsMilesCranmer2022-06-092-9/+20
* TST: Extend np.in1d tests to old algorithmMilesCranmer2022-06-092-9/+61
* MAINT: Check for overflow in integral np.isinMilesCranmer2022-06-091-9/+16
* TST: add tests for in1d/isinMilesCranmer2022-06-091-0/+99
* MAINT: Optimize np.isin for boolean arraysMilesCranmer2022-06-091-0/+6
* MAINT: Optimize np.isin for integer arraysMilesCranmer2022-06-091-0/+40
* TST: Fixup loadtxt int-via-float tests when in release modeSebastian Berg2022-06-091-0/+2
* Merge pull request #16971 from BvB93/nd_gridCharles Harris2022-06-092-17/+54
|\
| * TST: Update the `np.mgrid` testsBas van Beek2021-10-131-0/+34
| * BUG: Fixed an issue where `nd_grid` could cast `float128` to `float64`Bas van Beek2021-10-131-17/+20
* | Merge pull request #21661 from BvB93/nanCharles Harris2022-06-031-0/+32
|\ \
| * | TYP, ENH: Add annotations for the `equal_nan` keyword to `np.unique`Bas van Beek2022-06-031-0/+32
* | | TYP: Remove `normed=` from typing stubsSebastian Berg2022-06-022-10/+5
* | | DEP: Remove `normed=` keyword argument from histogromsSebastian Berg2022-06-023-120/+15
|/ /
* | MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal`Sebastian Berg2022-06-012-12/+12
* | MAINT: Update multiline indentationsJason Thai2022-06-011-1/+1
* | DOC: Update 21623 release documentationJason Thai2022-05-291-1/+1
* | DOC: Added releasenote for 21623Jason Thai2022-05-281-4/+4
* | ENH: Added equal-nans kwarg to np.uniqueJason Thai2022-05-281-7/+11
* | TST: Added test for np.unique equal_nans kwargJason Thai2022-05-281-0/+8
* | MAINT: Python <3.7 related cleanupsBrigitta Sipőcz2022-05-231-2/+0
* | Fix grammar [skip ci]Brigitta Sipőcz2022-05-211-2/+2
* | Fix docstring and examples for rfn.get_names*Brigitta Sipőcz2022-05-211-20/+13
* | DOC: Update numpy/lib/function_base.pySebastian Berg2022-05-191-1/+1
* | DOC: improve the docstring of numpy.sinc to explain behavior at zero.Jesús Carrete Montaña2022-05-191-4/+4