summaryrefslogtreecommitdiff
path: root/numpy/lib/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* MAINT: remove redundant importsEmil Hessman2018-09-301-1/+0
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-3/+3
* More misc. typosluz.paz2018-01-041-1/+1
* MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* BUG: handle unmasked NaN in ma.median like normal medianJulian Taylor2016-12-121-0/+46
* MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-091-8/+2
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-3/+3
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-3/+3
* DOC: Fix some incorrect RST definition listsEndolith2016-05-111-2/+2
* MAINT: Use numpy versions of getargspec, formatargspec.Charles Harris2015-07-241-7/+10
* Merge pull request #5953 from yarikoptic/bf/guard-getmembersCharles Harris2015-06-271-1/+1
|\
| * BF: do not crash lookfor if inspection fails - catch any ExceptionYaroslav Halchenko2015-06-081-1/+1
* | MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+1
|/
* DEP: Deprecate SafeEval class.Charles Harris2014-10-151-0/+6
* MAINT: Use ast.literal_eval in safe_eval.Charles Harris2014-10-151-15/+3
* MAINT: Remove use of compiler module.Charles Harris2014-10-121-98/+46
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-49/+81
* MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-4/+4
* FIX: missing asarray import in numpy.libs.utilsOlivier Grisel2014-03-191-1/+1
* BUG: fix ValueError for byte_bounds() on datetime arraymosessky2014-03-021-2/+3
* BUG: Disable check for oldstyle classes in python3Joseph Martinot-Lagarde2013-10-091-1/+4
* DEP, MAINT: Copy info function from numarray.Charles Harris2013-09-231-47/+55
* ENH: add support for Python 3.4 ast.NameConstantChristoph Gohlke2013-09-081-0/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-10/+10
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-121-6/+2
* ENH: improve performance of byte_bounds for continous arraysJulian Taylor2013-05-281-2/+1