Skip to content

Releases: robertu94/libpressio_opt

libpressio-opt version 0.11.0

15 Jul 14:07

Choose a tag to compare

libpressio-opt version 0.11.0

minor improvements:

  • the FRaZ plugin now understands if the input variable is a integral value
    and passes the right options to dlib

bug fixes:

  • libpressio-opt now correctly reports the project version number for
    for the opt plugin, rather than all zeros
  • the opt-plguin now correctly reports thread safety of the compressor
    if the user configures both in a single call to set_options.
    Previously, if they were configured in a single call, it would cause
    the thread safety of the previous compressor to be returned.
  • fixed an error in the test codes where metrics were not being
    configured correctly based on the old metrics behavior resulting in
    the compressor not having any metrics configured.

libpressio-opt version 0.10.0

15 Jul 14:07

Choose a tag to compare

libpressio-opt version 0.10.0

Major Changes

  • fraz should_stop now supports the inter_iteration option to default
    back old fraz behavior

Bug fixes

  • better error handling in pressio_opt for required but missing names and settings

libpressio-opt version 0.9.0

24 May 12:51

Choose a tag to compare

libpressio-opt version 0.9.0

Various fixes to for libpressio 0.65.0

libpressio-opt version 0.7.1

03 Dec 01:52

Choose a tag to compare

libpressio-opt version 0.7.1

Bug Fixes

Fix compilation errors on gcc-6

libpressio_opt version 0.7.0

03 Dec 01:52

Choose a tag to compare

libpressio_opt version 0.7.0

Major Changes

  • Migrated to use std_compat for backwards compatibility

libpressio-opt version 0.5.2

06 Nov 16:56

Choose a tag to compare

libpressio-opt version 0.5.2

Bug Fixes

  • fix invalid clearing of the prediction in guess_first
  • progress_printer now has a lock to ensure threads don't clobber stdout

libpressio_opt version 0.5.0

06 Oct 15:31

Choose a tag to compare

libpressio_opt version 0.5.0

Major Changes

  • search modules must now agree on the best result across multiple MPI
    ranks when used
  • Removed over-eager validation of parameters that broke things

Bug Fixes

  • rename run_metrics to run_search_metrics to better clarify the
    intention in pressio_opt::compress

libpressio_opt version 0.4.0

28 Sep 14:05

Choose a tag to compare

libpressio_opt version 0.4.0

Major Changes

  • Fixed several bugs relating to how configurable names were set that
    may introduce breaking changes for some users

libpressio_opt version 0.3.1

21 Aug 14:21

Choose a tag to compare

libpressio_opt version 0.3.1

  • Fixed option passing for pressio-opt when used in fully-qualified mode
    Such that the names for children are appropriately set.

libpressio_opt version 0.3.0

10 Aug 16:38

Choose a tag to compare

libpressio_opt version 0.3.0

Major Changes

  • Breaking Change, the various opt:comm parameters are now
    distributed:mpi_comm to better accord with LibPressio's use of
    LibDistributed
  • LibPressioOpt search modules are now pressio_configurable and
    pressio_errorable.
  • pressio_search_metrics pointer objects are now movable and copy-able
  • Search and metrics now use the pressio_distributed_manager class.
  • Added composite_search_metrics to able to use two metrics at once
  • Added a record_search which records the points visited using a CSV
    file

Minor Changes

  • Changed the format of progress_printer to be easier to read
  • LibPressioOpt now complies as a UNITY build, but this is not the
    default due to decreased debugging experience.