Registry / serialization / sbinet-npyio

sbinet-npyio

JSON →
library0.9.0gogounverified

A Go library for reading and writing NumPy .npy files, supporting scalars, arrays, slices, and gonum/mat.Dense matrices.

go get github.com/sbinet/npyio
INSTALL
IMPORT
SIG · SBINET-NPYIO
S
sbinet-npyio
serializationgov0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

npyio
github.com/sbinet/npyio

Reads a NumPy .npy file using the npyio package.

package main import ( "fmt" "github.com/sbinet/npyio" ) func main() { data, err := npyio.ReadFile("data.npy") if err != nil { panic(err) } fmt.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
sbinet-npyio — go get sbinet-npyio · libregistry