Skip to content

Commit

Permalink
update version and readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwok-shing Chan committed Dec 6, 2022
1 parent db8ec26 commit 956eafa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ If you have a more general question regarding the usage of SEPIA and/or other QS

For full update log, please visit https://sepia-documentation.readthedocs.io/en/latest/getting_started/Release-note.html.

### 1.2 (current master)
### 1.2.1 (current master)
* Fix bug for data with odd-number matrix size
* Fix bug for missing file when using R2* mapping with NLLS algorithm

### 1.2 (current d2f54a3)
* Support several deep learning based methods (BFRnet, xQSM, QSMnet+ and LP-CNN) on Linux
* Support atlas-based subcortical structure segmentation (CIT168 Reinforcement learning atlas, MuSus-100 and AHEAD) on Linux and Mac
* Integrate R2* mapping toolbox into SEPIA
Expand Down
2 changes: 1 addition & 1 deletion sepia_universal_variables.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
% DO NOT change the order of the entities, add a new one at the end instead
%
%% Version
SEPIA_version = 'v1.2';
SEPIA_version = 'v1.2.1';

%% PATH
SEPIA_HOME = fileparts(mfilename('fullpath'));
Expand Down

0 comments on commit 956eafa

Please sign in to comment.