Skip to content

Commit

Permalink
Merge pull request #209 from automl/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
mwever authored Feb 11, 2025
2 parents 2e0efb0 + af13fb7 commit ee78010
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

## Bug-Fixes
- Fixed configuration footprint for Mac platforms
- fix bug in plots

## Converters
- Add for each converter a method to check whether a run is valid.
- Change rst docs of converters.

## Quality of Life
- Improve documentation on installation for Mac platforms
-

## General Layout
- Fix navigation and button problems in general layout.
- Change general layout to be more intuitive.
Expand Down
2 changes: 1 addition & 1 deletion deepcave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"Source Code": "https://github.com/automl/deepcave",
}
copyright = f"Copyright {datetime.date.today().strftime('%Y')}, {author}"
version = "1.3.2"
version = "1.3.3"

_exec_file = sys.argv[0]
_exec_files = ["server.py", "worker.py", "sphinx-build"]
Expand Down
3 changes: 1 addition & 2 deletions deepcave/plugins/summary/configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ def _get_objective_figure(
yaxis = f"yaxis{id+1}"

layout_kwargs[yaxis] = {
# "title": objective.name,
"titlefont": {"color": get_color(id)},
"title": {"text": objective.name, "font": {"color": get_color(id)}},
"tickfont": {"color": get_color(id)},
"range": [objective.lower, objective.upper],
}
Expand Down

0 comments on commit ee78010

Please sign in to comment.