Skip to content

Commit

Permalink
Updating Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SebieF committed May 4, 2024
1 parent 3af96c6 commit 8fc86c2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Biotrainer Changelog

## 04.05.2024 - Version 0.8.3
### Maintenance
* Updating dependencies

### Features
* Adding mps device for macOS. Use by setting the following configuration option: `device: mps`.
*Note that MPS is still under development, use it at your responsibility.*
* Adding flags to the `compute_embedding` method of `EmbeddingService`

1. `force_output_dir`: Do not change the given output directory within the method
2. `force_recomputing`: Always re-compute the embeddings, even if an existing file is found

These changes are made to make the embedders module of biotrainer easier usable outside the biotrainer pipeline itself.

## 27.02.2024 - Version 0.8.2
### Maintenance
* Updating dependencies
Expand Down

0 comments on commit 8fc86c2

Please sign in to comment.