Skip to content

Version 1.14.1

Compare
Choose a tag to compare
@FrancescAlted FrancescAlted released this 15 Mar 12:25
· 367 commits to main since this release
  • Fixed a bug that caused C-Blosc to crash on platforms requiring strict
    alignment (as in some kinds of ARM CPUs). Fixes #223. Thanks to Elvis
    Stansvik and Michael Hudson-Doyle for their help.

  • Fixed a piece of code that was not C89 compliant. C89 compliance is
    needed mainly by MS VS2008 which is still used for creating Python 2
    extensions.

  • Remove the (spurious) $Configuration var in cmake config for Windows.
    Thanks to Francis Brissette for pointing this out.