Skip to content

v0.8.3

Compare
Choose a tag to compare
@SebieF SebieF released this 04 May 09:07
· 87 commits to main since this release

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.