Skip to content

Commit 2c32049

Browse files
committed
expand the range of stats generated by roi_measure
1 parent 70eca7b commit 2c32049

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Most functionality is demonstrated in Jupyter notebook format in ./demo
4242
---
4343

4444
### Updates
45+
Release 1.1.0 - *roi_measure* modified to generate more ROI statistics
4546
Release 1.0.3 - Add exception handling for some zero/negative inputs.
4647
Release 1.0.2 - Changed AIF interpolation method to linear to further reduce oscillations.
4748
Release 1.0.1 - Changed AIF interpolation method to avoid oscillations. Added demo notebook on interpolation.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "sepal"
9-
version = "1.0.3"
9+
version = "1.1.0"
1010
description = "Quantitative MRI processing"
1111
readme = "README.md"
1212
authors = [{ name = "Michael Thrippleton", email = "mjt320@googlemail.com" }]

0 commit comments

Comments
 (0)