Search
Search Results
Search finished, found 6 page(s) matching the search query.
- 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...
- CPU build options
...: >> func_info = numpy.lib.introspect.opt_func_info(func_name='add|abs', signature='float64|complex64') >> print(json.dumps(func_info, indent=2)) { "absolute": { "dd": { "current": "SSE41", "available": "SSE41 basel...
- 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 1.18.0 Release Notes