File tree 4 files changed +11
-8
lines changed
4 files changed +11
-8
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 @@ -14,7 +14,7 @@ This plugin is capable of answering following questions:
14
14
15
15
To learn more about Ablation Paths, please see the paper
16
16
`Efficient Parameter Importance Analysis via Ablation with Surrogates
17
- <https://doi.org/10.1609/aaai.v31i1.10657 > `_.
17
+ <https://ml.informatik.uni-freiburg.de/wp-content/uploads/papers/17-AAAI-Surrogate-Ablation.pdf > `_.
18
18
19
19
.. image :: ../images/plugins/ablation_paths.png
20
20
.. image :: ../images/plugins/ablation_paths2.png
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