From 1ee89459efd643cd3bc087389ac8ef815c023ae5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 15:20:39 -0400 Subject: [PATCH] Release v0.4.0 (#22) Co-authored-by: jessicasyu <15913767+jessicasyu@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 652c50f..e66d968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [v0.4.0](https://github.com/allen-cell-animated/abm-shape-collection/releases/tag/v0.4.0) - 2023-03-30 + +> Compare with [v0.3.1](https://github.com/allen-cell-animated/abm-shape-collection/compare/v0.3.1...v0.4.0) + +### Features + +- Update calculate stats tasks with optional sampling by [@jessicasyu](https://github.com/jessicasyu) in [#21](https://github.com/allen-cell-animated/abm-shape-collection/pull/21) + +### Admin + +- Update adding task decorator to init imports by [@jessicasyu](https://github.com/jessicasyu) in [#18](https://github.com/allen-cell-animated/abm-shape-collection/pull/18) +- Add task decorator to init imports by [@jessicasyu](https://github.com/jessicasyu) in [#19](https://github.com/allen-cell-animated/abm-shape-collection/pull/19) +- Update pyproject.toml and dependencies by [@jessicasyu](https://github.com/jessicasyu) in [#20](https://github.com/allen-cell-animated/abm-shape-collection/pull/20) + # [v0.3.1](https://github.com/allen-cell-animated/abm-shape-collection/releases/tag/v0.3.1) - 2023-03-20 > Compare with [v0.3.0](https://github.com/allen-cell-animated/abm-shape-collection/compare/v0.3.0...v0.3.1) diff --git a/pyproject.toml b/pyproject.toml index 3ed444e..0074ef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "abm-shape-collection" -version = "0.3.1" +version = "0.4.0" description = "Collection of tasks for analyzing cell shapes." authors = [ "Jessica S. Yu "