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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.2.0] - 2024-10-17
11
+
10
12
### Changed
11
13
- Switch linter (and linting style) from pylint + prospector to ruff [#240](https://github.com/matchms/ms2deepscore/pull/240)
12
14
- Clearer documentation and naming to run training from existing splits [#239](https://github.com/matchms/ms2deepscore/pull/239)
13
15
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
+
14
19
## [2.1.0] - 2024-10-07
15
20
16
21
### Fixed
@@ -184,7 +189,8 @@ Last version using Tensorflow. Next versions will be using PyTorch.
0 commit comments