Skip to content

Releases: sbinet/npyio

Release v0.9.0

22 Feb 07:53
Compare
Choose a tag to compare

What's Changed

  • npy: first stab at a n-dim array with support for ragged-arrays by @sbinet in #22
  • all: bump Go-1.22, drop Go-1.20 by @sbinet in #23

Full Changelog: v0.8.0...v0.9.0

Release v0.8.0

22 Feb 07:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

Release v0.7.0

07 Jul 07:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

Release v0.6.0

26 Jan 13:28
Compare
Choose a tag to compare

Properly handle empty slices.

Release v0.5.1

19 Nov 10:19
Compare
Choose a tag to compare
npz: do not sort keys, use archive/zip.File order

Release v0.5.0

19 Nov 09:50
Compare
Choose a tag to compare
  • add API to read/write .npz archives
  • refactor npyio to use npyio/npy and npyio/npz packages