Search
Searching
- numpy.ma.MaskedArray.flatten
...Py reference NumPy’s module structure Masked array operations numpy.ma.MaskedArray.flatten...
- numpy.ma.MaskedArray.flatten (Python method, in numpy.ma.MaskedArray.flatten)
- Constants of the
numpy.ma
module...e masked array. MaskedArray.real The real part of the masked array. MaskedArray.flat Return a flat iterator, or set a flattened version of self to value. MaskedArray.__array_priority__ MaskedArray methods See also Array methods...
- NumPy 1.10.0 Release Notes
...gs. Addition of np.linalg.multi_dot: compute the dot product of two or more arrays in a single function call, while automatically selecting the fastest evaluation order. The new function np.stack provides a general interface for joining a s...
- NumPy 1.11.0 Release Notes
...rguments for array ordering It is currently possible to pass in arguments for the order parameter in methods like array.flatten or array.ravel that were not one of the following: ‘C’, ‘F’, ‘A’, ‘K’ (note that all of these possible values ar...
- NumPy 1.11.2 Release Notes
- NumPy 1.12.0 Release Notes
...y given axis. np.count_nonzero now has an axis parameter, allowing non-zero counts to be generated on more than just a flattened array object. BLIS support in numpy.distutils Building against the BLAS implementation provided by the BLIS...
- 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
...viside function. New np.isin function, improves on in1d. New np.block function for creating blocked arrays. New PyArray_MapIterArrayCopyIfOverlap added to NumPy C-API. See below for details. Deprecations Calling np.fix, np.isposinf, and...
- 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
...NumPy 1.15.0 Release Notes NumPy 1.15.0 is a release with an unusual number of cleanups, many deprecations of old functions, and improvements to many existing functions. Please read the detailed descriptions b...
- NumPy 1.18.0 Release Notes
- 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
- NumPy 1.6.0 Release Notes
- NumPy 1.7.2 Release Notes
...umber of array elements gh-2485: Fix for astype(‘S’) string truncate issue gh-3312: bug in count_nonzero gh-2684: numpy.ma.average casts complex to float under certain conditions gh-2403: masked array with named components does not behave a...
- NumPy 1.9.0 Release Notes
- NumPy 2.0.0 Release Notes
- NumPy 2.1.0 Release Notes
- numpy.array_repr
- numpy.concat
- numpy.concatenate
- numpy.ma.anom
- numpy.ma.anomalies
- numpy.ma.append
- numpy.ma.arange
- numpy.ma.argmax
- numpy.ma.argmin
- 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.diagflat