Skip to content

Commit

Permalink
Bump version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Nov 8, 2016
1 parent d5f91ad commit 16d5431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.6
Version: 0.7
Authors@R: person("Gregory", "Jefferis", , "jefferis@gmail.com", role = c("aut", "cre"))
Maintainer: Gregory Jefferis <jefferis@gmail.com>
Description: This package provide access to the API exposed by the CATMAID (C
Expand Down
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
catmaid 0.7
===========
This is a substantial release with many new functions/enhancements, changes to
match the API defined by the 2015.11.16 CATMAID release, support for token-based
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)
Expand All @@ -13,6 +13,7 @@ authentication and numerous bug fixes.
* 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)
Expand All @@ -33,8 +34,7 @@ authentication and numerous bug fixes.
* 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)

see https://github.com/jefferis/rcatmaid/issues?q=is%3Aissue+is%3Aclosed+closed%3A%3E2015-06-19+sort%3Aupdated-asc
* fix bug in catmaid_user_history with small queries (#70)

catmaid 0.6
===========
Expand Down

0 comments on commit 16d5431

Please sign in to comment.