summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15769 from seberg/hugepages-allow-togglingMatti Picus2020-05-031-0/+21
|\
| * Fixup: Implement suggestions by MattiSebastian Berg2020-04-281-1/+1
| * ENH: Allow toggling madvise hugepage and fix defaultSebastian Berg2020-03-171-0/+21
* | MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-2/+1
|/
* MAINT: Test during import to detect bugs with Accelerate(MacOS) LAPACK (#15695)Rakesh Vasudevan2020-03-151-0/+32
* FIXME -> NOTE: more precise language in comment.Ross Barnowski2020-03-011-2/+2
* MAINT: Added comment pointing FIXME to relevant PR.Ross Barnowski2020-03-011-0/+1
* MAINT: dir(numpy) returned duplicate "testing" (gh-15425)SanthoshBala182020-01-271-1/+1
* MAINT/DOC: Remove use of old Python __builtin__, now known as builtinsMike Taves2020-01-241-5/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Remove builtins from __all__Eric Wieser2019-11-121-2/+6
* BUG: Fix np.__dir__ to correctly handle new propertiesEric Wieser2019-11-111-1/+1
* DOC: add some comments to explain namespace cleanup in numpy/__init__.pyRalf Gommers2019-09-191-0/+4
* MAINT: add missing 'Arrayterator' to `numpy.lib.__all__`Ralf Gommers2019-09-191-0/+6
* BUG: Fix format statement associated with AttributeError.Warren Weckesser2019-09-041-3/+2
* MAINT: Lazy import testing on python >=3.7 (#14097)Mark Harfouche2019-08-221-3/+31
* MAINT: cleanup getlimit global varsAllan Haldane2018-10-091-1/+1
* MAINT: delay initialization of getlimits (circular imports)Allan Haldane2018-10-091-0/+2
* DEP: Remove np.pkgload, which was deprecated in 1.10Eric Wieser2018-08-121-10/+1
* ignore cython warnings in initJeremy Manning2018-07-291-0/+5
* DOC: extend sanity check messagemattip2018-07-041-1/+3
* MAINT: Move add_newdocs into core, since it only adds docs to those piecesEric Wieser2018-07-021-3/+1
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-2/+2
* MAINT: add sanity-checks to be run at import timePauli Virtanen2018-05-271-0/+25
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-11/+9
* MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-3/+3
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-2/+2
* BUG: Make sure numpy globals keep identity after reload.Charles Harris2016-08-161-50/+8
* BUG: Raise RuntimeError when reloading numpy is attempted.Charles Harris2016-07-201-9/+18
* ENH: platform-specific install hook to change initMatthew Brett2016-03-071-0/+3
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-6/+4
* [FIX] fix NoseTester's raise_warning defaultNathaniel J. Smith2015-12-291-2/+6
* MAINT: add a warning filter for possible "ndarray size changed" Cython noise.Ralf Gommers2015-04-051-0/+1
* ENH: _NoValue class at top-level to test kwargsMatthew Brett2015-03-151-0/+10
* Update __init__.pyCameron Bates2014-04-261-1/+1
* DEP: Deprecate numpy.rankSebastian Berg2014-04-221-1/+14
* MAINT: Make useless imports of oldnumeric and numarray safe.Charles Harris2013-09-281-0/+6
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* DEP: Deprecate the oldnumeric and numarray modules.Charles Harris2013-06-101-1/+14
* 2to3: Apply unicode fixer.Charles Harris2013-04-211-1/+2
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-2/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+7
* 2to3: Use absolute imports.Charles Harris2013-03-281-20/+20
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* MAINT: silence Cython warnings about changes dtype/ufunc size.Ralf Gommers2012-09-081-0/+6
* ENH: Put line ending on message to stderr.Charles Harris2011-04-261-1/+1
* ENH: Add Git revision hash to numpy dev version stringScott Sinclair2010-11-101-0/+1