You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.2.0] - 2023-11-21
11
+
10
12
### Changed
11
13
12
14
- 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.
40
42
41
43
:seedling: Initial public release, containing several multi-step search algorithms and a minimal interface for single-step models.
0 commit comments