Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdejonge committed Sep 28, 2022
1 parent 5874053 commit e57f5b1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.1]

### Changed
- Changed calculation of tanimoto scores, for better memory efficiency
- Code structure changed, tanimoto scores are now calculated in create_sqlite_database, instead of library_files_creator.

### Removed
- Option to use previously calculated tanimoto scores as input for creating the sqlite library
-
## [0.4.0]

### Changed
Expand Down Expand Up @@ -105,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First test workflow and basic batches.
- Licence.

[Unreleased]: https://github.com/iomega/ms2query/compare/0.3.1...HEAD
[Unreleased]: https://github.com/iomega/ms2query/compare/0.4.1...HEAD
[0.4.0]: https://github.com/iomega/ms2query/compare/0.4.1...0.4.1
[0.4.0]: https://github.com/iomega/ms2query/compare/0.3.3...0.4.0
[0.3.3]: https://github.com/iomega/ms2query/compare/0.3.2...0.3.3
[0.3.2]: https://github.com/iomega/ms2query/compare/0.3.1...0.3.2
Expand Down

0 comments on commit e57f5b1

Please sign in to comment.