Skip to content

Releases: llohse/libnpy

v1.0.1

13 Sep 11:55
Compare
Choose a tag to compare

Changes:

  • Bump version of meson.build.

Full Changelog: v1.0...v1.0.1

version 1.0

13 Sep 11:51
7d90f74
Compare
Choose a tag to compare

This release introduces a modern C++ object API that avoids returning by reference arguments.
See the README for how to use it.

What's Changed

  • CI: fix use of outdated actions by @llohse in #32
  • New C++-style API by @llohse in #31
  • The code has been cleaned up with clang-format and all warnings by clang-tidy have been fixed.
  • The new API exposes a stream interface in addition to the file interface to (thanks to @FreddieLiardet)

Full Changelog: v0.1.0...v1.0

version 0.1.0

24 Feb 11:10
db47e52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/llohse/libnpy/commits/v0.1.0