summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20059 from DimitriPapadopoulos/lgtm_recommendationsCharles Harris2021-10-101-1/+1
|\
| * MAINT: LGTM.com recommendation: Unused importDimitri Papadopoulos2021-10-071-1/+1
* | 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
|/
* STY: Directly use a float rather than the `float64` constructorBas van Beek2021-10-041-1/+1
* BUG: Fix the `lib.function_base` window functions ignoring extended precision...Bas van Beek2021-09-301-9/+9
* DOC: Update links to online copy of Abramowitz and Stegun.warren2021-09-281-1/+1
* DOC: Add explanation of a sparse mesh grid (#19776)Tim Hoffmann2021-09-211-8/+27
* MAINT: remove unused argument in private functionMarten van Kerkwijk2021-09-141-8/+7
* DOC: Fix typo in `unwrap` docstring.Ghiles Meddour2021-08-171-1/+1
* replace whitespaces in the signature argumentAnkit Dwivedi2021-08-121-4/+5
* fix lint errorsAnkit Dwivedi2021-08-071-1/+2
* ignore whitespaces while parsing gufunc signaturesAnkit Dwivedi2021-08-071-3/+3
* DOC: Remove explicit parameter sparse=False in meshgrid() indexing example (#...Tim Hoffmann2021-08-041-2/+2
* API: Ensure np.vectorize outputs can be subclasses.Marten van Kerkwijk2021-06-261-20/+25
* DOC: Fix formatting in rot90() docstring (#19256)Tim Hoffmann2021-06-161-2/+5
* Merge pull request #16987 from scimax/masterCharles Harris2021-05-191-14/+53
|\
| * BUG: Fix missing "np." in docstring examples.Charles Harris2021-05-191-4/+4
| * STY: Break long linesCharles Harris2021-05-191-9/+14
| * Update numpy/lib/function_base.pyEric Wieser2021-02-161-1/+1
| * Update numpy/lib/function_base.pyEric Wieser2021-02-161-0/+3
| * Cleanup whitespaceEric Wieser2020-09-141-1/+1
| * Add missing newlineEric Wieser2020-09-141-0/+1
| * Cleanup whitespaceEric Wieser2020-09-141-1/+0
| * Apply suggestions from code review Eric Wieser2020-09-141-3/+2
| * fix CI fails by blank linesMax Kellermeier2020-09-111-0/+3
| * Update numpy/lib/function_base.pyEric Wieser2020-09-021-1/+1
| * Comment in docs on discontinuity in unwrapMax Kellermeier2020-08-231-2/+3
| * Apply suggestions from code reviewscimax2020-08-231-9/+10
| * Minor corrections in unwrapping docstringsMax Kellermeier2020-08-231-3/+3
| * Code cleanupscimax2020-08-211-5/+4
| * Updated incorrect argument in tests. boundary correction for int and float.Max Kellermeier2020-08-211-1/+3
| * Integer input returning integer outputMax Kellermeier2020-08-201-5/+13
| * Renamed new argument for unwraping. Extended release noteMax Kellermeier2020-08-201-16/+16
| * Minor code clean upscimax2020-08-201-2/+4
| * Rolling back to only. Improved documentationMax Kellermeier2020-08-201-26/+5
| * shorter slicescimax2020-08-171-1/+1
| * Hybrid solution including interval boundaries, and keeping backward compatibi...Max Kellermeier2020-08-031-7/+30
| * dispatcher fixedMax Kellermeier2020-08-031-1/+1
| * Tests added according to #14877, obsolete comments removed.Max Kellermeier2020-08-021-5/+0
| * Update numpy/lib/function_base.py scimax2020-08-021-1/+1
| * Phase unwrapping generalizedscimax2020-08-011-16/+35
* | DOC: Improve trapz docstring (#19041)Bhargav v2021-05-191-4/+24
* | BUG: Prevent nan being used in percentile (gh-18831)Kevin Sheppard2021-04-221-3/+2
* | Merge pull request #18515 from terfilip/select-dtype-err-msg-18430Charles Harris2021-03-261-2/+13
|\ \
| * | MAINT: Adding exception chaining and switching to fstringFilip Ter2021-03-241-5/+4
| * | ENH: A more helpful error message, when types don't match type of default kwargFilip Ter2021-02-281-2/+14
* | | Merge pull request #18652 from timhoffm/doc-plotRalf Gommers2021-03-211-1/+2
|\ \ \
| * | | DOC: Update some plotting code to current Matplotlib idiomsTim Hoffmann2021-03-211-1/+2
| |/ /
* | | ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-181-5/+4
|/ /