Skip to content

Commit

Permalink
Bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Feb 18, 2024
1 parent 6dbbe8d commit 1c7daef
Show file tree
Hide file tree
Showing 2 changed files with 27 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.13.0.9100
Version: 0.14.0
Authors@R:
c(person(given = "Gregory",
family = "Jefferis",
Expand Down
27 changes: 26 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# fafbseg (development version)
# fafbseg 0.14.0

This major release provides support for the v783 materialisation that we expect
to accompany the public release of the FlyWire dataset. It is also features numerous bug fixes/usability improvements.

* flywire_partner_summary: support versions/timestamps by @jefferis in https://github.com/natverse/fafbseg/pull/178
* Fix rawcoords in flywire-nuclei by @jefferis in https://github.com/natverse/fafbseg/pull/179
* Fix: fetch static metadata when no cell type by @jefferis in https://github.com/natverse/fafbseg/pull/180
* simplify install on github by @jefferis in https://github.com/natverse/fafbseg/pull/181
* fix stale flytable base cache by @jefferis in https://github.com/natverse/fafbseg/pull/175
* Feature/GitHub pkgdown by @jefferis in https://github.com/natverse/fafbseg/pull/182
* Fix/standardise userdir by @jefferis in https://github.com/natverse/fafbseg/pull/183
* Respect user selected data version by @jefferis in https://github.com/natverse/fafbseg/pull/184
* teach flywire_timestamp to accept 'now' by @jefferis in https://github.com/natverse/fafbseg/pull/185
* full support for arbitrary datastacks for read_l2skel by @jefferis in https://github.com/natverse/fafbseg/pull/186
* give simple_python extra option for meshparty et al by @jefferis in https://github.com/natverse/fafbseg/pull/188
* Feature cave views by @jefferis in https://github.com/natverse/fafbseg/pull/190
* Fix/flywire latest badids by @jefferis in https://github.com/natverse/fafbseg/pull/191
* support for materialisation 783 artefacts by @jefferis in https://github.com/natverse/fafbseg/pull/192
* changes for fafbseg-py v3 by @jefferis in https://github.com/natverse/fafbseg/pull/194
* Fix/flytable shared tables by @jefferis in https://github.com/natverse/fafbseg/pull/195
* flytable_base4table too conservative listing tables by @jefferis in https://github.com/natverse/fafbseg/pull/197
* Fix/ngl annotation cols by @jefferis in https://github.com/natverse/fafbseg/pull/196


**Full Changelog**: https://github.com/natverse/fafbseg/compare/v0.13.0...v0.14.0

# fafbseg 0.13.0
* Feature optic info table by @jefferis in https://github.com/natverse/fafbseg/pull/174
Expand Down

0 comments on commit 1c7daef

Please sign in to comment.