summaryrefslogtreecommitdiff
path: root/numpy/_globals.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Move ModuleDeprecationWarning and ModuleDeprecationWarningSebastian Berg2022-11-301-27/+1
* MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-10/+6
* MAINT: remove code specific to Python 2Dimitri Papadopoulos2022-10-241-4/+0
* MAINT, DOC: fix new typos detected by codespellDimitri Papadopoulos2022-01-121-1/+1
* DOC: Slightly extend to docs to note that we assume no-copy buffer protocolSebastian Berg2021-11-121-0/+3
* Apply suggestions from code reviewGagandeep Singh2021-11-101-1/+1
* Addressed reviews and increased code coverageGagandeep Singh2021-11-041-0/+12
* Addressed reviewsczgdp18072021-09-041-1/+1
* Fixed linting issuesczgdp18072021-08-181-1/+1
* Made _CopyMode privateczgdp18072021-08-181-1/+23
* corrected linting issuesczgdp18072021-08-071-1/+1
* Shifted to CopyMode to np.array_apiczgdp18072021-08-071-23/+2
* Apply suggestions from code reviewGagandeep Singh2021-06-091-2/+2
* Fixed blank line linting issueczgdp18072021-06-081-1/+2
* enum.IntEnum -> enum.Enumczgdp18072021-06-081-1/+1
* Addressed reviews and PyArray_CopyConverter definedczgdp18072021-06-071-2/+4
* Added np.CopyModeczgdp18072021-06-051-1/+20
* MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-1/+1
* DOC: improve description of `NoValue`.Ralf Gommers2021-01-291-2/+14
* 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
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-3/+8
* ENH: Add a repr to np._NoValueEric Wieser2018-02-031-5/+19
* MAINT: Use new-style classes on 2.7Eric Wieser2017-07-241-1/+1
* BUG: Make sure numpy globals keep identity after reload.Charles Harris2016-08-161-0/+62