Skip to content

Releases: natverse/rcatmaid

catmaid R package v0.7.1

28 Feb 16:22
Compare
Choose a tag to compare
  • only plot soma when explicitly tagged (rather than plotting a sphere at the
    root of the neuron if not tagged) (#62)
  • only plot3d connectors if they exist (#73)
  • Ensure nodes do not normally plot for catmaidneurons (#74)
  • doc fix for catmaid_get_treenode_table (#75)

catmaid R package v0.7

28 Feb 16:22
Compare
Choose a tag to compare

catmaid 0.7

This is a substantial release with many new functions/enhancements, changes to
match the API defined by the 2016.10.18 CATMAID release, support for token-based
authentication and numerous bug fixes.

  • support for CATMAID token-based authentication (#35)
  • Add catmaid_get_connectors_between to return connections between (multiple)
    pre and postsynaptic partners - thanks to Zhihao Zheng (#53, #56)
  • Add function to parse CATMAID urls e.g. to extract xyz position (#55)
  • Add rename_neuron function (#54)
  • Add catmaid_version function (#58)
  • Add catmaid_user_history function (#57)
  • Add catmaid_get_annotations_for_skeletons function (#38)
  • Add catmaid_remove_annotations_for_skeletons function (#43)
  • Add catmaid_add_volume to add 3D meshes to catmaid (#69)
  • catmaid_get_connector_table can now accept multi skid specifications (#49)
  • catmaid_get_connectors_between returns more informative errors (#51)
  • fix "No encoding supplied: defaulting to UTF-8." warning (#59)
  • stop catmaid_skids returning duplicates when there are multiple matching
    annotations (#44)
  • ensure that connectors are also scaled when xforming neurons (#47)
  • catmaid_query_by_annotation returns neuron column as character vector (#46)
  • catmaid_get_connector_table returns partner_skid columns as an integer (#48)
  • fix bug in url for catmaid_get_review_status function (#45)
  • Give sensible name to 1st column of connector data.frame (#42)
  • ensure neurons without connectors scale properly (#41)
  • fix bug in catmaid_connection_setenv() when some elements are null (#50)
  • catmaid_get_annotations_for_skeletons - fix bug in skid order (#39)
  • ensure catmaid_get_contributor_stats passes on connection (#37)
  • ensure all functions pass on connection to catmaid_fetch (#60)
  • connectors.neuronlist should handle neurons without connectors (#29)
  • catmaid_skids should pass on pid (#64)
  • fix catmaid_get_connector_table to reflect 2016.09.01-65 API change (#65)
  • fix bug in catmaid_user_history with small queries (#70)

catmaid R package v0.6

27 Aug 23:13
Compare
Choose a tag to compare

catmaid 0.6

  • support for upcoming httr 1.0 release
  • fix: ensure catmaid connection objects are passed to all downstream functions
    e.g. so that you can you use different servers in the same session.
  • fix queries that match multiple annotations when using a defined connection
    object
  • fix: ensure that catmaid_fetch works even if server does not have a terminal /
    and remote path is also missing a slash
  • fix: servers don't have to be https

catmaid R package v0.5

22 May 11:12
Compare
Choose a tag to compare

First public release.