From 04ee9f5860852da1a4aa5f7e61578d76b52f39fa Mon Sep 17 00:00:00 2001 From: jessicasyu <15913767+jessicasyu@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:07:50 -0500 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20version:=203.2.0=20=E2=86=92=203.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index db215339f..dded5c667 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id "com.diffplug.spotless" version "6.25.0" } -version = "3.2.0" +version = "3.3.0" sourceCompatibility = 1.11 repositories { diff --git a/version.properties b/version.properties index b31914a9c..db1d79bce 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ -#Mon, 18 Nov 2024 16:44:50 -0500 +#Mon, 16 Dec 2024 14:07:13 -0500 major=3 -minor=2 +minor=3 patch=0 From 227134c6c721b14a324768c7b0f145baaef5d007 Mon Sep 17 00:00:00 2001 From: "bagheri-lab-bot[bot]" Date: Mon, 16 Dec 2024 19:08:34 +0000 Subject: [PATCH 2/2] Add changelog for v3.3.0 --- docs/_changelog/v3.3.0.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/_changelog/v3.3.0.md diff --git a/docs/_changelog/v3.3.0.md b/docs/_changelog/v3.3.0.md new file mode 100644 index 000000000..17ea59590 --- /dev/null +++ b/docs/_changelog/v3.3.0.md @@ -0,0 +1,31 @@ +--- +title: v3.3.0 +--- + +# [v3.3.0](https://github.com/bagherilab/ARCADE/releases/tag/v3.3.0) - 2024-12-16 + +> Compare with [v3.2.0](https://github.com/bagherilab/ARCADE/compare/v3.2.0...v3.3.0) + +### Features + +- Add getString method to Parameters class by [@Jannetty](https://github.com/Jannetty) in [#115](https://github.com/bagherilab/ARCADE/pull/115) +- Update minibox filter function to support multiple tag separators by [@Jannetty](https://github.com/Jannetty) in [#112](https://github.com/bagherilab/ARCADE/pull/112) + +#### Features: `patch` + +- Implement cell cycle length tracking by [@pohaoc2](https://github.com/pohaoc2) in [#97](https://github.com/bagherilab/ARCADE/pull/97) +- Add apoptosis age to induce change to apoptotic state by [@cainja](https://github.com/cainja) in [#114](https://github.com/bagherilab/ARCADE/pull/114) + +#### Features: `potts` + +- Add rotateVectorAroundAxis function to Plane class with tests by [@Jannetty](https://github.com/Jannetty) in [#117](https://github.com/bagherilab/ARCADE/pull/117) + +### Documentation + +- Add publication abstracts to docs by [@jessicasyu](https://github.com/jessicasyu) in [#118](https://github.com/bagherilab/ARCADE/pull/118) +- Add emulation paper to publications by [@cainja](https://github.com/cainja) in [#124](https://github.com/bagherilab/ARCADE/pull/124) +- Add setup file documentation by [@jessicasyu](https://github.com/jessicasyu) in [#119](https://github.com/bagherilab/ARCADE/pull/119) + +### Admin + +- Bump action versions and update docs workflow trigger by [@jessicasyu](https://github.com/jessicasyu) in [#129](https://github.com/bagherilab/ARCADE/pull/129)