Search
Search Results
Search finished, found 15 page(s) matching the search query.
- numpy.ndarray.dump
...Array objects The N-dimensional array (ndarray) numpy.ndarray numpy.ndarray.dump...
- numpy.ndarray.dumps
...Array objects The N-dimensional array (ndarray) numpy.ndarray numpy.ndarray.dumps...
- numpy.ndarray.dump (Python method, in numpy.ndarray.dump)
- NumPy 1.14.0 Release Notes
...ese, but the following operations are now supported for these arrays: arr.sort() arr.view(bytes) arr.resize(…) pickle.dumps(arr) Support for decimal.Decimal in np.lib.financial Unless otherwise stated all functions within the financia...
- NumPy 1.15.0 Release Notes
...r unaliased pickle.<func> names: numpy.loads numpy.core.numeric.load numpy.core.numeric.loads numpy.ma.loads, numpy.ma.dumps numpy.ma.load, numpy.ma.dump - these functions already failed on python 3 when called with a string. Multidimens...
- NumPy 1.17.0 Release Notes
...would previously return nan, it now returns an appropriate infinity. Pathlib support for fromfile, tofile and ndarray.dump fromfile, ndarray.ndarray.tofile and ndarray.dump now support the pathlib.Path type for the file/fid parameter. S...
- numpy.lib.format.write_array
...to allow writing pickled data. Default: True pickle_kwargsdict, optionalAdditional keyword arguments to pass to pickle.dump, excluding ‘protocol’. These are only useful when pickling objects in object arrays on Python 3 to Python 2 compati...
- numpy.ma.MaskType.dump
...numpy.ma.MaskType.dump...
- numpy.ma.MaskType.dumps
...numpy.ma.MaskType.dumps...
- numpy.ndarray.dump
...Array objects The N-dimensional array (ndarray) numpy.ndarray numpy.ndarray.dump...
- numpy.ndarray.dumps
...Array objects The N-dimensional array (ndarray) numpy.ndarray numpy.ndarray.dumps...
- numpy.record.dump
...ce Array objects Standard array subclasses numpy.record numpy.record.dump...
- numpy.record.dumps
...ce Array objects Standard array subclasses numpy.record numpy.record.dumps...
- numpy.ndarray.dumps (Python method, in numpy.ndarray.dumps)
- Array API
...NULL or “”, then it is a Python print statement format string showing how the items are to be written. int PyArray_Dump(PyObject *self, PyObject *file, int protocol) Pickle the object in self to the given file (either a string or a Pyt...