Skip to content

Release 0.4.2

Latest
Compare
Choose a tag to compare
@moritzmeister moritzmeister released this 22 May 08:13

This release changes the LICENSE to Apache V2.

Features

  • apply Black code formatting
  • allow access to optimization direction in optimizer
  • Add IDLE message to allow for idle executors (in preparation for Bayesian Opt)
  • [ablation] Support for Keras custom models
  • Makes Searchspace a sorted iterable
  • Adapt to tensorboard 1.15

Bugfixes

  • unpin numpy version dependency
  • remove ExperimentDriver from public API
  • [ablation] Fixes TF pickling issue