summaryrefslogtreecommitdiff
path: root/numpy/core/memmap.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22619 from seberg/move-set_moduleMatti Picus2022-11-291-1/+1
|\
| * MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-1/+1
* | DOC: Update mode parameter description to account for shape #22643 (#22655)mkiffer2022-11-231-1/+2
|/
* MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-2/+2
* MAINT: Replace `contextlib_nullcontext` with `contextlib.nullcontext`Bas van Beek2020-12-051-6/+6
* Update numpy/core/memmap.pyMatti Picus2020-11-111-1/+1
* DOC: update documentation of numpy.memmapMatti Picus2020-11-111-4/+7
* MAINT: Chain exceptions in memmap.py and core.py (#16067)Chris Holland2020-05-011-3/+5
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-2/+2
* MAINT: Replace basestring with str.Charles Harris2020-01-231-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Fix bad error message in np.memmapEric Wieser2019-04-111-1/+1
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-3/+3
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+3
* ENH: Add support for third-party path-like objects by backporting os.fspathEric Wieser2018-10-121-11/+8
* MAINT: Use a conditional expression instead of boolean operatorsEric Wieser2018-09-231-2/+2
* MAINT: Close the file if any unexpected errors occur within memmapEric Wieser2018-09-231-67/+63
* STY: remove C-like parenthesesEric Wieser2018-09-231-1/+1
* BUG: Don't leave the file open if a bad shape argument is passed to memmapEric Wieser2018-09-231-3/+3
* Restore a line that I accidentally deleted rather than reverted in earlier diffPat Gunn2018-06-111-0/+1
* reviewPat Gunn2018-06-031-1/+1
* Revise further as per peer reviewPat Gunn2018-06-031-2/+1
* Revise further as per peer reviewPat Gunn2018-06-031-2/+1
* Responding to peer review, change to intpPat Gunn2018-06-031-2/+2
* In numpy.memmap forcibly promote shape to uint64Pat Gunn2018-06-011-1/+2
* DOC: Improve docstring of memmaplumbric2018-03-051-1/+1
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-1/+1
* FIX set memmap offset attribute correctlyLoïc Estève2017-01-051-2/+2
* Merge pull request #7987 from f0k/advertise-open_memmapCharles Harris2016-10-281-0/+4
|\
| * DOC: Hint at lib.format.open_memmap from np.load and np.memmapJan Schlüter2016-08-291-0/+4
* | DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-1/+1
|/
* DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5 [ci skip]Tom Bird2016-08-171-0/+2
* DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5Tom Bird2016-08-171-5/+0
* ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith2016-04-061-3/+8
* FIX ufunc called on memmap return a ndarrayLoïc Estève2016-04-041-0/+21
* MAINT: Fix some pyflakes warnings in numpy/core/*.pyCharles Harris2015-07-051-5/+2
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-0/+1
* DOC: Update docs.Gabor Kovacs2015-06-211-4/+4
* DOC: core: contents of newly allocated space in memmapLars Buitinck2014-10-121-0/+5
* DOC: Remove close method from memmap docstring.Charles Harris2014-02-181-2/+3
* Update memmap.pyAndreas Hilboll2013-10-101-1/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-2/+2
* BUG: set filename to None for memmaps of unnamed filesJulian Taylor2013-05-251-1/+6
* MAINT: Remove unneeded version checks.Charles Harris2013-04-241-8/+4
* 2to3: Apply basestring fixer.Charles Harris2013-04-131-1/+1
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+2
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2