File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- # Version 1.3.4
2
-
3
- ## Installation
4
- - Numpy will be installed via conda instead of pip to fix linkage
5
-
6
1
# Version 1.3.3
7
2
3
+ ## Bug-Fixes
4
+ - Fixed configuration footprint for Mac platforms
5
+
8
6
## Converters
9
7
- Add for each converter a method to check whether a run is valid.
10
8
- Change rst docs of converters.
11
9
10
+ ## Quality of Life
11
+ - Improve documentation on installation for Mac platforms
12
+ -
12
13
## General Layout
13
14
- Fix navigation and button problems in general layout.
14
- - Change general layout to be more intuitiv .
15
+ - Change general layout to be more intuitive .
15
16
16
17
# Version 1.3.2
17
18
Original file line number Diff line number Diff line change 2
2
# are usually completed in github actions.
3
3
4
4
SHELL := /bin/bash
5
- VERSION := 1.3.2
5
+ VERSION := 1.3.3
6
6
7
7
NAME := DeepCAVE
8
8
PACKAGE_NAME := deepcave
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ def read_file(file_name):
22
22
"pydocstyle>=6.3.0" ,
23
23
"pre-commit>=3.5.0" ,
24
24
"flake8>=6.1.0" ,
25
+ "rq==1.10.1" ,
26
+ "pyPDPPartitioner>=0.1.9" ,
25
27
# Docs
26
28
"automl-sphinx-theme>=0.1.10" ,
27
29
],
You can’t perform that action at this time.
0 commit comments