Skip to content

Commit

Permalink
Merge pull request #208 from automl/development
Browse files Browse the repository at this point in the history
Increased version number to v1.3.3
  • Loading branch information
mwever authored Feb 10, 2025
2 parents 251df2a + 4ddcecd commit 2e0efb0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Version 1.3.4

## Installation
- Numpy will be installed via conda instead of pip to fix linkage

# Version 1.3.3

## Bug-Fixes
- Fixed configuration footprint for Mac platforms

## Converters
- Add for each converter a method to check whether a run is valid.
- Change rst docs of converters.

## Quality of Life
- Improve documentation on installation for Mac platforms
-
## General Layout
- Fix navigation and button problems in general layout.
- Change general layout to be more intuitiv.
- Change general layout to be more intuitive.

# Version 1.3.2

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.3.2
VERSION := 1.3.3

NAME := DeepCAVE
PACKAGE_NAME := deepcave
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/ablation_paths.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This plugin is capable of answering following questions:

To learn more about Ablation Paths, please see the paper
`Efficient Parameter Importance Analysis via Ablation with Surrogates
<https://doi.org/10.1609/aaai.v31i1.10657>`_.
<https://ml.informatik.uni-freiburg.de/wp-content/uploads/papers/17-AAAI-Surrogate-Ablation.pdf>`_.

.. image:: ../images/plugins/ablation_paths.png
.. image:: ../images/plugins/ablation_paths2.png
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ def read_file(file_name):
"pydocstyle>=6.3.0",
"pre-commit>=3.5.0",
"flake8>=6.1.0",
"rq==1.10.1",
"pyPDPPartitioner>=0.1.9",
# Docs
"automl-sphinx-theme>=0.1.10",
],
Expand Down

0 comments on commit 2e0efb0

Please sign in to comment.