Skip to contents

malevnc (development version)

malevnc 0.4.0

Breaking change to manc_annotate_body() defaults:

  • test now defaults to FALSE (was TRUE). Calls without an explicit test argument now hit the production Clio store rather than the (retired) test server.
  • New dry_run argument with default TRUE. Calls without an explicit dry_run argument now return a preview tibble of the POST body that would be sent, instead of writing annotations. Pass dry_run=FALSE to actually write.

Together these defaults make the function safe-by-default while actually offering an opportunity for end users to check the annotations to be uploaded. Since test=FALSE essentially always generated an error at the moment, it was not very useful. Existing scripts intended to write to Clio will need to add dry_run=FALSE; scripts that intentionally relied on the test server will need to add test=TRUE.

Other changes in this release:

  • New dry_run argument on manc_annotate_body() preview the POST body that would be sent to Clio, without writing.
  • Fix latent bug in compute_clio_delta() that stripped the fetched status column, causing redundant writes of unchanged status values.
  • Clio schema type checks in manc_annotate_body() based on check_types, coerce_integerish which default to TRUE.

Full Changelog: https://github.com/natverse/malevnc/compare/v0.3.3…v0.4.0

malevnc 0.3.3

  • switch to manc:v1.2.3 as default public dataset
  • manc_connection_table: check if desired fields exist
  • cache manc_ids, manc_neuprint_meta for static data

Full Changelog: https://github.com/natverse/malevnc/compare/v0.3.2…v0.3.3

malevnc 0.3.2

Full Changelog: https://github.com/natverse/malevnc/compare/v0.3.1…v0.3.2

malevnc 0.3.1

Full Changelog: https://github.com/natverse/malevnc/compare/v0.3…v0.3.1

malevnc 0.3

Version 0.3 provides stable access to the public manc data release.

Full Changelog: https://github.com/natverse/malevnc/compare/v0.2.9…v0.3

malevnc 0.2.9

This is a major release providing support for the publication of the [MANC connectome] (https://www.janelia.org/project-team/flyem/manc-connectome). We expect to bump to v0.3 when all changes have stabilised.

malevnc 0.2.8

malevnc 0.2.7

What’s Changed

Full Changelog: https://github.com/flyconnectome/malevnc/compare/v0.2.6…v0.2.7

malevnc 0.2.6

What’s Changed

Full Changelog: https://github.com/flyconnectome/malevnc/compare/v0.2.3…v0.2.6 # malevnc 0.2.5

malevnc 0.2.4

malevnc 0.2.3

  • add manc_view3d() function with standard views based on symmetric MANC template.

malevnc 0.2.2

malevnc 0.2.1

Full Changelog: https://github.com/flyconnectome/malevnc/compare/v0.2.0…v0.2.1

malevnc 0.2.0

Full Changelog: https://github.com/flyconnectome/malevnc/compare/v0.1.2…v0.2.0

malevnc 0.1.2

Full Changelog: https://github.com/flyconnectome/malevnc/compare/v0.1.1…v0.1.2

malevnc 0.1.1

What’s Changed

Full Changelog: https://github.com/flyconnectome/malevnc/commits/v0.1.1

malevnc 0.1

  • first version