Skip to content

Commit 6e63ee5

Browse files
authored
Release v0.2.0 (#40)
This PR marks the release of `v0.2.0`. This milestone introduces significant new functionality compared to `v0.1.0`, including the addition of the single-step evaluation framework, its integration with search, and an implementation of PDVN. On top of this, it also includes several other improvements and bug fixes.
1 parent a948959 commit 6e63ee5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2023-11-21
11+
1012
### Changed
1113

1214
- Select search hyperparameters depending on which algorithm and single-step model are used ([#30](https://github.com/microsoft/syntheseus/pull/30)) ([@kmaziarz])
@@ -40,8 +42,9 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
4042

4143
:seedling: Initial public release, containing several multi-step search algorithms and a minimal interface for single-step models.
4244

43-
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.1.0...HEAD
45+
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.2.0...HEAD
4446
[0.1.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.1.0
47+
[0.2.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.2.0
4548

4649
[@austint]: https://github.com/AustinT
4750
[@kmaziarz]: https://github.com/kmaziarz

0 commit comments

Comments
 (0)