From e57f5b1b176799d3cd7030db03e078aa3f34687d Mon Sep 17 00:00:00 2001 From: Niek de Jonge <76995965+niekdejonge@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:53:45 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31ba4ce6..38d3ddf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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