Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VPetukhov committed Jun 3, 2021
1 parent faf0f6d commit 7333c76
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Upcoming]
## [0.5.0] — 2021-06-03

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Baysor"
uuid = "cc9f9468-1fbe-11e9-0acf-e9460511877c"
authors = ["Viktor Petukhov <[email protected]>"]
version = "0.4.3"
version = "0.5.0"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@

# Baysor

**Bay**esian **S**egmentation **o**f Spatial T**r**anscriptomics Data
**Bay**esian **s**egmentation **o**f imaging-based spatial t**r**anscriptomics data

- [News ([0.4.3] — 2021-04-06)](#news-043--2021-04-06)
- [Abstract](#abstract)
- [Method description](#method-description)
- [News ([0.5.0] — 2021-06-03)](#news-050--2021-06-03)
- [Overview](#overview)
- [Installation](#installation)
- [Install as a Julia package](#install-as-a-julia-package)
- [Build CLI application from source](#build-cli-application-from-source)
Expand All @@ -17,16 +16,16 @@
- [Full run](#full-run)
- [Normal run](#normal-run)
- [Using a prior segmentation](#using-a-prior-segmentation)
- [Segmenting stains](#segmenting-stains)
- [Segmenting cells with pronounced intracellular structure](#segmenting-cells-with-pronounced-intracellular-structure)
- [Outputs](#outputs)
- [Choice of parameters](#choice-of-parameters)
- [Multi-threading](#multi-threading)

## News ([0.4.3] — 2021-04-06)
## News ([0.5.0] — 2021-06-03)

- Improved molecule clustering
- Added the option `--save-polygons=GeoJSON` to save cell boundary polygons in the GeoJSON format
- Fixed plotting performance
- Estimating scale when prior segmentation is provided as a CSV column
- 3D segmentation
- Core algorithm improvement
- Segmentation of cell compartments

*See the [changelog](CHANGELOG.md) for more detalis.*

Expand Down

0 comments on commit 7333c76

Please sign in to comment.