libpressio
libpressio copied to clipboard
A library to abstract between different lossless and lossy compressors
# Description Make LibPressio install-able via pip and include at least sz3. Many scientific users use python, and being able to `pip install libpressio[sz3]` would make that a lot easier.
This is a tracking bug for issues related to building libpressio on different platforms. Here is a list of currently known issues: - [ ] `size_t` != `uint64_t` on MacOS...
Support GenericIO as an io module https://xgitlab.cels.anl.gov/hacc/genericio
Allow one dimension of pressio_data to be 0 to auto size data when an IO object is read
Continuing with https://github.com/robertu94/libpressio/pull/35, an arbitrary stream (externally specified or fallback of creating one) is used.