Skip to content

Releases: xtensor-stack/xtensor-io

0.3.0

12 Apr 10:37
Compare
Choose a tag to compare

Lot's of fixes to image loading and saving thanks to @ukoethe

  • Allow image IO for value_types other than uint8_t
  • dump_image(): check if data has a channel axis
  • fixed shape in load_image()/dump_image()

0.2.4

30 Nov 17:54
3faf7c8
Compare
Choose a tag to compare
Merge pull request #12 from wolfv/include_guards

Include guards & Copyright notices

0.2.3

30 Nov 13:36
93c51b4
Compare
Choose a tag to compare
Merge pull request #11 from wolfv/0.2.3

fix warnings, release 0.2.3

0.2.2

30 Nov 13:22
4d0ace4
Compare
Choose a tag to compare

Supress warnings in cling

0.2.1

30 Nov 12:52
1e8b50c
Compare
Choose a tag to compare

Fix: Setting library directory for cling with imported config.hpp file.

0.2.0

17 Nov 19:49
bb8d82b
Compare
Choose a tag to compare
  • Add audio reading and writing with libsndfile (supports WAV and OGG files)
  • Add documentation

0.1.0

13 Nov 22:51
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

The first release of xtensor-io is here. Load some crispy PNGs or even JPEG's. And saving is possible, too!
Also available: Reading and writing of NumPy compressed NPZ files, in C++.

All features still have to be battle-tested, and we're happy to add some more options on demand (for example for image loading).