Skip to content

Release 2.10.1

Compare
Choose a tag to compare
@FrancescAlted FrancescAlted released this 01 Aug 10:04
· 230 commits to main since this release

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 write FindBlosc2.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.