Skip to content

Commit

Permalink
Bump version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Mar 6, 2018
1 parent dea30e4 commit e1d18d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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.8.2
Version: 0.9.0
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
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
catmaid 0.9.0
=============
This version is synced with the upcoming release of nat v1.9.0 which streamlines
some functionality but has some breaking changes in behaviour. It must be used
with nat >=1.8.12.900 from github.

* switch to Ops.catmaidneuron to match nat 1.9.0 in prep (and add version
requirement)
* Simple search for skids with exact annotation match (#89)
Now you can do: catmaid_skids("ORN") or read.neurons.catmaid("ORN")
* Fix bug in catmaid_skids error message when looking for one skid (#90)

catmaid 0.8.1
=============
* Add function to get volumes from catmaid (#82)
Expand Down

0 comments on commit e1d18d2

Please sign in to comment.