summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Skip tests that fail on PyPy.Charles Harris2022-05-201-0/+7
* TYP, BUG: Fix `np.lib.stride_tricks` being re-exported under the wrong nameBas van Beek2022-03-131-1/+1
* MAINT: Allow the `loadtxt` comments parameter to be `None`Bas van Beek2021-12-161-3/+3
* BUG: Fix an incorrect protocol used in `np.lib.shape_base`Bas van Beek2021-11-221-2/+2
* DOC: Fixups for interpolation rename comments from reviewSebastian Berg2021-11-151-1/+1
* DOC: Update percentile/quantile docsSebastian Berg2021-11-122-60/+72
* DOC: Add ticks to quantile interpolation/method errorSebastian Berg2021-11-121-1/+1
* DOC: Remove reference to paper from quantile `method` kwargSebastian Berg2021-11-122-4/+4
* MAINT: Rename interpolation to method in percentile stubsSebastian Berg2021-11-121-13/+13
* DOC: Fixup the percentile methods plotSebastian Berg2021-11-121-12/+19
* BUG: quantile discrete methods ended up using -1 as index sometimesSebastian Berg2021-11-122-9/+22
* API,DEP: Rename percentile/quantile `interpolation=` to `method=`Sebastian Berg2021-11-124-162/+226
* TST: Add test for max ulp in default quantile calculationabel2021-11-091-0/+8
* MTH: Update quantile default lerp methodabel2021-11-091-5/+7
* DOC: Remove non-existent aliasabel2021-11-083-13/+10
* Merge pull request #18203 from anntzer/fqSebastian Berg2021-11-051-1/+2
|\
| * PERF: Speedup np.quantile.Antony Lee2021-11-051-1/+2
* | MAINT: Add annotations for a missing `percentile` interpolation kind: `"inclu...Bas van Beek2021-11-051-0/+1
|/
* DOC: Refer to the quantile/percentile notes for nan versionsSebastian Berg2021-11-042-201/+4
* MAINT: Remove unnecessary import of _QuantileInterpolationSebastian Berg2021-11-041-1/+0
* TST: Make use of clongdouble and longdoubleabel2021-11-041-2/+2
* DOC: Update _InterpolationKindabel2021-11-041-1/+9
* TST: Add parametrize for interpolation methodsabel2021-11-041-91/+43
* TST: Add extrapolation testsabel2021-11-041-0/+9
* MAINT: Clean following PR commentsabel2021-11-042-17/+7
* Fix issue with nan scalarabel2021-11-042-2/+8
* DOC: Improve quantile documentationabel2021-11-041-20/+67
* Fix _lerpabel2021-11-042-30/+26
* DOC: fix docstrings.Charles Harris2021-11-042-325/+523
* MAINT, ENH [#10736] Add interpolation methods to quantileabel2021-11-043-194/+788
* DOC: Do not leave space between directive name and double colon.Matthias Bussonnier2021-11-031-1/+1
* ENH: Check that the lengths of the inputs to histogram2d are the same. (#20228)Jérome Eertmans2021-11-022-0/+13
* Merge remote-tracking branch 'upstream/main' into better-select-exampleJonas Liechti2021-10-2513-176/+1488
|\
| * Merge pull request #20071 from alessiamarcolini/refactorCharles Harris2021-10-225-8/+2
| |\
| | * MAINT: remove unused importsAlessia Marcolini2021-10-085-8/+2
| * | BUG: lib: Fix error raised by insert.warren2021-10-202-3/+7
| * | Add note to iterable docstring about 0d arrays.Ross Barnowski2021-10-151-0/+13
| * | Merge pull request #20059 from DimitriPapadopoulos/lgtm_recommendationsCharles Harris2021-10-101-1/+1
| |\ \
| | * | MAINT: LGTM.com recommendation: Unused importDimitri Papadopoulos2021-10-071-1/+1
| | |/
| * | Merge pull request #20047 from sistaseetaram/flag-writeable-upon-copyMatti Picus2021-10-101-0/+11
| |\ \
| | * | added-suggestion-to#20047Sista Seetaram2021-10-061-1/+4
| | * | DOC:add an example to show flag writeable cleared upon copySista Seetaram2021-10-061-0/+8
| | |/
| * | Merge pull request #20061 from DimitriPapadopoulos/python3Matti Picus2021-10-101-2/+1
| |\ \
| | * | DOC: Remove references to Python 2Dimitri Papadopoulos2021-10-071-2/+1
| | |/
| * | Merge pull request #20063 from BvB93/histogramsCharles Harris2021-10-091-4/+48
| |\ \
| | * | ENH: Add annotations for `np.lib.histograms`Bas van Beek2021-10-071-4/+48
| | |/
| * | ENH: Add annotations for `np.lib.polynomial`Bas van Beek2021-10-071-11/+297
| |/
| * ENH: Add annotations for `np.lib.function_base` part 3Bas van Beek2021-10-051-10/+202
| * Merge pull request #20034 from BvB93/function-base2Charles Harris2021-10-041-13/+188
| |\
| | * ENH: Add more annotations for `np.lib.function_base`Bas van Beek2021-10-041-13/+188