Skip to content

Releases: rki-mf1/breakfast

Bump dependency versions because of joblib security alert

04 Oct 11:31
Compare
Choose a tag to compare

This also required tweaking the python dependency to only allow 3.9 and 3.10 (rather than >= 3.9), because of scipy.

Change minimum Python version from 3.10 to 3.9

28 Jun 09:29
Compare
Choose a tag to compare

This is due to both bioconda and conda-forge not supporting Python 3.10 yet. See bioconda/bioconda-recipes#35488 for details.

Bump Python version requirement to 3.10+

16 Jun 08:24
Compare
Choose a tag to compare

What's Changed

  • Require Python 3.10+ only instead of 3.9 and 3.10 by @matthuska in #16

Full Changelog: v0.4.0...v0.4.1

Speed up distance calculation by skipping obviously distant cases

10 Jun 16:46
Compare
Choose a tag to compare

What's Changed

  • Add contributing docs (CONTRIBUTING.md) and update the README.md by @matthuska in #7
  • Feature/speedup submat batches by @denisbeslic tweaked by @matthuska in #9
  • Create output cache dir if it doesn't exist. by @matthuska in #15
  • Add more tests for filtering mutations, more specific var-type options, option for controlling number of parallel threads (--jobs) by @matthuska in #14
  • Add nextclade DNA test data @denisbeslic

Full Changelog: v0.3.3...v0.4.0

Fix crash on empty DNA profile

19 May 07:58
Compare
Choose a tag to compare

Tiny fix to handle empty values in the column we are using as features (main the covsonar dna_profile column right now). Was causing a crash.

Minor release to add LICENSE file

11 May 09:03
Compare
Choose a tag to compare
Release new version to include LICENSE file instead of just indiciati…

…ng the license in pyproject.toml

First release packaged for PyPI

10 May 07:38
Compare
Choose a tag to compare