Skip to content

Commit

Permalink
Merge branch 'development' of github.com:automl/DeepCAVE into enhance…
Browse files Browse the repository at this point in the history
…ment/random_seeds
  • Loading branch information
Sarah Krebs committed Oct 25, 2023
2 parents 900c5d7 + fea1a2a commit a09a778
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 1.1.3

## Bug-Fixes
- Fix seaborn style name (#82).

# Version 1.1.2

## Bug-Fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# are usually completed in github actions.

SHELL := /bin/bash
VERSION := 1.1.2
VERSION := 1.1.3

NAME := DeepCAVE
PACKAGE_NAME := deepcave
Expand Down
2 changes: 1 addition & 1 deletion deepcave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Source Code": "https://github.com/automl/deepcave",
}
copyright = f"Copyright {datetime.date.today().strftime('%Y')}, {author}"
version = "1.1.2"
version = "1.1.3"

_exec_file = sys.argv[0]
_exec_files = ["server.py", "worker.py", "sphinx-build"]
Expand Down
2 changes: 1 addition & 1 deletion deepcave/utils/styled_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class StyledPlot:
"""

def __init__(self):
plt.style.use("seaborn")
plt.style.use("seaborn-v0_8")

# Set MatPlotLib defaults
if find_executable("latex"):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jsonlines>=3.0.0
pandas>=1.3.4
numpy>=1.22.2
matplotlib>=3.5.1
seaborn>=0.12.2
seaborn>=0.13.0
pyyaml

# AutoML packages
Expand Down

0 comments on commit a09a778

Please sign in to comment.