Search
Searching
- numpy.ma.masked_array.partition
...numpy.ma.masked_array.partition...
- numpy.ma.masked_array.partition (Python method, in numpy.ma.masked_array.partition)
- Constants of the
numpy.ma
module...NumPy reference Array objects Masked arrays Constants of the numpy.ma module...
- NumPy 1.10.2 Release Notes
...ure of reduce operation on recarrays. gh-6498 Mention change in default casting rule in 1.10 release notes. gh-6530 The partition function errors out on empty input. gh-6532 numpy.inner return wrong inaccurate value sometimes. gh-6563 Inten...
- NumPy 1.13.0 Release Notes
...re still supported due to evidence of existing use. DeprecationWarning to error See Changes section for more detail. partition, TypeError when non-integer partition index is used. NpyIter_AdvancedNew, ValueError when oa_ndim == 0 and op_...
- NumPy 1.22.0 Release Notes
...s been changed to delimiter, using it will emit a deprecation warning. (gh-19921) Passing boolean kth values to (arg-)partition has been deprecated numpy.partition and numpy.argpartition would previously accept boolean values for the kth...
- NumPy 1.23.0 Release Notes
...entation, and expire old deprecations. The highlights are: Implementation of loadtxt in C, greatly improving its performance. Exposing DLPack at the Python level for easy data exchange. Changes to the promotion and comparisons of structure...
- NumPy 1.9.0 Release Notes
...gth. This should also improve the accuracy of var and std in some common cases. Percentile implemented in terms of np.partition np.percentile has been implemented in terms of np.partition which only partially sorts the data via a selectio...
- NumPy 2.0.0 Release Notes
...for the array API standard in the main numpy namespace. Performance improvements: Sorting functions (sort, argsort, partition, argpartition) have been accelerated through the use of the Intel x86-simd-sort and Google Highway libraries,...
- 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.allclose
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.allclose...
- numpy.ma.allequal
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.allequal...
- numpy.ma.anom
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.anom...
- numpy.ma.anomalies
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.anomalies...
- numpy.ma.append
...NumPy reference NumPy’s module structure Masked array operations numpy.ma.append...
- numpy.ma.apply_over_axes
- numpy.ma.argmin
- numpy.ma.argsort
- numpy.ma.array
- numpy.ma.asanyarray
- numpy.ma.asarray
- numpy.ma.average
- numpy.ma.choose
- numpy.ma.clump_masked
- numpy.ma.clump_unmasked
- numpy.ma.compress_rowcols
- numpy.ma.compressed
- numpy.ma.concatenate
- numpy.ma.corrcoef
- numpy.ma.correlate
- numpy.ma.count
- numpy.ma.count_masked
- numpy.ma.cov
- numpy.ma.cumsum
- numpy.ma.diag
- numpy.ma.diff
- numpy.ma.dot
- numpy.ma.ediff1d
- numpy.ma.fix_invalid
- numpy.ma.fromflex
- numpy.ma.getdata
- numpy.ma.getmask
- numpy.ma.getmaskarray