From cccd24af237a37c7853e610997ca35d669a0f75f Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Mon, 28 Oct 2024 23:40:11 +0000 Subject: [PATCH] bump version to 0.2.0 and add news --- DESCRIPTION | 2 +- NEWS.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 NEWS.md diff --git a/DESCRIPTION b/DESCRIPTION index 491063a..d9951ae 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.1.0.9000 +Version: 0.2.0 Authors@R: c(person(given = "Gregory", family = "Jefferis", diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..1598411 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,30 @@ +# coconatfly 0.2.0 + +Although coconatfly has been in use for some time, this is the first stable +release. It corresponds to what was used in the recent publication: + +Schlegel, P., Yin, Y., Bates, A.S. et al. +Whole-brain annotation and multi-connectome cell typing of Drosophila. +Nature 634, 139–152 (2024). https://doi.org/10.1038/s41586-024-07686-5 + +The release is motivated in part because of some forthcoming changes that will +slightly alter some core functionality of the package. + +## What's Changed +* Minimal support for FANC clustering by @jefferis in https://github.com/natverse/coconatfly/pull/1 +* Feature/flywire examples by @jefferis in https://github.com/natverse/coconatfly/pull/5 +* First version cf_partner_summary by @jefferis in https://github.com/natverse/coconatfly/pull/7 +* malevnc_meta -> manc_meta by @jefferis in https://github.com/natverse/coconatfly/pull/10 +* fix handling of manc partners by @jefferis in https://github.com/natverse/coconatfly/pull/11 +* Update test-triple.R by @jefferis in https://github.com/natverse/coconatfly/pull/12 +* Support for the upcoming optic lobe release by @jefferis in https://github.com/natverse/coconatfly/pull/14 +* Allow messier input keys by @jefferis in https://github.com/natverse/coconatfly/pull/15 +* cf_partner summary enh by @jefferis in https://github.com/natverse/coconatfly/pull/16 +* flywire/fanc use different threshold definition by @jefferis in https://github.com/natverse/coconatfly/pull/17 +* Add connectivity and basic metadata support for banc by @jefferis in https://github.com/natverse/coconatfly/pull/19 +* Feature/fanc meta by @jefferis in https://github.com/natverse/coconatfly/pull/21 +* Fix/banc optic meta by @jefferis in https://github.com/natverse/coconatfly/pull/25 +* Feature/cosine plot warn on drop by @jefferis in https://github.com/natverse/coconatfly/pull/26 + + +**Full Changelog**: https://github.com/natverse/coconatfly/commits/v0.2.0