Search
Searching
- numpy.ma.MaskedArray.strides
...Array objects Masked arrays Constants of the numpy.ma module numpy.ma.MaskedArray.strides...
- numpy.ma.MaskedArray.strides (Python attribute, in numpy.ma.MaskedArray.strides)
- Constants of the
numpy.ma
module...mensions. MaskedArray.shape Tuple of array dimensions. MaskedArray.size Number of elements in the array. MaskedArray.strides Tuple of bytes to step in each dimension when traversing an array. MaskedArray.imag The imaginary part of the m...
- Interoperability with NumPy
...provide both a high-level API for operations on array-structured data and a concrete implementation of the API based on strided in-RAM storage. While this API is powerful and fairly general, its concrete implementation has limitations. As d...
- NumPy 1.10.0 Release Notes
...s has been changed from x.y.z.dev-githash to x.y.z.dev0+githash (note the +) in order to comply with PEP 440. relaxed stride checking NPY_RELAXED_STRIDE_CHECKING is now true by default. UPDATE: In 1.10.2 the default value of NPY_RELAXED_...
- NumPy 1.10.2 Release Notes
...ous build and release improvements. Numpy 1.10.1 supports Python 2.6 - 2.7 and 3.2 - 3.5. Compatibility notes Relaxed stride checking is no longer the default There were back compatibility problems involving views changing the dtype of mu...
- NumPy 1.11.0 Release Notes
...es The following changes are scheduled for Numpy 1.12.0. Support for Python 2.6, 3.2, and 3.3 will be dropped. Relaxed stride checking will become the default. See the 1.8.0 release notes for a more extended discussion of what this change...
- NumPy 1.11.2 Release Notes
...ound on PyPI. Pull Requests Merged Fixes overridden by later merges and release notes updates are omitted. #7736 BUG: Many functions silently drop ‘keepdims’ kwarg. #7738 ENH: Add extra kwargs and update doc of many MA methods. #7778 DOC:...
- NumPy 1.12.0 Release Notes
...rather than have special exceptions for the integer units. If you need negative powers, use an inexact type. Relaxed stride checking is the default This will have some impact on code that assumed that F_CONTIGUOUS and C_CONTIGUOUS were m...
- NumPy 1.12.1 Release Notes
...and OSX can be found on PyPI, Bugs Fixed BUG: Fix wrong future nat warning and equiv type logic error… BUG: Fix wrong masked median for some special cases DOC: Place np.average in inline code TST: Work around isfinite inconsistency on i38...
- NumPy 1.13.0 Release Notes
...ote that NumPy allocation will not show up in tracemalloc of earlier Python versions. NumPy may be built with relaxed stride checking debugging Setting NPY_RELAXED_STRIDES_DEBUG=1 in the environment when relaxed stride checking is enabled...
- NumPy 1.14.0 Release Notes
...tains a large number of bug fixes and new features, along with several changes with potential compatibility issues. The major change that users will notice are the stylistic changes in the way numpy arrays and scalars are printed, a change...
- NumPy 1.15.0 Release Notes
...this causes a significant performance hit, consider implementing copyswapn to reflect the implementation of PyArray_GetStridedCopyFn. See #10898. New Features np.gcd and np.lcm ufuncs added for integer and objects types These compute...
- NumPy 1.17.0 Release Notes
...rmation. In that case switching to writeable was never allowed. This has now been fixed. C API changes dimension or stride input arguments are now passed by npy_intp const* Previously these function arguments were declared as the more s...
- NumPy 1.18.0 Release Notes
...r numpy.random has been defined and documented. Basic infrastructure for linking with 64 bit BLAS and LAPACK libraries. Many documentation improvements. New functions Multivariate hypergeometric distribution added to numpy.random The me...
- NumPy 1.23.0 Release Notes
...ched. The main important change here is that name mismatches are now considered “safe” casts. (gh-19226) NPY_RELAXED_STRIDES_CHECKING has been removed NumPy cannot be compiled with NPY_RELAXED_STRIDES_CHECKING=0 anymore. Relaxed strides...
- NumPy 1.24 Release Notes
...ired deprecations due to changes in promotion and cleanups. This might be called a deprecation release. Highlights are Many new deprecations, check them out. Many expired deprecations, New F2PY features and fixes. New “dtype” and “casting”...
- NumPy 1.25.0 Release Notes
...cfunctions.structured_to_unstructured returns views in more cases structured_to_unstructured now returns a view, if the stride between the fields is constant. Prior, padding between the fields or a reversed field would lead to a copy. This...
- NumPy 1.6.0 Release Notes
...time dtype support to deal with dates in arrays. A new 16-bit floating point type. A new iterator, which improves performance of many functions. New features New 16-bit floating point type This release adds support for the IEEE 754-2008...
- NumPy 1.7.2 Release Notes
...gh-576: add __len__ method to ma.mvoid gh-3364: reduce performance regression of mmap slicing gh-3421: fix non-swapping strided copies in GetStridedCopySwap gh-3373: fix small leak in datetime metadata initialization gh-2791: add platform s...
- NumPy 1.8.1 Release Notes
...maginary elements of complex arrays gh-4144: linalg: norm fails on longdouble, signed int gh-4094: fix NaT handling in _strided_to_strided_string_to_datetime gh-4051: fix uninitialized use in _strided_to_strided_string_to_datetime gh-4093:...
- NumPy 1.9.0 Release Notes
...nge to ‘same_kind’ in Numpy 1.10.0. This will certainly break some code that is currently ignoring the warning. Relaxed stride checking will be the default in 1.10.0 String version checks will break because, e.g., ‘1.9’ > ‘1.10’ is True. A...
- NumPy 2.0.0 Release Notes
...ls. Please open an issue if you think a mistake was made and something needs to be made public. (gh-24634) The “relaxed strides” debug build option, which was previously enabled through the NPY_RELAXED_STRIDES_DEBUG environment variable or...
- NumPy 2.1.0 Release Notes
...opt-out of this change. If you are experiencing problems due to an upstream header including NumPy, the solution is to make sure you #include "numpy/ndarrayobject.h" before their header and import NumPy yourself based on including-the-c-a...
- numpy.array_repr
...numpy.array_repr numpy.array_repr(arr, max_line_width=None, precision=None, suppress_small=None)[source] Return the string representation of an array. Paramet...
- numpy.concat
...NumPy reference Routines and objects by topic Array manipulation routines numpy.concat...
- numpy.concatenate
...NumPy reference Routines and objects by topic Array manipulation routines numpy.concatenate...
- numpy.ma.append
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.append...
- numpy.ma.arange
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.arange...
- numpy.ma.argsort
- numpy.ma.array
- numpy.ma.asanyarray
- numpy.ma.asarray
- numpy.ma.average
- numpy.ma.clip
- numpy.ma.common_fill_value
- numpy.ma.compress_cols
- numpy.ma.compress_nd
- numpy.ma.compress_rowcols
- numpy.ma.compress_rows
- numpy.ma.compressed
- numpy.ma.concatenate
- numpy.ma.convolve
- numpy.ma.correlate
- numpy.ma.count_masked
- numpy.ma.cumprod
- numpy.ma.cumsum
- numpy.ma.diff
- numpy.ma.empty
- numpy.ma.empty_like
- numpy.ma.filled
- numpy.ma.fix_invalid
- numpy.ma.flatnotmasked_edges
- numpy.ma.frombuffer
- numpy.ma.fromflex
- numpy.ma.fromfunction
- numpy.ma.getdata
- numpy.ma.getmask
- numpy.ma.getmaskarray
- numpy.ma.harden_mask
- numpy.ma.identity