Skip to content

Commit 58a6326

Browse files
authored
Release v0.4.1 (#93)
Since the release of `v0.4.0` we fixed major issues with two of the single-step model wrappers (GLN used to not run at all, while RetroKNN would run with degraded performance due to erroneous weights). This PR marks the release of `v0.4.1` to make sure these fixes are pushed to PyPI.
1 parent 802712a commit 58a6326

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.4.1] - 2024-05-04
11+
1012
### Fixed
1113

1214
- Fix incorrectly uploaded RetroKNN weights ([#91](https://github.com/microsoft/syntheseus/pull/91)) ([@kmaziarz])
@@ -16,7 +18,7 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
1618

1719
### Changed
1820

19-
- Merge reaction and reaction model base classes in `search` and `reaction_predction` ([#63](https://github.com/microsoft/syntheseus/pull/63), [#67](https://github.com/microsoft/syntheseus/pull/67), [#73](https://github.com/microsoft/syntheseus/pull/73), [#74](https://github.com/microsoft/syntheseus/pull/74), [#76](https://github.com/microsoft/syntheseus/pull/76), [#84](https://github.com/microsoft/syntheseus/pull/84)) ([@austint], [@kmaziarz])
21+
- Merge reaction and reaction model base classes in `search` and `reaction_prediction` ([#63](https://github.com/microsoft/syntheseus/pull/63), [#67](https://github.com/microsoft/syntheseus/pull/67), [#73](https://github.com/microsoft/syntheseus/pull/73), [#74](https://github.com/microsoft/syntheseus/pull/74), [#76](https://github.com/microsoft/syntheseus/pull/76), [#84](https://github.com/microsoft/syntheseus/pull/84)) ([@austint], [@kmaziarz])
2022
- Make reaction models return `Sequence[Reaction]` instead of `PredictionList` objects ([#61](https://github.com/microsoft/syntheseus/pull/61)) ([@austint])
2123
- Suppress the remaining noisy logs and warnings coming from single-step models ([#53](https://github.com/microsoft/syntheseus/pull/53)) ([@kmaziarz])
2224
- Improve efficiency and logging of retro* algorithm ([#62](https://github.com/microsoft/syntheseus/pull/62)) ([@austint])
@@ -85,11 +87,12 @@ and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.
8587

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

88-
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.4.0...HEAD
90+
[Unreleased]: https://github.com/microsoft/syntheseus/compare/v0.4.1...HEAD
8991
[0.1.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.1.0
9092
[0.2.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.2.0
9193
[0.3.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.3.0
9294
[0.4.0]: https://github.com/microsoft/syntheseus/releases/tag/v0.4.0
95+
[0.4.1]: https://github.com/microsoft/syntheseus/releases/tag/v0.4.1
9396

9497
[@austint]: https://github.com/AustinT
9598
[@kmaziarz]: https://github.com/kmaziarz

0 commit comments

Comments
 (0)