Search
Searching
- numpy.ma.MaskType.copy
...numpy.ma.MaskType.copy...
- numpy.ma.MaskType.copy (Python method, in numpy.ma.MaskType.copy)
- Constants of the
numpy.ma
module...NumPy reference Array objects Masked arrays Constants of the numpy.ma module...
- Interoperability with NumPy
...If possible, this will mean using __array__() to create a NumPy ndarray view of the array-like object. Otherwise, this copies the data into a new ndarray object. This is not optimal, as coercing arrays into ndarrays may cause performance p...
- NumPy 1.10.2 Release Notes
...ay via descr. gh-6775 MAINT: Include from __future__ boilerplate in some files missing it. gh-6780 BUG: metadata is not copied to base_dtype. gh-6783 BUG: Fix travis ci testing for new google infrastructure. gh-6785 BUG: Quick and dirty fix...
- NumPy 1.11.0 Release Notes
...riginal[:], then modifications to the data in one array will affect the data of the other but, because the mask will be copied during assignment operations, changes to the mask will remain local. A similar situation occurs when explicitly c...
- NumPy 1.12.0 Release Notes
...e NumPy 1.12.0 release contains a large number of fixes and improvements, but few that stand out above all others. That makes picking out the highlights somewhat arbitrary but the following may be of particular interest or indicate areas li...
- NumPy 1.13.0 Release Notes
...if_overlap argument. If copy_if_overlap != 0, checks if input has memory overlap with any of the other arrays and make copies as appropriate to avoid problems if the input is modified during the iteration. See the documentation for more co...
- NumPy 1.14.0 Release Notes
...ror: pass C API changes PyPy compatible alternative to UPDATEIFCOPY arrays UPDATEIFCOPY arrays are contiguous copies of existing arrays, possibly with different dimensions, whose contents are copied back to the original array when...
- NumPy 1.15.0 Release Notes
...e readability. This change allows the user to specify kind=’stable’ thus clarifying the intent. Do not make temporary copies for in-place accumulation When ufuncs perform accumulation they no longer make temporary copies because of the ov...
- NumPy 1.23.0 Release Notes
...e required that the entire array be C-contiguous. This limitation would unnecessarily force the user to make contiguous copies of non-contiguous arrays before being able to change the dtype. This change affects not only ndarray.view, but ot...
- NumPy 1.24 Release Notes
...ld not be represented in the target dtype or when the target had object dtype. (gh-20924) Subarray to object cast now copies Casting a dtype that includes a subarray to an object will now ensure a copy of the subarray. Previously an unsa...
- NumPy 1.24.1 Release Notes
...NumPy 1.24.1 Release Notes NumPy 1.24.1 is a maintenance release that fixes bugs and regressions discovered after the 1.24.0 release. The Python versions supported b...
- NumPy 1.25.0 Release Notes
- NumPy 1.7.2 Release Notes
- NumPy 1.9.0 Release Notes
- NumPy 2.0.0 Release Notes
- NumPy 2.0.1 Release Notes
- NumPy 2.1.0 Release Notes
- numpy.ma.append
- numpy.ma.array
- numpy.ma.asanyarray
- numpy.ma.asarray
- numpy.ma.atleast_1d
- numpy.ma.atleast_2d
- numpy.ma.atleast_3d
- numpy.ma.copy
- numpy.ma.fix_invalid
- numpy.ma.frombuffer
- numpy.ma.is_mask
- numpy.ma.make_mask
- numpy.ma.make_mask_none
- numpy.ma.mask_or
- numpy.ma.masked_array.astype
- numpy.ma.masked_array.copy
- numpy.ma.masked_array.diagonal
- numpy.ma.masked_array.filled
- numpy.ma.masked_array.flags
- numpy.ma.masked_array.flatten
- numpy.ma.masked_array.item
- numpy.ma.masked_array.partition
- numpy.ma.masked_array.put
- numpy.ma.masked_array.reshape
- numpy.ma.masked_array.setflags
- numpy.ma.masked_array.shape
- numpy.ma.masked_array.tobytes