Skip to content

Commit

Permalink
Bump version to 0.15.0 and add news
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Aug 16, 2024
1 parent 5a3922b commit c1d1fd5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 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.2
Version: 0.15.0
Authors@R:
c(person(given = "Gregory",
family = "Jefferis",
Expand Down
21 changes: 19 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# fafbseg 0.15.0

This contains substantial under the hood changes in `flywire_cave_query()`
which may be breaking in some instances, based on fixes of my
understanding of CAVE live queries.

Changes in `flywire_partner_summary()` are also significant in allowing
considerably faster queries for multiple input neurons with `cave` now the
default query method.

## What's Changed
* `flywire_cave_query()`: add livelive, fix live query by @jefferis in https://github.com/natverse/fafbseg/pull/206
* Faster `flywire_partner_summary()` queries by @jefferis in https://github.com/natverse/fafbseg/pull/205
* Fix/actions aug 2024 by @jefferis in https://github.com/natverse/fafbseg/pull/207


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


# 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).
Expand All @@ -10,8 +29,6 @@ This is a pre-release in preparation for a major (0.15.0) release and does featu

**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
* Teach `flywire_ids()` to accept file argument by @jefferis in https://github.com/natverse/fafbseg/pull/199
Expand Down

0 comments on commit c1d1fd5

Please sign in to comment.