Skip to content

Commit

Permalink
MAINT increase version and prepare changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mlindauer committed Jan 20, 2017
1 parent 7c97bf4 commit f6cb824
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.2.3

* MAINT refactor Intensifcation and adding unit tests
* CHANGE StatusType to Enum
* RM parameter importance package
* FIX ROAR facade bug for cli
* ADD easy access of runhistory within Python
* FIX imputation of censored data
* FIX conversion of runhistory to EPM training data (in particular running time data)
* FIX initial run only added once in runhistory
* MV version number to a separate file
* MAINT more efficient computations in run_history (assumes average as aggregation function across instances)

# 0.2.2

* FIX 124: SMAC could crash if the number of instances was less than seven
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.2"
__version__ = "0.2.3"
Empty file added test/test_intensify/__init__.py
Empty file.

0 comments on commit f6cb824

Please sign in to comment.