diff --git a/DESCRIPTION b/DESCRIPTION index 5eec1c5..34237cc 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.1.9000 +Version: 0.2.2 Authors@R: c(person(given = "Gregory", family = "Jefferis", diff --git a/NEWS.md b/NEWS.md index 5cec464..5e7a2a8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,18 @@ -# coconatfly (development version) +# coconatfly 0.2.2 + +* support malecns superclass/class/subclass change. To stay backward compatible + for the time being the class hierarchy is mapped onto + - class + - subclass + - subsubclass + but the intent is to switch to superclass/class/subclass in the next version + by @jefferis in https://github.com/natverse/coconatfly/pull/32 +* Correct handling of malecns lineage information by @jefferis in https://github.com/natverse/coconatfly/pull/33 +* `cf_cosine_plot()` now fetches all metadata cols by default (f1667a3c8318120626ae95c2116f73576fd2dfb4) +* fix: pass on `keep.all` when `cf_meta()` receives keys + +**Full Changelog**: https://github.com/natverse/coconatfly/compare/v0.2.1...v0.2.2 + # coconatfly 0.2.1