File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.0] - 2024-03-12
11
+
12
+ Last version using Tensorflow. Next versions will be using PyTorch.
13
+
10
14
### Added
11
15
- Added split_positive_and_negative_mode.py [ #148 ] ( https://github.com/matchms/ms2deepscore/pull/148 )
12
16
- Added SettingMS2Deepscore [ #151 ] ( https://github.com/matchms/ms2deepscore/pull/151 )
@@ -141,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141
145
142
146
- This is the initial version of MS2DeepScore
143
147
144
- [ Unreleased ] : https://github.com/matchms/ms2deepscore/compare/0.5.0...HEAD
148
+ [ Unreleased ] : https://github.com/matchms/ms2deepscore/compare/1.0.0...HEAD
149
+ [ 1.0.0 ] : https://github.com/matchms/ms2deepscore/compare/0.5.0...1.0.0
145
150
[ 0.5.0 ] : https://github.com/matchms/ms2deepscore/compare/0.4.0...0.5.0
146
151
[ 0.4.0 ] : https://github.com/matchms/ms2deepscore/compare/0.3.1...0.4.0
147
152
[ 0.3.1 ] : https://github.com/matchms/ms2deepscore/compare/0.3.1...0.3.1
Original file line number Diff line number Diff line change 1
- __version__ = '0.5 .0'
1
+ __version__ = '1.0 .0'
You can’t perform that action at this time.
0 commit comments