From aea116235f1e139edcf2d7038b9b57e125dac8b0 Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Sun, 10 Nov 2024 09:33:03 +0000 Subject: [PATCH] Bump version to 0.2.1 --- DESCRIPTION | 2 +- NEWS.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0585003..a0b01fd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: coconatfly Type: Package Title: Comparative Connectomics of Public and In Progress Drosophila Datasets -Version: 0.2.0 +Version: 0.2.1 Authors@R: c(person(given = "Gregory", family = "Jefferis", diff --git a/NEWS.md b/NEWS.md index 1598411..7453a4a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,18 @@ +# coconatfly 0.2.1 + +* `cf_meta()` gets a `MoreArgs` argument to pass on to subsidiary functions for + each dataset +* Using this `cf_cosine_plot()` and friends now prefer malecns foreign types + (flywireType, mancType) when available and co-clustering with another dataset + by @jefferis in https://github.com/natverse/coconatfly/pull/27 +* `cf_meta()`: new `keep.all` argument keep all columns, not just shared columns + by @jefferis in https://github.com/natverse/coconatfly/pull/30 +* support for min_datasets in cosine clustering + by @jefferis in https://github.com/natverse/coconatfly/pull/31 + +**Full Changelog**: https://github.com/natverse/coconatfly/compare/v0.2.0...v0.2.1 + + # coconatfly 0.2.0 Although coconatfly has been in use for some time, this is the first stable