summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-121-17/+16
* DOC: Fixed meshgrid docstring return type (#23310)Miki Watanabe2023-03-011-2/+2
* MAINT: Use `np._using_numpy2_behavior()` and initialize it in CSebastian Berg2023-02-101-1/+1
* API: Modify `gradient` to return a tuple rather than a listSebastian Berg2023-02-101-0/+2
* ENH: Convert methods to vectorcall conversions (#23018)Pieter Eendebak2023-01-231-6/+2
* API: Allow SciPy to get away with assuming `trapz` is a Python functionSebastian Berg2023-01-201-0/+19
* MAINT: Fix stacklevels for the new C dispatcher not adding oneSebastian Berg2023-01-171-4/+4
* DOC: Add blurb about rotation direction to rot90 docstring (#22880)Matthew Muresan2022-12-291-0/+2
* DOC: Fix legend placement in `percentile` docsEero Vaher2022-12-121-1/+2
* DOC: add numerical integration of x^2 to trapz (#22681)Manuchehr Aminian2022-12-081-7/+23
* BUG: Quantile function on complex number now throws an error (#22652) (#22703)Matteo Raso2022-12-081-2/+11
* BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `...Roy Smart2022-12-051-18/+33
* MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-3/+3
* Merge pull request #22375 from melissawm/doc-arangeMatti Picus2022-11-081-5/+14
|\
| * DOC: Improve how-to-partition contents.melissawm2022-10-111-0/+1
| * DOC: How to partition domainsmelissawm2022-10-031-5/+13
* | DOC: Update numpy/lib/function_base.py Ross Barnowski2022-10-201-0/+1
* | DEP: Add deprecation warning and check warning in test.Ross Barnowski2022-10-191-0/+5
* | DOC: Add deprecated directive to docstring.Ross Barnowski2022-10-191-0/+4
|/
* DOC: fixed minor typo in percentile docstringGaëtan de Menten2022-09-281-1/+1
* STY: minor formatting touchups.Ross Barnowski2022-09-161-3/+2
* DOC: Add examples to msort in lib/function_base.pyShreya2022-09-161-0/+8
* Merge pull request #22009 from eendebakpt/fix/averageSebastian Berg2022-09-031-4/+5
|\
| * BUG: fix np.average for Fraction elementsPieter Eendebak2022-08-101-4/+5
* | DOC: Fix documentation for percentile and quantilemelissawm2022-08-121-22/+35
|/
* Fix the interpolation formulae which led to absurd results. For quantile() a...deego2022-07-021-2/+2
* BUG: Reject non integer array-likes with size 1 in delete (#21857)Sebastian Berg2022-06-281-2/+6
* BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` ...Srimukh Sripada2022-06-261-1/+1
* DOC: Update numpy/lib/function_base.pySebastian Berg2022-05-191-1/+1
* DOC: improve the docstring of numpy.sinc to explain behavior at zero.Jesús Carrete Montaña2022-05-191-4/+4
* ENH: Add 'keepdims' to 'average()' and 'ma.average()'.warren2022-05-091-5/+29
* Merge pull request #21291 from oscargus/spaceandcosCharles Harris2022-04-071-24/+23
|\
| * STY: Whitespace fixes.Charles Harris2022-04-071-3/+3
| * Add space after argument nameOscar Gustafsson2022-04-031-24/+23
* | Improve documentation formattingOscar Gustafsson2022-04-031-2/+20
|/
* Merge pull request #16895 from DevinShanahan/delete-speedupMatti Picus2022-02-271-5/+12
|\
| * MAINT: single value identification and testDevin Shanahan2022-01-161-3/+2
| * MAINT: Merge branch 'main' into delete-speedupDevin Shanahan2022-01-161-289/+1014
| |\
| * | Update numpy/lib/function_base.pyDevin Shanahan2020-07-191-1/+1
| * | ENH: extend delete single value optimizationDevinShanahan2020-07-181-5/+13
* | | DOC: Fix spelling and grammar in documentation for quantile(). (#21068)Don Kirkby2022-02-151-12/+12
* | | MAINT: Add missing word to warning messageSadie Louise Bartholomew2022-02-071-1/+1
* | | DOC: Fix typo in meshgrid exampleEmma Simon2022-01-181-1/+1
| |/ |/|
* | MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-2/+2
* | DOC: Fixups for interpolation rename comments from reviewSebastian Berg2021-11-151-1/+1
* | DOC: Update percentile/quantile docsSebastian Berg2021-11-121-30/+30
* | DOC: Add ticks to quantile interpolation/method errorSebastian Berg2021-11-121-1/+1
* | DOC: Remove reference to paper from quantile `method` kwargSebastian Berg2021-11-121-2/+2
* | DOC: Fixup the percentile methods plotSebastian Berg2021-11-121-12/+19
* | BUG: quantile discrete methods ended up using -1 as index sometimesSebastian Berg2021-11-121-6/+9