Skip to content

Commit

Permalink
Bump version and minimalist news
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed May 3, 2021
1 parent 2585726 commit 384711f
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@
Type: Package
Package: fafbseg
Title: Support Functions for Analysis of FAFB EM Segmentation
Version: 0.9.0.9000
Version: 0.9.1
Authors@R:
c(person(given = "Gregory",
family = "Jefferis",
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# fafbseg (development version)
# fafbseg 0.9.1 (pre-release version)

This is a pre-release without full release notes, principally to support a new
dependant package, fanc.

* update `flywire_set_token()` to support new cave and zetta tokens
(for FANC dataset) (#119)
* expose `chunkedgraph_token()` function (#119)
* add a number of features to allow programmatic manipulation of neuroglancer
scenes. This includes `ngl_segments<-()` to replace the segments in a scene
`+.ngscene()` and `-.ngscene()` to add or remove segments from a scene and `as.character.ngscene()` to convert a scene object to a URL. See examples in `ngl_segments()` and `ngl_decode_scene()` for further details (#55, #58).
Expand Down

0 comments on commit 384711f

Please sign in to comment.