Skip to content

liblossy version 0.2.0

Compare
Choose a tag to compare
@robertu94 robertu94 released this 21 Aug 02:02
· 124 commits to master since this release

liblossy version 0.2.0

Major Features

  • Introduced a ZFP plugin
  • Introduced owning lossy_data structures to better manage memory given
    to or from the library. Removed lossy_data_new in favor of these
    functions.
  • More refined semantics for lossy_compressor_{get,set}_options
  • New lossy_compressor_check_options function to verify usage
  • New lossy_options_merge function to ease combining lossy_options
    structures
  • liblossy_plugin now uses set_error(int, std::string const&) to set
    both the error code and message at the same time. Implementing plugins
    are recommended to create private functions that call this function to
    set error conditions.

Minor Features

  • Updated Examples
  • Improved Documentation
  • Reduced internal code duplication