summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Reorganize the way windowing functions ensure float64 resultSebastian Berg2023-05-031-10/+38
* Merge pull request #23529 from lorentzenchr/doc_quantileSebastian Berg2023-04-281-6/+6
|\
| * DOC use percentage for q in percentileChristian Lorentzen2023-04-261-2/+2
| * DOC quantile q is a probabilityChristian Lorentzen2023-04-041-4/+4
* | Fixed failing testsMatteo Raso2023-04-011-12/+28
* | Fixed edge case where pyfunc has no attribute `__doc__`Matteo Raso2023-04-011-1/+1
* | Fixed edge case where pyfunc has no attribute `__name__`Matteo Raso2023-04-011-39/+66
* | Revert "ENH: Enabled the use of numpy.vectorize as a decorator"Matti Picus2023-03-271-54/+11
* | Merge pull request #23061 from MatteoRaso/vectorizeMatti Picus2023-03-261-11/+54
|\ \
| * | @vectorize now requires arguments to specify keywordsMatteo Raso2023-02-091-17/+6
| * | Added a test for positional args (PR-23061)Matteo Raso2023-02-081-0/+19
| * | Changed documentation for numpy.vectorizeMatteo Raso2023-01-241-1/+1
| * | Fixed lint errorMatteo Raso2023-01-211-1/+1
| * | ENH: Enabled use of numpy.vectorize as decorator (#9477)Matteo Raso2023-01-211-12/+46
| * | BUG: Added __name__ atribute to vectorize class (#23021)Matteo Raso2023-01-181-0/+1
* | | 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
|/