-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
836 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 1.0.7 | ||
|
||
## Major changes | ||
* Add interactive bokeh-plots for evaluators | ||
|
||
## Interface changes | ||
* Add function `plot_bokeh` to evaluators, returns bokeh-plot | ||
|
||
## Minor changes | ||
* Change method to shorten parameter-names on plots | ||
* Add pandas and bokeh to requirements | ||
|
||
## Bugfixes | ||
* Support SMAC 0.11.x | ||
* Add traj-alljson format for unambigously readable trajectories | ||
* Fix #112 smac-facade import error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"""Version information.""" | ||
__version__ = "1.0.6" | ||
__version__ = "1.0.7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.