pypi zstandard 0.14.0

latest releases: 0.22.0, 0.21.0, 0.20.0...
3 years ago

Backwards Compatibility Notes

  • This will likely be the final version supporting Python 2.7. Future
    releases will likely only work on Python 3.5+. See #109 for more
    context.
  • There is a significant possibility that future versions will use
    Rust - instead of C - for compiled code. See #110 for more context.

Bug Fixes

  • Some internal fields of C structs are now explicitly initialized.
    (Possible fix for #105.)
  • The make_cffi.py script used to build the CFFI bindings now
    calls distutils.sysconfig.customize_compiler() so compiler
    customizations (such as honoring the CC environment variable)
    are performed. Patch by @Arfrever. (#103)
  • The make_cffi.py script now sets LC_ALL=C when invoking
    the preprocessor in an attempt to normalize output to ASCII. (#95)

Changes

Don't miss a new zstandard release

NewReleases is sending notifications on new releases.