Skip to content

Commit 1b44e70

Browse files
Update CHANGELOG.md
1 parent 93e3566 commit 1b44e70

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.2.0] - 2024-10-17
11+
1012
### Changed
1113
- Switch linter (and linting style) from pylint + prospector to ruff [#240](https://github.com/matchms/ms2deepscore/pull/240)
1214
- Clearer documentation and naming to run training from existing splits [#239](https://github.com/matchms/ms2deepscore/pull/239)
1315

16+
### Fixed
17+
- Fixed one memory leak when running the `parameter_serch` function (there might be more though) [#243](https://github.com/matchms/ms2deepscore/pull/243)
18+
1419
## [2.1.0] - 2024-10-07
1520

1621
### Fixed
@@ -184,7 +189,8 @@ Last version using Tensorflow. Next versions will be using PyTorch.
184189

185190
- This is the initial version of MS2DeepScore
186191

187-
[Unreleased]: https://github.com/matchms/ms2deepscore/compare/2.1.0...HEAD
192+
[Unreleased]: https://github.com/matchms/ms2deepscore/compare/2.2.0...HEAD
193+
[2.2.0]: https://github.com/matchms/ms2deepscore/compare/2.1.0...2.2.0
188194
[2.1.0]: https://github.com/matchms/ms2deepscore/compare/2.0.0...2.1.0
189195
[2.0.0]: https://github.com/matchms/ms2deepscore/compare/1.0.0...2.0.0
190196
[1.0.0]: https://github.com/matchms/ms2deepscore/compare/0.5.0...1.0.0

0 commit comments

Comments
 (0)