summaryrefslogtreecommitdiff
path: root/numpy/ma/mrecords.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-3/+3
* ENH: either TypeError or ValueError can be raisedMatti Picus2016-10-011-3/+3
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.Dongjoon Hyun2016-02-191-1/+1
* STY,MAINT: PEP8 and pyflakes fixes for numpy/ma/*.pyCharles Harris2015-07-041-128/+190
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-1/+1
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-2/+2
* Merge pull request #3244 from charris/2to3-apply-zip-fixerCharles Harris2013-04-141-1/+1
|\
| * 2to3: Apply zip fixer.Charles Harris2013-04-131-1/+1
* | 2to3: Apply basestring fixer.Charles Harris2013-04-131-5/+8
|/
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+3
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-011-1/+1
* PY3: Fix fromtextfile "ResourceWarning: unclosed file".Charles Harris2012-03-121-0/+8
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-3/+3
* STY: Update exception style, easy ones.Charles Harris2011-04-051-2/+2
* * fixed a pb when using sum/prod on an array with dtype np.objectpierregm2009-11-161-45/+46
* ran reindentJarrod Millman2008-12-311-1/+1
* MaskedRecords : reintroduced _fieldmask as a property (for backcompatibility).pierregm2008-11-111-0/+5
* __getattribute__ : make sure than a np.void is returned when retrieving the u...pierregm2008-10-191-12/+18
* core : * fixed make_mask_descr to recognize subdtypes pierregm2008-10-181-26/+50
* core:pierregm2008-09-191-16/+18
* Removed unused imports.Alan McIntyre2008-09-131-7/+5
* core : make sure that masked_equal works with a list as inputpierregm2008-08-251-4/+6
* ran reindentJarrod Millman2008-08-081-3/+2
* testutilspierregm2008-07-171-6/+6
* * put maximum/minimum_fill_value back in __all__pierregm2008-06-201-1/+1
* fixed dictionary update for compatibility with Python 2.3pierregm2008-06-171-1/+1
* CHANGES:pierregm2008-06-081-186/+103
* core:pierregm2008-06-031-32/+18
* mrecords : Make sure a field shares its mask with the whole arraypierregm2008-05-291-14/+11
* core : __new__: keep the fill_value of the initializing object by defaultpierregm2008-05-261-5/+6
* fixed whitespace w/ reindentJarrod Millman2008-05-221-3/+2
* mrecords : fixed fromarrays when importing only one recordpierregm2008-05-161-33/+22
* extras : dropped the m prefix in mediff1d, mvander, mpolyfitpierregm2008-05-141-0/+3
* core : clean up update_frompierregm2008-05-011-3/+2
* mrecords: clean-uppierregm2008-04-201-16/+1
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-12/+10
* core:pierregm2008-04-141-90/+78
* core : fixed sort when axis is Nonepierregm2008-03-221-6/+36
* maskedarray.core:pierregm2008-02-011-255/+334
* Merge patch fixing mask dimensions on concatenation.Stefan van der Walt2008-01-221-7/+2
* Fix benchmarks. Remove remaining imports of maskedarray.Stefan van der Walt2007-12-151-5/+5
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+717