Search
Searching
- numpy.positive
...NumPy reference Routines and objects by topic Mathematical functions numpy.positive...
- numpy.positive (Python data, in numpy.positive)
- Array iterator API
...etection has exponential runtime in the number of dimensions, the decision is made based on heuristics, which has false positives (needless copies in unusual cases) but has no false negatives. If any read/write overlap exists, this flag ens...
- Discrete Fourier Transform (
numpy.fft
) - Internal organization of NumPy arrays
- NumPy 1.10.0 Release Notes
- NumPy 1.11.0 Release Notes
...wo arrays have memory overlap is added. np.may_share_memory also now has an option to spend more effort to reduce false positives. SkipTest and KnownFailureException exception classes are exposed in the numpy.testing namespace. Raise them i...
- NumPy 1.12.0 Release Notes
...o binary_repr If a ‘width’ parameter is passed into binary_repr that is insufficient to represent the number in base 2 (positive) or 2’s complement (negative) form, the function used to silently ignore the parameter and return a representat...
- NumPy 1.13.0 Release Notes
...classes to override default ufunc behavior. New np.block function for creating blocked arrays. New functions New np.positive ufunc. New np.divmod ufunc provides more efficient divmod. New np.isnat ufunc tests for NaT special values. New...
- NumPy 1.13.1 Release Notes
- NumPy 1.14.0 Release Notes
...parametrize: decorator added to numpy.testing chebinterpolate: Interpolate function at Chebyshev points. format_float_positional and format_float_scientific : format floating-point scalars unambiguously with control of rounding and paddin...
- NumPy 1.14.1 Release Notes
...ecords detected. #10559: BUG: Fix einsum optimize logic for singleton dimensions #10560: BUG: Fix calling ufuncs with a positional output argument. #10561: BUG: Fix various Big-Endian test failures (ppc64) #10562: BUG: Make dtype.descr erro...
- NumPy 1.16.0 Release Notes
...stead. The numpy.histogram normed argument is deprecated. It was deprecated previously, but no warning was issued. The positive operator (+) applied to non-numerical arrays is deprecated. See below for details. Passing an iterator to the s...
- NumPy 1.16.2 Release Notes
- NumPy 1.17.0 Release Notes
.../1 array([-0., -0., -0., -0., -0., -0., -0., -0., -0., -0.]) With this release, the result is correctly returned as a positively signed zero: >>> np.zeros(10)//1 array([0., 0., 0., 0., 0., 0., 0., 0., 0., 0.]) MaskedArray.mask now ret...
- NumPy 1.21.0 Release Notes
...(such as a non-existing keyword argument) when dispatch was known to occur. (gh-15271) __array_ufunc__ and additional positional arguments Previously, all positionally passed arguments were checked for __array_ufunc__ support. In the cas...
- NumPy 1.24 Release Notes
...t has been removed from np.histogram, np.histogram2d, and np.histogramdd. Use density instead. If normed was passed by position, density is now used. (gh-21645) Ragged array creation will now always raise a ValueError unless dtype=object...
- NumPy 1.25.0 Release Notes
...char and np.finfo.machar have been removed. (gh-22638) +arr will now raise an error when the dtype is not numeric (and positive is undefined). (gh-22998) A sequence must now be passed into the stacking family of functions (stack, vstack,...
- NumPy 1.3.0 Release Notes
- NumPy 1.8.0 Release Notes
...ty modules will be removed in 1.9. Compatibility notes The doc/sphinxext content has been moved into its own github repository, and is included in numpy as a submodule. See the instructions in doc/HOWTO_BUILD_DOCS.rst for how to access th...
- NumPy 1.8.1 Release Notes
- NumPy 1.9.0 Release Notes
- NumPy 2.0.0 Release Notes
- NumPy C code explanations
- NumPy core math library
- NumPy quickstart
- numpy.all
- numpy.allclose
- numpy.angle
- numpy.any
- numpy.arange
- numpy.arctan
- numpy.argpartition
- numpy.array2string
- numpy.asanyarray
- numpy.asarray
- numpy.asarray_chkfinite
- numpy.atan
- numpy.base_repr
- numpy.binary_repr
- numpy.bincount
- numpy.char.chararray.strides