Skip to content

Releases: natverse/coconatfly

coconatfly 0.2.3

31 Dec 09:19
Compare
Choose a tag to compare
  • empty query fixes for all keys and banc metadata by @jefferis in #34
  • Fix malecns class in cf_partners() by @jefferis in #35
  • also support for rootSide in malecns in #35

Full Changelog: v0.2.2...v0.2.3

coconatfly v0.2.2

15 Nov 23:11
Compare
Choose a tag to compare
  • 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 #32
  • Correct handling of malecns lineage information by @jefferis in #33
  • cf_cosine_plot() now fetches all metadata cols by default (f1667a3)
  • fix: pass on keep.all when cf_meta() receives keys
  • cf_cosine_plot(): Now reports % of partner connections kept across datasets.

Full Changelog: v0.2.1...v0.2.2

coconatfly v0.2.1

14 Nov 22:21
Compare
Choose a tag to compare
  • 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 #27
  • cf_meta(): new keep.all argument keep all columns, not just shared columns
    by @jefferis in #30
  • support for min_datasets in cosine clustering
    by @jefferis in #31

Full Changelog: v0.2.0...v0.2.1

coconatfly v0.2.0

30 Oct 07:39
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/natverse/coconatfly/commits/v0.2.0