Skip to content

Commit 164501b

Browse files
committed
prepare 2.4.0
1 parent 036adc7 commit 164501b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

ms2deepscore/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.3.0'
1+
__version__ = '2.4.0'

0 commit comments

Comments
 (0)