Skip to content

Commit 2e0efb0

Browse files
authored
Merge pull request #208 from automl/development
Increased version number to v1.3.3
2 parents 251df2a + 4ddcecd commit 2e0efb0

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

CHANGELOG.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
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

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# are usually completed in github actions.
33

44
SHELL := /bin/bash
5-
VERSION := 1.3.2
5+
VERSION := 1.3.3
66

77
NAME := DeepCAVE
88
PACKAGE_NAME := deepcave

docs/plugins/ablation_paths.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This plugin is capable of answering following questions:
1414

1515
To 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

setup.py

+2
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)