Skip to content

v0.3.6 - Maintenance Release

Compare
Choose a tag to compare
@Balandat Balandat released this 09 Dec 18:08
· 930 commits to main since this release

Compatibility

  • Bump required BoTorch version to 0.9.5 (#2065).
  • Unpin typeguard dependency (#2044).

New Features

Bug Fixes

  • Fix usage of batch shape for warp transform (#1994).
  • Use default dtype in Experiment.clone_with (375bf47).
  • Change DerelativizeTransform to not use model predictions when use_raw_status_quo is True or when the status quo is infeasible (#2036).
Deprecations
  • Rename Models.BOTORCH to Models.LEGACY_BOTORCH (#1981).

Other Changes

  • Do not call dataset.X in input transform constructors (#1993).
  • Move pending point utils to core Ax (#2006).
  • Load Experiment without runners and metrics in the case where search space and optimization config are immutable (#1656).
  • Workaround for tutorial visualizations not working in colab and remote setup (#2030).
  • Add extract_pending_observations function that auto-deploys to the correct pending points function for the use case (#2039).
  • Wait to re-poll if all results are MetricFetchE (#2055).
  • Benchmarks:
    • Update BestPointMixin to support BatchTrial in benchmarks (#2014).
    • Adjust BenchmarkProblem to support multiple noise levels (#2049).
    • Make distribute_replications a required input argument (#2051).