Skip to content

Releases: harrispopgen/mutyper

v1.0.2

10 May 18:11
42e0f42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.2

v1.0.1

22 Apr 22:07
Compare
Choose a tag to compare

This is a patch with no changes. It triggers a consistent pypi release and zenodo archive.

v1.0.0

22 Apr 21:51
Compare
Choose a tag to compare

Summary

Full Changelog: v0.7.1...v1.0.0

v0.7.1

12 Feb 01:23
a09fa9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

24 Jan 22:04
a73632d
Compare
Choose a tag to compare

Adds a draft paper to be submitted to JOSS.

What's Changed

Full Changelog: v0.6.4...v0.7.0

v0.6.4

12 Nov 01:55
d25438b
Compare
Choose a tag to compare

What's Changed

  • issue 36: dealing with missing genotypes with mutyper variants by @Lukez-pi in #37
  • numpy implementation for spectra by @Lukez-pi in #38

Full Changelog: v0.6.3...v0.6.4

v0.6.3

30 Jun 22:11
ee78afd
Compare
Choose a tag to compare

What's Changed

  • Changed the 'number' type of 'mutation type' to A in the VCF header by @Lukez-pi in #35

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

21 Jun 04:24
639fc20
Compare
Choose a tag to compare

What's Changed

  • Don't count phased==True toward genotypes by @wsdewitt in #34
  • resolves #30 (again)

Full Changelog: v0.6.1...v0.6.2

v0.6.1

14 Mar 19:33
74deb32
Compare
Choose a tag to compare

What's Changed

  • Added a fix for adding too many counts when the GT is unknown by @mrvollger in #31
  • Move docs build from the default branch to an orphan branch, and workflow to build on push to master by @wsdewitt in #32
  • CLI tests, and more genotype fixes by @wsdewitt in #33

Full Changelog: v0.6.0...v0.6.1

v0.6.0: Docstweaks (#29)

31 Aug 20:47
49ee4cc
Compare
Choose a tag to compare

New features

  • logging from CLI via the --verbose option
  • improved handling of compressed fastas
  • updated docs

Developer notes