summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | DOC: Fix documentation for percentile and quantilemelissawm2022-08-121-22/+35
|/
* TST: fix test_linear_interpolation_formula_symmetricPal Barta2022-08-101-1/+1
* ENH: allow importlib.LazyLoader to work with numpy and add test of this (#22045)Dan Schult2022-07-271-0/+18
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays."mattip2022-07-201-1/+1
* DOC: Add versionchanged for converter callable behavior.Ross Barnowski2022-07-191-0/+5
* MAINT: rm old warningTyler Reddy2022-07-161-4/+1
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-07-131-1/+1
* MAINT, TYP: Fix `np.angle` dtype-overloadsBas van Beek2022-07-121-3/+5
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"Matti Picus2022-07-091-1/+1
* Merge pull request #16022 from greglucas/masked_ufuncMatti Picus2022-07-091-1/+1
|\
| * ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-06-291-1/+1
* | Fix the interpolation formulae which led to absurd results. For quantile() a...deego2022-07-021-2/+2
* | DOC: Clarify loadtxt input cols requirement (#21861)Pranab Das2022-07-021-2/+14
|/
* BUG: Fix numpy.isin for timedelta dtype (#21860)Miles Cranmer2022-06-292-10/+41
* Merge pull request #21863 from seberg/fpe-warning-simplificationCharles Harris2022-06-281-2/+1
|\
| * ENH,MAINT: Improve and simplify scalar floating point warningsSebastian Berg2022-06-281-2/+1
* | BUG: Reject non integer array-likes with size 1 in delete (#21857)Sebastian Berg2022-06-282-14/+39
|/
* DOC: mention changes to `max_rows` behaviour in `np.loadtxt` (#21854)Pranab Das2022-06-271-2/+9
* BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` ...Srimukh Sripada2022-06-262-1/+13
* Merge pull request #21626 from seberg/weak-scalarsCharles Harris2022-06-261-4/+9
|\
| * API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-1/+1
| * TST: Adapt percentile test to changed promotionSebastian Berg2022-06-151-4/+9
* | BUG: Fix in1d for empty integer array as input (#21842)Miles Cranmer2022-06-242-1/+26
* | Merge pull request #12065 from MilesCranmer/masterSebastian Berg2022-06-232-31/+244
|\ \
| * | TST: Skip empty arrays for kind="table"Miles Cranmer2022-06-221-5/+7
| * | TST: Reduce code re-use with pytest markMilesCranmer2022-06-221-142/+40
| * | 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-182-49/+49
| * | 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
| * | 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