Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
31 changes: 31 additions & 0 deletions docs/_changelog/v3.3.0.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -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
Loading