Skip to content

Commit

Permalink
Bump version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Sep 21, 2021
1 parent e4b345d commit 603eb41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 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.2
Version: 0.9.3
Authors@R:
c(person(given = "Gregory",
family = "Jefferis",
Expand Down
17 changes: 10 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# fafbseg 0.9.2 (pre-release version)
# fafbseg 0.9.3 (pre-release version)

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

* new `flywire_scene()` function for simple specification of flywire
neuroglancer scenes.
* Private function `check_cloudvolume_reticulate` now supports a minimum version
* 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).
* update `flywire_set_token()` to support new cave and zetta tokens
(for FANC dataset) (#119)
* expose `chunkedgraph_token()` function (#119)
* Further updates to token handling to handle FANC/FlyWire (#121)
* Private function `check_cloudvolume_reticulate` now supports a minimum version
* Handle 1 node neurons (#120)

https://github.com/natverse/fafbseg/issues?q=closed%3A2020-12-27..2021-09-20+

# fafbseg 0.9

Expand Down

0 comments on commit 603eb41

Please sign in to comment.