Skip to content

Commit 6216207

Browse files
committed
Increased version number to v1.3.3
1 parent a034ed2 commit 6216207

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
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

Lines changed: 1 addition & 1 deletion
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

setup.py

Lines changed: 2 additions & 0 deletions
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)