Home » Developing U++ » UppHub » Added Npy library
Added Npy library [message #60765] |
Fri, 06 September 2024 08:25 |
 |
koldo
Messages: 3437 Registered: August 2008
|
Senior Veteran |
|
|
.npy is the standard NumPy file format for saving arrays to disk with the full information about them. .npz is the standard format for persisting multiple NumPy arrays on disk. A .npz file is a zip file containing multiple .npy files, one for each array.
libnpy is a simple C++ library for reading and writing of NumPy's .npy files.
The Npy UppHub package is a basic C++ wrapper to read and write .npy/.npz file formats.
For ease of use, a simple example is included.
Best regards
IƱaki
|
|
|
Goto Forum:
Current Time: Thu Jun 12 15:10:15 CEST 2025
Total time taken to generate the page: 0.05130 seconds
|