cgohlke / imagecodecs

Image transformation, compression, and decompression codecs
https://pypi.org/project/imagecodecs
BSD 3-Clause "New" or "Revised" License
118 stars 23 forks source link

zfp 1.0 #45

Closed hmaarrfk closed 2 years ago

hmaarrfk commented 2 years ago

Just flagging this here. zfp just released their 1.0 system and it seems like they moved some headers around causing builds to fail

https://github.com/conda-forge/imagecodecs-feedstock/pull/62

I think you want to change bitstream.h to zfp/bitstream.h but I haven't studied change (if any) to the API orthe underlying structures.

cgohlke commented 2 years ago

Fixed in v2022.8.8.

hmaarrfk commented 2 years ago

Thank you for the quick resolution!