Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: llohse/libnpy

v1.0.1

13 Sep 11:55

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

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

Choose a tag to compare

What's Changed

  • Bugfixes and new rule in Makefile by @ptrunschke in #5
  • Added missing 'inline' by @AnthonyBarbier in #7
  • Exposing fortran_order in LoadArrayFromNumpy by @ziembla in #10
  • Add missing include by @UberLambda in #12
  • Add signed char to acceptable Scalar type by @fur0ut0 in #15
  • Fix header file typo in README by @caic99 in #16
  • Cumulative improvements by @drelatgithub in #20
  • Fix integer overflow when parsing and writing header_length by @llohse in #23
  • Extract dtype from template parameter using a unordered_map by @llohse in #21
  • Add proper tests using meson, catch2 and github actions by @llohse in #24
  • fix asan container overflow by @MattIsInIt in #28
  • Moved declaration of short LoadArrayFromNumpy after the original by @BananaFructa in #30

New Contributors

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