summaryrefslogtreecommitdiff
path: root/numpy/core/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Move module to be `np.dtypes` and add release noteSebastian Berg2023-04-121-2/+2
* API: Add `numpy.types` module and fill it with DType classesSebastian Berg2023-04-121-6/+7
* MAINT: switch min/max with amin/amax, and add them to html docsRalf Gommers2023-03-011-1/+0
* DEP: deprecate `np.round_`Ralf Gommers2023-02-281-1/+1
* ENH: Allow trivial pickling of user DType (classes)Sebastian Berg2023-02-021-2/+4
* DEP: Finalize MachAr and machar deprecationsSebastian Berg2022-11-221-5/+4
* ENH: allow importlib.LazyLoader to work with numpy and add test of this (#22045)Dan Schult2022-07-271-0/+2
* BUG: Fix duplication of names in 'numpy.__all__'.warren2021-11-031-1/+0
* DEP: Deprecate the `np.core.machar` moduleBas van Beek2021-10-261-2/+14
* DEP: Deprecate `np.MachAr`Bas van Beek2021-10-261-1/+0
* BUG: Allow pickling all relevant DType types/classesSebastian Berg2021-02-041-1/+21
* MAINT: Add previously missing objects to `np.rec.__all__`Bas van Beek2021-02-011-2/+2
* DOC: Change the value of type.__name__ on the scalar types for sphinx buildsEric Wieser2020-10-041-0/+1
* MAINT: Simplify ufunc picklingSebastian Berg2020-09-101-8/+10
* Fix other comments from Ross and make it ImportError specificSebastian Berg2020-04-281-1/+1
* Apply suggestions from code reviewSebastian Berg2020-04-281-1/+1
* DOC: Change import error "howto" to link to troubleshooting docsSebastian Berg2020-04-281-19/+15
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-6/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DOC: remove numpy/core/info.py and incomplete docstring for core.Ralf Gommers2019-09-221-1/+8
* BUILD: use openblas_support.py from numpy-wheels to create _distributor_init.pymattip2019-06-161-23/+0
* DOC: add more info to failure messagemattip2019-04-111-13/+12
* MAINT: emit single Warning for multiple DLLsTyler Reddy2019-02-251-3/+2
* MAINT: use os.path for Python 2.x compatTyler Reddy2019-02-221-6/+7
* MAINT: probe multiple DLL handling on WinTyler Reddy2019-02-221-0/+8
* BLD: Windows absolute path DLL loadingTyler Reddy2019-02-221-1/+17
* BUG: fail if old multiarray module detectedmattip2019-01-301-0/+13
* ENH: add _dtype_ctype to namespace for freeze analysismattip2019-01-281-1/+5
* MAINT: add clearer message to assist users with failed builds.Ralf Gommers2018-07-141-3/+24
* MAINT: Move add_newdocs into core, since it only adds docs to those piecesEric Wieser2018-07-021-0/+4
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-4/+4
* MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* BUG: Restore the environment variables when import multiarray fails.Serhiy Storchaka2017-10-151-3/+3
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* BUG: if importing multiarray fails, don't discard the error messageNathaniel J. Smith2017-05-081-2/+4
* ENH: Allows contraction order optimization in einsum function.Daniel Smith2016-09-261-0/+3
* MAINT: clearer exception message when importing multiarray fails.Ralf Gommers2016-05-141-1/+12
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
* Update __init__.pybehrisch2015-10-041-8/+9
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-3/+2
* MAINT: merge scalarmathmodule into umath moduleJulian Taylor2014-10-091-1/+0
* BUG: Capitalize environmental variables in numpy/core/__init__.py.Charles Harris2014-09-041-6/+5
* ENH: Move dotblas_matrixproduct down into multiarray.Charles Harris2014-09-041-0/+14
* BUG: pickling ufuncs defined in nested modulesOlivier Grisel2014-06-301-1/+5
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-3/+3
* 2to3: Use absolute imports.Charles Harris2013-03-281-26/+26
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1