summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
| * | | Merge pull request #20027 from BvB93/nanfuncCharles Harris2021-10-043-85/+326
| |\ \ \ | | |/ / | |/| |
| | * | TST: Add tests for the new `nan<x>` function parametersBas van Beek2021-10-041-0/+103
| | * | TST: Add a test for comparing the signatures of `nan<x>` and `<x>` functionsBas van Beek2021-10-041-0/+48
| | * | ENH: Update (and simplify) the `nan<x>` function annotationsBas van Beek2021-10-041-50/+36
| | * | ENH: Bring the `nan<x>` signatures up to parity with their `<x>`-based counte...Bas van Beek2021-10-041-35/+139
| * | | Merge pull request #20008 from BvB93/window-funcCharles Harris2021-10-042-22/+103
| |\ \ \
| | * | | STY: Directly use a float rather than the `float64` constructorBas van Beek2021-10-041-1/+1
| | * | | TST: Add more tests for `np.kaiser`Bas van Beek2021-09-301-0/+21
| | * | | BUG: Fix the `lib.function_base` window functions ignoring extended precision...Bas van Beek2021-09-302-22/+82
| | |/ /
| * | | MAINT: Remove `slice` from the accepted `np.place` mask-typesBas van Beek2021-10-011-1/+1