Skip to content

Commit

Permalink
Bump version & update news
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Jul 28, 2020
1 parent 98942d1 commit f927298
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@
Type: Package
Package: fafbseg
Title: Support functions for analysis of FAFB EM segmentation
Version: 0.6.6
Version: 0.7.0
Authors@R:
c(person(given = "Gregory",
family = "Jefferis",
Expand Down
9 changes: 6 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# fafbseg (development version)
# fafbseg 0.7.0

* basic support for reading meshes via CloudVolume e.g. to fetch neurons from
flywire.ai. See `read_cloudvolume_meshes()` for details including the required
Python setup.
* very basic support for skeletonising neurons meshed (e.g. flywire neurons)
via `meshparty_skeletonize()`
* add support for transforming neurons FlyWire->FAFB (and with some loss of
accuracy in the reverse) (#11)
* add `flywire2fafb()` to support for transforming neurons FlyWire->FAFB
(and with some loss of accuracy in the reverse) (#11)
* includes a fix for NaN values in return (#12,#13)
* much faster FlyWire->FAFB transformation, up to millions of points per minute
(#24)
* moved repo to https://github.com/natverse/fafbseg (#19)

# fafbseg 0.6.5

Expand Down

0 comments on commit f927298

Please sign in to comment.