Skip to content

Commit

Permalink
update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
kschan0214 committed Dec 12, 2022
1 parent 9673df5 commit 906611f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ 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.1 (current master)
### 1.2.1.1 (current master)
* Enable option of GPU processing for FANSI and NDI

### 1.2.1 (current 190dd44)
* 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)
### 1.2 (commit 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 All @@ -54,7 +57,7 @@ For full update log, please visit https://sepia-documentation.readthedocs.io/en/

Please visit the documentation website for more info regarding the newly supported methods and functions.

### 1.1.1 (current a7680bb)
### 1.1.1 (commit a7680bb)
* ROMEO is now packaged together with CLEAR-SWI. To accompany these changes, ROMEO_HOME is renamed to MRITOOLS_HOME
* Supported CLEAR-SWI
* Fixed bug: bipolar readout correction implementation in full processing pipeline is different from the one in Phase unwrapping standalone
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.1 no GPU';
SEPIA_version = 'v1.2.1.1';

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

0 comments on commit 906611f

Please sign in to comment.