summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Cleanup code after dropping Python 3.7.Charles Harris2021-08-161-55/+39
* Update numpy/__init__.pyRoss Barnowski2021-06-141-3/+3
* Update warning linebreaks per review.Ross Barnowski2021-06-071-4/+4
* Merge pull request #17586 from BvB93/type_aliasesCharles Harris2021-03-301-0/+5
|\
| * Apply suggestions from code review Bas van Beek2021-01-161-1/+2
| * DEP: Formally deprecate the use of `typeDict`Bas van Beek2021-01-161-0/+4
* | BUG: Fix typo in ``numpy.__init__.py``Charles Harris2021-02-011-2/+2
* | Merge pull request #18230 from seberg/issue-17977Charles Harris2021-01-261-25/+49
|\ \
| * | Apply suggestions from code reviewSebastian Berg2021-01-261-1/+1
| * | Update numpy/__init__.pySebastian Berg2021-01-261-6/+4
| * | DOC: Clarify the type alias deprecation messageSebastian Berg2021-01-261-27/+52
| |/
* | STY: unify imports in __init__.py (#18187)Amarnath19042021-01-241-3/+3
|/
* DOC: Warn when reloading numpy or using numpy in sub-interpreterSebastian Berg2020-12-151-0/+5
* ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-3/+12
* DEP: Change the financial name access warning to DeprecationWarningSebastian Berg2020-09-101-1/+1
* Use a better name for the collection of expired functions.Warren Weckesser2020-08-231-2/+2
* MAINT: lib: Change handling of the expired financial functions.Warren Weckesser2020-08-221-5/+10
* DEP: lib: Remove the deprecated financial functions. (#17067)Warren Weckesser2020-08-121-0/+21
* Fix exception causes in __init__.pyashutosh619-sudo2020-07-191-1/+1
* Fix exception causes in __init__.pyashutosh619-sudo2020-07-191-2/+2
* MAINT: Disable use_hugepages in case of ValueErrorAnirudh Subramanian2020-06-301-5/+12
* Merge pull request #14882 from eric-wieser/6103-alias-__getattr__-deprecationSebastian Berg2020-06-161-17/+61
|\
| * DEP: Deprecate aliases of builtin types in python 3.7+Eric Wieser2020-06-121-17/+61
* | DOC,ENH: extend error message when Accelerate is detectedmattip2020-05-311-5/+4
|/
* DEP: Deprecate `numpy.dual`.Warren Weckesser2020-05-041-1/+3
* 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