Skip to content

Releases: Blosc/python-blosc

Release 1.9.0

29 Mar 16:40
Compare
Choose a tag to compare

Changes from 1.8.3 to 1.9.0

  • Dropped support for Python 2.7 and 3.5.

  • Fixed the copy of the leftovers of a chunk when its size is not a
    multiple of the typesize. Although this is a very unusual situation,
    it can certainly happen (e.g.
    #220).