libpressio version 0.20.0
libpressio version 0.20.0
Major Features
- Added an ImageMagick plugin for supporting image based formats. It
supports 2d and 3d data buffers for codecs in ImageMagick that
supports them. Currently, it doesn't provide many options that are
allowed by ImageMagick and these will be added over time. - New API pressio_data_reshape() added to change the dimensions of
pressio_data structures. It currently doesn't reallocate memory if
the new shape is smaller or larger than the current buffer. - New APIs for inspecting the properties of pressio_dtypes
Minor Features
- Migrate implementation of the pressio_data_has_data() to the C++
interface to be more consistent. - Additional test cases for the ImageMagick based plugins.
Bug Fixes
- Previously the option to build the docker containers was restricted to
configurations with docs enabled, this has been disabled