Skip to content

Releases: Clinical-Genomics/genotype

Release 4.1.7

25 Feb 14:14
Compare
Choose a tag to compare

Update linting (#71)

Change

  • Add Ruff, isort and update black

Release 4.1.6

25 Feb 13:59
Compare
Choose a tag to compare

feat(codeowner) (#70)

Change

  • Update codeowners

Release 4.1.5

30 Jan 12:26
Compare
Choose a tag to compare

Added a check for user-defined sample_id before logging it. (#64)(patch)

Removed logging of sample_id from genotype - security update

Release 4.1.4

12 Jan 13:55
Compare
Choose a tag to compare

Improved error message for multiple SNP variants found in fetch_snp (#62)

  • Improved error message for multiple SNP variants found in fetch_snp

  • black lint improvements

  • Adhere to black (2)

  • Removed file name from error msg, inteded way does not work using vcf.fname

  • Added functionality to report on variants in a more concise manner in the error.

  • Altered function return to comply to return type

  • Esthetic changes in error message formatting.

  • incorporated code improvement suggestions

  • Refactored if statements. Changed string parsing to f-string in log.DEBUG()

  • Added docstring to new function.

Co-authored-by: Christian Oertlin christian@n177-p153.eduroam.kth.se

Release 4.1.3

14 Dec 12:36
Compare
Choose a tag to compare

feat(update): GitHub actions version (#60) (patch)

Changed

  • Update GitHub actions version

Release 4.1.2

01 Dec 14:57
Compare
Choose a tag to compare

Update DEPLOYMENT.md (#59) (patch)

Changed

  • Update DEPLOYMENT.md for production

Release 4.1.1

27 Oct 09:12
Compare
Choose a tag to compare

Update DEPLOYMENT.md (#56) (patch)

Chnaged

  • Update deployments instructions
  • Lock some python packages

Release 4.1.0

18 Jan 12:15
Compare
Choose a tag to compare

Feat(CLI): List and inactivate users (#54) (minor)

Added:

  • CLI to list users genotype list-users
  • CLI to inactivate users genotype delete-user EMAIL

Release 4.0.1

08 Oct 11:54
Compare
Choose a tag to compare

Version (#52) (patch)

Fixed

  • Version locks

Release 4.0.0

20 Sep 14:43
Compare
Choose a tag to compare

Cgvm preparations #51 (major)

Added

  • CI/CD actions and configs
  • Dockerfile for app
  • Removed clinical-db installation support