summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.pyi
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Rename interpolation to method in percentile stubsSebastian Berg2021-11-121-13/+13
|
* DOC: Remove non-existent aliasabel2021-11-081-1/+0
|
* MAINT: Add annotations for a missing `percentile` interpolation kind: ↵Bas van Beek2021-11-051-0/+1
| | | | `"inclusive"`
* DOC: Update _InterpolationKindabel2021-11-041-1/+9
|
* ENH: Add annotations for `np.lib.function_base` part 3Bas van Beek2021-10-051-10/+202
|
* ENH: Add more annotations for `np.lib.function_base`Bas van Beek2021-10-041-13/+188
| | | | | | | | | | | | | | | * `interp` * `cov` * `corrcoef` * `blackman` * `bartlett` * `hanning` * `hamming` * `i0` * `kaiser` * `sinc` * `msort` * `median`
* MAINT: Remove `slice` from the accepted `np.place` mask-typesBas van Beek2021-10-011-1/+1
| | | | `np.place` uses the `np.core.multiarray._insert` function under the hood, not to be confused with `np.insert` (which does accept slices)
* ENH: Add annotations for `np.lib.function_base`Bas van Beek2021-09-301-18/+290
|
* MAINT: Add annotations for the missing `period` parameter to `np.unwrap`Bas van Beek2021-06-101-1/+1
|
* ENH: Add improved placeholder annotations for `np.lib`Bas van Beek2021-04-261-0/+57