Search
Search Results
Search finished, found 19 page(s) matching the search query.
- numpy.savez
...NumPy reference Routines and objects by topic Input and output numpy.savez...
- numpy.savez_compressed
...NumPy reference Routines and objects by topic Input and output numpy.savez_compressed...
- numpy.savez (Python function, in numpy.savez)
- NumPy 1.12.0 Release Notes
...y will now cast to a python complex. pathlib.Path objects now supported The standard np.load, np.save, np.loadtxt, np.savez, and similar functions can now take pathlib.Path objects as an argument instead of a filename or open file object....
- NumPy 1.14.0 Release Notes
- NumPy 1.15.0 Release Notes
...module is still available for backwards compatibility, but will be removed in the future. The NpzFile returned by np.savez is now a collections.abc.Mapping This means it behaves like a readonly dictionary, and has a new .values() method...
- NumPy 1.17.0 Release Notes
- NumPy 1.23.3 Release Notes
- NumPy 1.25.0 Release Notes
...pz files Currently, a *.npy file containing a table with a dtype with metadata cannot be read back. Now, np.save and np.savez drop metadata before saving. (gh-23371) numpy.lib.recfunctions.structured_to_unstructured returns views in more...
- numpy.lib.format.drop_metadata
- numpy.lib.npyio.NpzFile
- numpy.load
- numpy.save
- numpy.savetxt
- numpy.savez
- numpy.savez_compressed
- NumPy: the absolute basics for beginners
- Reading and writing files
- numpy.savez_compressed (Python function, in numpy.savez_compressed)