Skip to content

v0.1.15 Release

Compare
Choose a tag to compare
@stevemandala stevemandala released this 30 Sep 13:22

Modular Botorch

Logger redesign

  • Our logger APIs have been refactored to use a new naming scheme (module name, via getLogger(__name__)) and use a different handler/propagation scheme (1 root handler instead of N+1 child handlers). These changes play nicely with core features of Python's logging API and enable use cases such as #316.

MultiObjective API Improvements

  • Introduces some new MOO modeling APIs such as MultiObjectiveTorchModelBridge to support our growing list of MOO features. See 272b6dd

Misc Fixes
#351, #382