Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@kblin kblin released this 03 May 11:48
· 23 commits to main since this release
v0.6.0

This is release 0.6.0 of covid-spike-classification

The main features of this version are:

  • Added support for K417T and T732A mutation calls
  • Mutations are now fully ordered in the output, we don't treat a handful of
    mutations as special by listing them first anymore

Detailed changes:

Kai Blin (10):
      README: Add reference to the paper
      core: Just sort regions by position
      core: Add K417T mutation
      chore: Run lint/tests from a makefile for easier local testing
      chore: Add missing K417T test file
      core: Add T732A mutation call
      chore: Make flake8 happy on the test files
      tests: Make sure we don't miss test files in future
      chore: Add more things to the gitignore file
      Bump version to 0.6.0