Skip to content

Commit

Permalink
Merge pull request #192 from daducci/release/v2.0.3
Browse files Browse the repository at this point in the history
[RELEASE] v2.0.3
  • Loading branch information
nightwnvol authored Jul 5, 2024
2 parents 268efd5 + 152c98b commit df54009
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
### All notable changes to `AMICO` will be documented in this file.

## `v2.0.3`<br>_2024-07-04_
### 🐛Fixed
- Wrong diffusivity value in the `set()` method of the `NODDI` model (typo introduced in f070c23)

---
---

## `v2.0.2`<br>_2024-07-04_
### ✨Added
- Added `cp312` wheels to github actions
Expand Down
2 changes: 1 addition & 1 deletion amico/models.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ class NODDI( BaseModel ) :

def set(
self,
dPar=1.7E-33,
dPar=1.7E-3,
dIso=3.0E-3,
IC_VFs=np.linspace(0.1, 0.99, 12),
IC_ODs=np.hstack((np.array([0.03, 0.06]), np.linspace(0.09, 0.99, 10))),
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dmri-amico
version = 2.0.2
version = 2.0.3
url = https://github.com/daducci/AMICO
download_url = https://pypi.org/project/dmri-amico
project_urls =
Expand Down

0 comments on commit df54009

Please sign in to comment.