Table of Contents

Namespace NumSharp.IO

Classes

NpyFormat

The NumPy .npy binary format (NEP-01) — reader and writer for versions 1.0, 2.0 and 3.0.

NpzFile

A lazily-loaded .npz archive — NumPy's NpzFile.

Structs

NpyFormat.FormatVersion

A .npy format version. Only (1,0), (2,0) and (3,0) exist.