libpressio version 0.8.0
libpressio version 0.8.0
Major Features:
- Experimental release of the python bindings. See the test cases for an
example of usage. - Approved for release from ANL legal department. Added license file.
- Exposed and documented
pressio_data
class interface in C++ - Breaking Change: previously compress and decompress accepted a pointer
to a pointer, not it accepts a pointer to a data structure. This
change was to facility the python bindings. Propagated this change
throughout the design. - Breaking Change: previously the dimension interfaces were spelled
incorrectly, this spelling change has been made across the code.
Propagated this change throughout the design.
Minor Features:
- Documented stability guidelines
- Documented Option Name guidelines
Bug Fixes:
- Fixed Error in build instructions and examples in README
- Fixed spelling and capitalization issues.
- Fixed issues where libpressio was not properly prefixing its cmake
export file. - Fixed issues where headers would improperly depend on global headers
rather than those in the repository.