From 76a831e574c45221ed8959e2d5921fc66a4e9f24 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 26 Aug 2024 13:07:57 +0200 Subject: [PATCH] Updating Changelog --- Changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.md b/Changelog.md index 47bca240..fdad8a7b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,17 @@ # Biotrainer Changelog +## 26.08.2024 - Version 0.9.2 +### Features +* Improving memory management of embedding calculation by @SebieF in https://github.com/sacdallago/biotrainer/pull/96 +* Use a strategy for sequence preprocessing by @SebieF in https://github.com/sacdallago/biotrainer/pull/99 +* Adding ONNX support by @SebieF in https://github.com/sacdallago/biotrainer/pull/101 +* Adding saprot embedder example by @SebieF in https://github.com/sacdallago/biotrainer/pull/106 + +### Maintenance +* **BREAKING** Improving masking mechanisms in CNN and LightAttention models by @SebieF in https://github.com/sacdallago/biotrainer/pull/102 +* Improving embedder model and tokenizer class recognition by @SebieF in https://github.com/sacdallago/biotrainer/pull/105 +* Optimize Memory Handling in Embedding Computations and Refactor EmbeddingService by @heispv in https://github.com/sacdallago/biotrainer/pull/103 +* Updating dependencies ## 10.07.2024 - Version 0.9.1 ### Maintenance