seung-lab / fpzip

Cython bindings for fpzip, a floating point image compression algorithm.
BSD 3-Clause "New" or "Revised" License
34 stars 5 forks source link

feat: allow customization of memory ordering. #4

Closed william-silversmith closed 6 years ago

william-silversmith commented 6 years ago

Breaking change: default to C ordering for decompression. This is what most people expect outside of our use case.