Release 2.10.1
Changes from 2.10.0 to 2.10.1
-
blosc2_remove_urlpath(const char *urlpath)
does not return an error
when path does not exist. -
Changes in CMake installer to conserve targets and properties
on install, so CMake users do not need to writeFindBlosc2.cmake
files anymore. This also helps to preserve transitive dependencies on
CMake targets, especially useful for fully static builds, e.g., for
Python wheels. Thanks to @ax3l (Axel Huebl). See PR #537. -
Fix a couple of typos. Thanks to @DimitriPapadopoulos. See PR #538.