Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-huber authored Aug 14, 2023
1 parent fb3b9e5 commit 68d5566
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Models can now be trained on selected metadata entries in addition to the spectrum peaks [#128](https://github.com/matchms/ms2deepscore/pull/128).
- New `MetadataFeatureGenerator` class to handle additional metadata more robustly [#128](https://github.com/matchms/ms2deepscore/pull/128)
- Workflow scripts for training a new MS2DeepScore model [#124](https://github.com/matchms/ms2deepscore/pull/124). The ease of training MS2Deepscore models is improved, including standard settings and splitting validation and training data.

### Changed

- In SiameseModel, the attributes are not passed as an argument but instead used by the class.
- Improved plotting functionality. Some additional plotting options were added and plots previously created in notebooks are now functions.


## [0.4.0] - 2023-04-25

### Added
Expand Down

0 comments on commit 68d5566

Please sign in to comment.