File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed
Expand file tree Collapse file tree 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-
61# Version 1.3.3
72
3+ ## Bug-Fixes
4+ - Fixed configuration footprint for Mac platforms
5+
86## Converters
97- Add for each converter a method to check whether a run is valid.
108- Change rst docs of converters.
119
10+ ## Quality of Life
11+ - Improve documentation on installation for Mac platforms
12+ -
1213## General Layout
1314- Fix navigation and button problems in general layout.
14- - Change general layout to be more intuitiv .
15+ - Change general layout to be more intuitive .
1516
1617# Version 1.3.2
1718
Original file line number Diff line number Diff line change 22# are usually completed in github actions.
33
44SHELL := /bin/bash
5- VERSION := 1.3.2
5+ VERSION := 1.3.3
66
77NAME := DeepCAVE
88PACKAGE_NAME := deepcave
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This plugin is capable of answering following questions:
1414
1515To learn more about Ablation Paths, please see the paper
1616`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 > `_.
1818
1919.. image :: ../images/plugins/ablation_paths.png
2020.. 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):
2222 "pydocstyle>=6.3.0" ,
2323 "pre-commit>=3.5.0" ,
2424 "flake8>=6.1.0" ,
25+ "rq==1.10.1" ,
26+ "pyPDPPartitioner>=0.1.9" ,
2527 # Docs
2628 "automl-sphinx-theme>=0.1.10" ,
2729 ],
You can’t perform that action at this time.
0 commit comments