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 8cb8632 commit ab05182
Show file tree
Hide file tree
Showing 2 changed files with 14 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.14.1.9200
Version: 0.14.2
Authors@R:
c(person(given = "Gregory",
family = "Jefferis",
Expand Down
14 changes: 13 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# fafbseg (development version)
# fafbseg 0.14.2

This is a pre-release in preparation for a major (0.15.0) release and does feature some API changes in `flywire_partner_summary()` (motivated by fanc/banc support in the coconatfly package).

## What's Changed
* Streamline `flywire_partner_summary()` by @jefferis in https://github.com/natverse/fafbseg/pull/203
* `flywire_cave_query()` query enhancements inc `select_columns` to speed up partner queries by @jefferis in https://github.com/natverse/fafbseg/pull/202
* fix bad gateway error for `nucleus_table_info()` and friends by @jefferis in https://github.com/natverse/fafbseg/pull/204
* Direct support for flyem shorturls including via tinyurl by @jefferis in https://github.com/natverse/fafbseg/pull/201

**Full Changelog**: https://github.com/natverse/fafbseg/compare/v0.14.1...v0.14.2

**Full Changelog**: https://github.com/natverse/fafbseg/compare/v0.14.1...v0.14.2

# fafbseg 0.14.1
* teach `flywire_ids()` to accept any whitespace by @jefferis in https://github.com/natverse/fafbseg/pull/198
Expand Down

0 comments on commit ab05182

Please sign in to comment.