Skip to content

Commit

Permalink
prepare new release (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer authored May 23, 2020
1 parent 4351208 commit dbf41d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# 0.12.2

## Major Changes

## Minor Changes

## Bug Fixes

# 0.12.1
* Fixes the docstring of SMAC's default acquisition function optimizer (#653)
* Correctly attributes the configurations' origin if using the `FixedSet` acquisition function optimizer (#653)
* Fixes an infinite loop which could occur if using only a single configuration per iteration (#654)
* Fixes a bug in the kernel construction of the `BOFacade` (#655)

## Major Changes
# 0.12.1

## Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion smac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import lazy_import
from smac.utils import dependencies

__version__ = '0.12.2dev'
__version__ = '0.12.2'
__author__ = 'Marius Lindauer, Matthias Feurer, Katharina Eggensperger, Joshua Marben, André Biedenkapp, Aaron Klein,'\
'Stefan Falkner and Frank Hutter'

Expand Down

0 comments on commit dbf41d9

Please sign in to comment.