Releases: llohse/libnpy
Releases · llohse/libnpy
v1.0.1
version 1.0
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
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
- @ptrunschke made their first contribution in #5
- @AnthonyBarbier made their first contribution in #7
- @ziembla made their first contribution in #10
- @UberLambda made their first contribution in #12
- @fur0ut0 made their first contribution in #15
- @caic99 made their first contribution in #16
- @drelatgithub made their first contribution in #20
- @llohse made their first contribution in #23
- @MattIsInIt made their first contribution in #28
- @BananaFructa made their first contribution in #30
Full Changelog: https://github.com/llohse/libnpy/commits/v0.1.0