Search
Searching.
- numpy.ma.MaskedArray.cumsum
...Py reference NumPy’s module structure Masked array operations numpy.ma.MaskedArray.cumsum...
- numpy.ma.MaskedArray.cumsum (Python method, in numpy.ma.MaskedArray.cumsum)
- Constants of the
numpy.ma
module...Array.cumprod([axis, dtype, out]) Return the cumulative product of the array elements over the given axis. MaskedArray.cumsum([axis, dtype, out]) Return the cumulative sum of the array elements over the given axis. MaskedArray.max([axis,...
- 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
...2 - 3.5 and contains a number of enhancements and improvements. Note also the build system changes listed below as they may have subtle effects. No Windows (TM) binaries are provided for this release due to a broken toolchain. One of the pr...
- 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
...tandard numpy source, but that can be overwritten by people making binary distributions of numpy. New nanfunctions nancumsum and nancumprod added Nan-functions nancumsum and nancumprod have been added to compute cumsum and cumprod by igno...
- 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
...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.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
...are now MUSL wheels. Support the Fujitsu C/C++ compiler. Object arrays are now supported in einsum Support for inplace matrix multiplication (@=). We will be releasing a NumPy 1.26 when Python 3.12 comes out. That is needed because distut...
- 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
...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 1.9.0 Release Notes This release supports Python 2.6 - 2.7 and 3.2 - 3.4. Highlights Numerous performance improvements in various areas, most notably indexing and operations on small arrays are significantly faster. Inde...
- NumPy 2.0.0 Release Notes
...NumPy 2.0.0 Release Notes NumPy 2.0.0 is the first major release since 2006. It is the result of 11 months of development since the last feature release and is the work of...
- NumPy 2.1.0 Release Notes
...r. (gh-26611) numpy.cumulative_sum and numpy.cumulative_prod were added as Array API compatible alternatives for numpy.cumsum and numpy.cumprod. The new functions can include a fixed initial (zeros for sum and ones for prod) in the result....
- 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.concatenate
- numpy.ma.append
- 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
- numpy.ma.indices
- numpy.ma.is_mask
- numpy.ma.is_masked
- numpy.ma.isarray
- numpy.ma.isMA
- numpy.ma.isMaskedArray
- numpy.ma.mask_rowcols
- numpy.ma.masked_all
- numpy.ma.masked_all_like
- numpy.ma.masked_array
- numpy.ma.masked_array.argsort
- numpy.ma.masked_array.compress
- numpy.ma.masked_array.compressed
- numpy.ma.masked_array.cumprod
- numpy.ma.masked_array.cumsum
- numpy.ma.masked_array.filled