Skip to content

Releases: matsengrp/gctree

v4.3.0

08 Aug 17:31
10eabc7
Compare
Choose a tag to compare

What's Changed

  • Add filtering by reversions to naive sequence, generalize ranking strategy by @willdumm in #130
    • adds new --ranking_strategy argument, which takes a string consisting of a comma-separated list or linear combination of ranking criterion identifiers.
    • deprecates inference arguments --branching_process_ranking_coeff, --ranking_coeffs, and --use_old_mut_parsimony in favor of the new --ranking_strategy argument. These old options will still work but will throw warnings.
    • adds counts of reversions to the naive sequence as a new ranking criterion
    • adds --show_nucleotide_mutations argument, to specify that rendered tree should have nt mut annotations.
    • modifies all ranking criteria so that smaller values are better. Log likelihoods are negated, and referred to as log loss.

Full Changelog: v4.2.2...v4.3.0

v4.2.2

30 May 18:00
8adb12f
Compare
Choose a tag to compare

What's Changed

  • Handle truncated dnapars outfiles correctly by @willdumm in #129

Full Changelog: v4.2.1...v4.2.2

v4.2.1

12 Apr 02:58
4741dfd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

08 Apr 20:10
e2910b7
Compare
Choose a tag to compare

What's Changed

  • Poisson context likelihood and better cli flexibility by @willdumm in #126

Full Changelog: v4.1.4...v4.2.0

v4.1.4

06 Mar 21:48
ff0890c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.3...v4.1.4

v4.1.3

22 Jan 22:13
Compare
Choose a tag to compare

The purpose of this release is to correct the historydag dependency version number. It also updates versioneer.

What's Changed

  • Dependency and warning fix and compatibility with Scipy 1.12 by @willdumm in #122

Full Changelog: v4.1.2...v4.1.3

v4.1.2

10 Aug 22:43
23a7152
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

15 May 16:42
Compare
Choose a tag to compare

What's Changed

  • Python 3.10, and macOS integration testing by @wsdewitt in #115

Full Changelog: v4.1.0...v4.1.1

v4.1.0

13 May 21:09
37792e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.4...v4.1.0

v4.0.4

07 Jun 17:15
dff3119
Compare
Choose a tag to compare

Patch release to fix a deprecation error in a historydag API call.

What's Changed

  • Add full inference test and remove deprecated mutation model ignore_ualabel call by @willdumm in #97

Full Changelog: v4.0.3...v4.0.4