From de6a87e33f7af4cc39be5b3c994a0843d4359477 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 20:28:52 +0000 Subject: [PATCH] chore: release 1.0.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..564d035 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## 1.0.0 (2024-12-21) + + +### Features + +* add collapsed-tree support calculations via gotree rules ([6391a79](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/6391a79b7e7fedbd5ad3757ede0d3bb4a225a56d)) +* add further plots to compare across models and missingness ([e8cebab](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/e8cebab5c1c36bb06daeb11f72e4681892dc2b6e)) +* also look at consensus tree of all maximum likelihood trees ([33c2dd7](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/33c2dd70ce01a7a4bd0ee07fe2a65220c39ceaea)) +* clean up and improve max_missing topologies summary plot ([70cd27d](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/70cd27dacd4444f238fccafac02a3809f48245c9)) +* compute and plot cluster information distance for all relevant tree sets ([9917ebb](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/9917ebbb81195cd3a8b5fa9d98c1da44bcefd7c4)) +* generate and collect bootstrap convergence and rfdist metrics ([ff634fb](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/ff634fb892285962236405f7ebbd150ced066cdf)) +* implement cluster selection and qc for more focused consensus tree ([2bf3be7](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/2bf3be710febf00fb98e0e747028bbdc595a1d6b)) +* overhaul summary plots (add information criteria, add ecdf and histogram plots) ([7f111f6](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/7f111f6c773470c8b6a6421b9d7c333168a5e2f5)) +* switch axes and facet labels in large overview plots ([89183f7](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/89183f72f6a4b3a651c610bc5992aaf79c8d4f49)) + + +### Bug Fixes + +* adjust file name downstream of previous change ([4ef281d](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/4ef281dd04973e7d45f24c24047db8ade91c0626)) +* adjust file name extraction pattern ([7cf439e](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/7cf439e77cd8343dedac86b853548e54b49b2362)) +* allow big plots ([e79a8ce](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/e79a8ce27994ad93ddd4cc7e744a1a2847869839)) +* always compute support based on raxml-ng bootstraps with gotree ([8b08105](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/8b081059bac1192c23f86a3573298e4ed49bdcb8)) +* amend previous commit ([441d5c5](https://www.github.com/hzi-bifo/phylogeny-of-single-cells/commit/441d5c5522f1d54e31b89369bda4eb4b7d243da6))