Skip to content

libpressio version 0.8.0

Compare
Choose a tag to compare
@robertu94 robertu94 released this 10 Aug 16:02
· 254 commits to master since this release

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.