Skip to content

Commit c5c63c0

Browse files
authored
Release v0.7.0 (#142)
This PR edits the CHANGELOG to mark the release of `v0.7.0`. This is a smaller release, but most notably it includes upgrading all single-step models to `torch 2.x`.
1 parent 490f5cc commit c5c63c0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
### Added
11-
12-
- Expose RootAligned's utility for building prediction kwargs ([#138](https://github.com/microsoft/syntheseus/pull/138)) ([@kmaziarz])
10+
## [0.7.0] - 2025-11-06
1311

1412
### Changed
1513

1614
- Upgrade all single-step models to `torch 2.2` ([#137](https://github.com/microsoft/syntheseus/pull/137)) ([@kmaziarz])
1715
- Optimize the internal representation of a `SmilesListInventory` ([#135](https://github.com/microsoft/syntheseus/pull/135)) ([@kmaziarz])
1816
- Suppress warnings produced by single-step models on newer environments ([#141](https://github.com/microsoft/syntheseus/pull/141)) ([@kmaziarz])
1917

18+
### Added
19+
20+
- Expose RootAligned's utility for building prediction kwargs ([#138](https://github.com/microsoft/syntheseus/pull/138)) ([@kmaziarz])
21+
2022
## [0.6.0] - 2025-09-23
2123

2224
### Changed
@@ -136,14 +138,15 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
136138

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

139-
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.6.0...HEAD
141+
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.7.0...HEAD
140142
[0.1.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.1.0
141143
[0.2.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.2.0
142144
[0.3.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.3.0
143145
[0.4.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.4.0
144146
[0.4.1]: https://github.com/microsoft/syntheseus/releases/tag/v0.4.1
145147
[0.5.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.5.0
146148
[0.6.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.6.0
149+
[0.7.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.7.0
147150

148151
[@austint]: https://github.com/AustinT
149152
[@kmaziarz]: https://github.com/kmaziarz

0 commit comments

Comments
 (0)