Skip to content

Commit

Permalink
Bump version and add news
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Aug 11, 2024
1 parent fe3f9c5 commit 33f2fbb
Show file tree
Hide file tree
Showing 2 changed files with 10 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: fancr
Title: Support Access to the Female Adult Nerve Cord (FANC) Dataset
Version: 0.4.0.9000
Version: 0.5.0
Authors@R:
person(given = "Gregory",
family = "Jefferis",
Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# fancr (development version)
# fancr 0.5.0

## What's Changed
* add fanc_cellid_table() and use it for cell ids by @jefferis in https://github.com/flyconnectome/fancr/pull/7
* basic support for the BANC via `with_banc()`, `banc_cave_query()`, `banc_cave_client()` by @jefferis in https://github.com/flyconnectome/fancr/pull/8
* fix `fanc_partner_summary()` for banc data
* fix `fanc_cellid_from_segid()` for when rootids=NULL

**Full Changelog**: https://github.com/flyconnectome/fancr/compare/v0.4.0...v0.5.0

# fancr 0.4.0

Expand Down

0 comments on commit 33f2fbb

Please sign in to comment.