Skip to content

Commit

Permalink
Adjust version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronzila committed Apr 1, 2024
1 parent 356da73 commit dfc1927
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2024-04-01

### Added
- Improved logging and state saving
- Checkpointing and restarting an optimization run (#31)
- Clear communication, that warmstarting via tell is currently not supported
- Add class specific random number generators for better reproducibility

### Changes
- Interface changes for run, removing unnecessary logging frequency parameters, since they have been moved to the constructor

## [0.1.0] - 2024-02-15

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

[unreleased]: https://github.com/automl/DEHB/compare/v0.1.0...master
[unreleased]: https://github.com/automl/DEHB/compare/v0.1.1...master
[0.1.1]: https://github.com/automl/DEHB/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/automl/DEHB/compare/v0.0.7...v0.1.0
[0.0.7]: https://github.com/automl/DEHB/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/automl/DEHB/releases/tag/v0.0.6
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
urls = { Documentation = "https://automl.github.io/DEHB/", Github = "https://github.com/automl/DEHB" }

name = "DEHB"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"numpy>=1.18.2",
"loguru>=0.5.3",
Expand Down

0 comments on commit dfc1927

Please sign in to comment.