File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.4.0] - 2024-11-08
11+
12+ ## Changed
13+ - Adapted sampling strategy to avoid biases even further [ #253 ] ( https://github.com/matchms/ms2deepscore/pull/253 )
14+
1015## [ 2.3.0] - 2024-10-30
1116
1217### Added
@@ -206,7 +211,8 @@ Last version using Tensorflow. Next versions will be using PyTorch.
206211
207212- This is the initial version of MS2DeepScore
208213
209- [ Unreleased ] : https://github.com/matchms/ms2deepscore/compare/2.3.0...HEAD
214+ [ Unreleased ] : https://github.com/matchms/ms2deepscore/compare/2.4.0...HEAD
215+ [ 2.4.0 ] : https://github.com/matchms/ms2deepscore/compare/2.3.0...2.4.0
210216[ 2.3.0 ] : https://github.com/matchms/ms2deepscore/compare/2.2.0...2.3.0
211217[ 2.2.0 ] : https://github.com/matchms/ms2deepscore/compare/2.1.0...2.2.0
212218[ 2.1.0 ] : https://github.com/matchms/ms2deepscore/compare/2.0.0...2.1.0
Original file line number Diff line number Diff line change 1- __version__ = '2.3 .0'
1+ __version__ = '2.4 .0'
You can’t perform that action at this time.
0 commit comments