summaryrefslogtreecommitdiff
path: root/numpy/lib/arraysetops.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878)Miles Cranmer2022-12-251-2/+18
* BUG: Fix numpy.isin for timedelta dtype (#21860)Miles Cranmer2022-06-291-10/+10
* BUG: Fix in1d for empty integer array as input (#21842)Miles Cranmer2022-06-241-0/+7
* MAINT: Fix edgecase for bool containersMilesCranmer2022-06-221-2/+2
* DOC: Rephrase docstring of in1d/isinMilesCranmer2022-06-221-2/+2
* MAINT: Remove positionality of kind in isinMilesCranmer2022-06-221-2/+2
* MAINT: Minor suggestions from code reviewMiles Cranmer2022-06-221-4/+3
* DOC: Notes on `kind` to in1d/isin docstringMilesCranmer2022-06-201-10/+18
* DOC: `assume_unique` does not affect table methodMilesCranmer2022-06-201-4/+8
* DOC: Improve clarity of in1d docstringMilesCranmer2022-06-201-6/+6
* MAINT: change kind names for in1dMilesCranmer2022-06-181-23/+23
* DOC: Fix list format for sphinxMiles Cranmer2022-06-181-9/+11
* DOC: Add missing indent in docstringMiles Cranmer2022-06-181-1/+1
* DOC: Fix formatting issues in docstringMilesCranmer2022-06-171-4/+2
* 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-171-9/+9
* 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
* 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-101-6/+6
* 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
* DOC: Specify constraints of method in docstringMilesCranmer2022-06-101-2/+4
* 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-091-1/+2
* TST: Extend np.in1d tests to old algorithmMilesCranmer2022-06-091-7/+19
* MAINT: Check for overflow in integral np.isinMilesCranmer2022-06-091-9/+16
* MAINT: Optimize np.isin for boolean arraysMilesCranmer2022-06-091-0/+6
* MAINT: Optimize np.isin for integer arraysMilesCranmer2022-06-091-0/+40
* MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal`Sebastian Berg2022-06-011-11/+11
* 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
* DOC: misc fixes:Matthias Bussonnier2022-03-211-1/+1
* BUG: Do not raise deprecation warning for all nans in unique (#19301)Thomas J. Fan2021-06-291-1/+3
* BUG: Fix unique handling of nan entries. (#18070)Filip Trojan2021-02-121-1/+20
* 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
* BUG: Fixes incorrect error message in numpy.ediff1d (#17457)stuartarchibald2020-10-051-1/+1
* DOC: Add arraysetops to autosummary.Ross Barnowski2020-09-291-16/+5
* MAINT: Chain some exceptions in arraysetops. (#17132)Raghav Khanna2020-08-231-3/+3