Skip to content

Commit dfc1927

Browse files
committed
Adjust version and changelog
1 parent 356da73 commit dfc1927

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.1] - 2024-04-01
9+
10+
### Added
11+
- Improved logging and state saving
12+
- Checkpointing and restarting an optimization run (#31)
13+
- Clear communication, that warmstarting via tell is currently not supported
14+
- Add class specific random number generators for better reproducibility
15+
16+
### Changes
17+
- Interface changes for run, removing unnecessary logging frequency parameters, since they have been moved to the constructor
18+
819
## [0.1.0] - 2024-02-15
920

1021
### Added
@@ -66,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6677
### Added
6778
- Initial project release and push to PyPI
6879

69-
[unreleased]: https://github.com/automl/DEHB/compare/v0.1.0...master
80+
[unreleased]: https://github.com/automl/DEHB/compare/v0.1.1...master
81+
[0.1.1]: https://github.com/automl/DEHB/compare/v0.1.0...v0.1.1
7082
[0.1.0]: https://github.com/automl/DEHB/compare/v0.0.7...v0.1.0
7183
[0.0.7]: https://github.com/automl/DEHB/compare/v0.0.6...v0.0.7
7284
[0.0.6]: https://github.com/automl/DEHB/releases/tag/v0.0.6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
urls = { Documentation = "https://automl.github.io/DEHB/", Github = "https://github.com/automl/DEHB" }
55

66
name = "DEHB"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
dependencies = [
99
"numpy>=1.18.2",
1010
"loguru>=0.5.3",

0 commit comments

Comments
 (0)