libpressio icon indicating copy to clipboard operation
libpressio copied to clipboard

A library to abstract between different lossless and lossy compressors

Results 6 libpressio issues
Sort by recently updated
recently updated
newest added

# 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.

enhancement
help wanted

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...

enhancement

Support GenericIO as an io module https://xgitlab.cels.anl.gov/hacc/genericio

enhancement

Allow one dimension of pressio_data to be 0 to auto size data when an IO object is read

enhancement

Continuing with https://github.com/robertu94/libpressio/pull/35, an arbitrary stream (externally specified or fallback of creating one) is used.