summaryrefslogtreecommitdiff
path: root/numpy/lib/utils.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Add 'may vary' markup in info() docstring.warren2023-03-071-1/+1
* DOC: Edit top line of info() docstring to mention array.warren2023-03-071-1/+1
* DOC: Document that info() handles array instances.warren2023-03-071-4/+21
* MAINT: expand show_rutime, add it to issue template [skip ci]mattip2022-12-211-31/+9
* MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-1/+1
* Merge pull request #22393 from seberg/npy_headerMatti Picus2022-10-071-0/+6
|\
| * MAINT: Ensure graceful handling of large header sizesSebastian Berg2022-10-061-0/+6
* | REV: Losen `lookfor`'s import try/except again (#22356)Sebastian Berg2022-09-301-2/+6
|/
* MAINT: use `functools.wraps` in `np.deprecate`Josh Wilson2022-09-211-16/+5
* MAINT: update function's `__module__` attribute in `deprecate`Josh Wilson2022-09-211-6/+5
* DOC: Fixed links for np.show_runtime (#21468)Ganesh Kathiresan2022-08-211-3/+3
* ENH: Added `show_runtime`ganesh-k132022-08-191-1/+78
* DOC: disambiguate :: in rst. (#21037)Matthias Bussonnier2022-02-111-2/+1
* BUG: Fixed docstring of numpy.info()Andrei Batomunkuev2021-11-241-1/+2
* Fixed python docstring in info()Andrei Batomunkuev2021-11-241-1/+1
* BUG: Fixed output overriding in numpy.info(), so that it correctly displays i...Andrei Batomunkuev2021-11-241-2/+8
* MAINT: Improve ``_median_nancheck`` docstring.Charles Harris2021-09-141-1/+1
* MAINT: remove unused argument in private functionMarten van Kerkwijk2021-09-141-6/+6
* BUG: ensure np.median does not drop subclass for NaN result.Marten van Kerkwijk2021-09-141-8/+6
* MAINT: refactor "for ... in range(len(" statementsMike Taves2021-09-011-4/+2
* Update numpy/lib/utils.pyAndrew Watson2021-07-031-1/+1
* MAINT: fix overly broad exception handling listed in LGTMAndrew Watson2021-07-011-1/+1
* ENH: add new function `_opt_info()` to utils provides the optimization info o...Sayed Adel2021-04-221-9/+35
* DOC: Add blank line before section.Matthias Bussonnier2021-04-161-0/+1
* Merge pull request #18379 from anntzer/mndSebastian Berg2021-02-091-2/+2
|\
| * DOC: Fix docstring of _median_nancheck.Antony Lee2021-02-091-2/+2
* | MAINT: Avoid moveaxis overhead in median.Antony Lee2021-02-061-2/+1
|/
* DOC: Doc for deprecate_with_doc (#17852)kumudlakara2020-12-171-1/+26
* MAINT: Do not emit empty Methods heading in np.info (#17498)Steve Joachim2020-10-101-4/+4
* Merge pull request #16349 from larsoner/depCharles Harris2020-05-231-0/+2
|\
| * BUG: Indentation for docstringsEric Larson2020-05-221-0/+2
* | BUG: np.info does not show keyword-only argumentsEric Wieser2020-05-191-35/+7
|/
* MAINT: remove useless `global` statementsEric Wieser2020-03-181-1/+0
* MAINT: Remove sys.version checks (gh-#15373)Seth Troisi2020-01-281-35/+0
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-5/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Simplify lookfor functionAlex Henrie2019-09-151-6/+1
* DEP: Deprecate class `SafeEval` (#14335)Maxwell Aladago2019-08-241-87/+0
* fix testskritisingh12019-06-071-3/+0
* Fix testskritisingh12019-04-101-4/+0
* Issue deprecation warningskritisingh12019-04-051-0/+6
* BUG: Fix help() formatting for deprecated functions.wrwrwr2019-02-171-0/+29
* ENH: remove "Invalid value" warnings from median, percentilemattip2019-01-061-5/+0
* MAINT: include recfunctions moduleTyler Reddy2018-12-141-0/+1
* MAINT: addressing review commentsTyler Reddy2018-12-141-1/+1
* MAINT: address several reviewer commentsTyler Reddy2018-12-141-2/+2
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-9/+6
* DEV remove shim added in 1.4mattip2018-11-141-7/+0
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+5