Search
Searching
- numpy.ma.MaskType.flags
...numpy.ma.MaskType.flags...
- numpy.ma.MaskType.flags (Python attribute, in numpy.ma.MaskType.flags)
- Interoperability with NumPy
...array([ 0, 100, 2, 3, 4]) The imported arrays are read-only so writing or operating in-place will fail: >>> x.flags.writeable False >>> x_np[1] = 1 Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueErro...
- NumPy 1.10.0 Release Notes
...itional customization via site.cfg to control compilation parameters, i.e. runtime libraries, extra linking/compilation flags. Addition of np.linalg.multi_dot: compute the dot product of two or more arrays in a single function call, while a...
- NumPy 1.10.2 Release Notes
...3.5 testing. gh-6474 REL: Update Paver script for sdist and auto-switch test warnings. gh-6478 BUG: Fix Intel compiler flags for OS X build. gh-6481 MAINT: LIBPATH with spaces is now supported Python 2.7+ and Win32. gh-6487 BUG: Allow nest...
- NumPy 1.11.0 Release Notes
...y, floats are used even where an integer might work. Deprecations Views of arrays in Fortran order The F_CONTIGUOUS flag was used to signal that views using a dtype that changed the element size would change the first index. This was al...
- NumPy 1.11.1 Release Notes
- NumPy 1.14.0 Release Notes
- NumPy 1.14.3 Release Notes
- NumPy 1.15.0 Release Notes
- NumPy 1.18.0 Release Notes
- NumPy 1.20.2 Release Notes
- NumPy 1.23.0 Release Notes
- NumPy 1.6.0 Release Notes
- NumPy 2.0.0 Release Notes
- numpy.ma.average
- numpy.ma.copy
- numpy.ma.is_mask
- numpy.ma.make_mask
- numpy.ma.make_mask_none
- numpy.ma.masked_array.copy
- numpy.ma.masked_array.ctypes
- numpy.ma.masked_array.flags
- numpy.ma.masked_array.iscontiguous
- numpy.ma.masked_array.setflags
- numpy.ma.masked_array.unshare_mask
- numpy.ma.MaskedArray.copy
- numpy.ma.MaskedArray.ctypes
- numpy.ma.MaskedArray.flags
- numpy.ma.MaskedArray.iscontiguous
- numpy.ma.MaskedArray.unshare_mask
- numpy.ma.MaskType
- numpy.ma.MaskType.all
- numpy.ma.MaskType.any
- numpy.ma.MaskType.argmax