Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed May 28, 2018
1 parent 0d9c798 commit 2782a1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: catmaid
Type: Package
Title: R access to the API for the CATMAID web image annotation tool
Version: 0.9.0.9000
Version: 0.9.1
Authors@R: person("Gregory","Jefferis", email="jefferis@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0587-9355"))
Maintainer: Gregory Jefferis <jefferis@gmail.com>
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# catmaid 0.9.0.9000
# catmaid 0.9.1

* Add catmaid_get_labels, catmaid_set_labels, catmaid_remove_labels to
manipulate labels (aka tags) on treenodes and connectors (#95)
* Add catmaid_get_all_labels
* Add nsoma function to return number of somata (#96)
* Add catmaid_get_treenodes_detail to get location and other information for
many nodes at once (#94)
* Teach catmaid_get_connectors_between to find names for pre/post skids
Expand Down

0 comments on commit 2782a1a

Please sign in to comment.