Skip to content

Commit

Permalink
MAINT bump version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Feb 14, 2017
1 parent 423be96 commit 4ffbb82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.3

* Major speed improvements when sampling new configurations:
* Improved conditional hyperparameter imputation (PR #176)
* Faster generation of the one exchange neighborhood (PR #174)
* FIX #171 potential bug with pSMAC
* FIX #175 backwards compability for reading runhistory files

# 0.2.4

* CI only check code quality for python3
Expand Down
2 changes: 1 addition & 1 deletion smac/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.2.4"
__version__ = "0.3.0"

0 comments on commit 4ffbb82

Please sign in to comment.