Skip to content

Commit 28dd794

Browse files
v0.3.0
1 parent 4d0a6f3 commit 28dd794

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.2"
1+
version = "0.3"
22

33
[deps]
44
ApproxFun = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| **T₁ Variability Paper** | **Corresponding Code** |
22
|:----------------------------- |:--------------------------------- |
3-
| [![][arXiv-img1]][arXiv-url1] | [![][docsv0.2-img]][docsv0.2-url] |
3+
| [![][arXiv-img1]][arXiv-url1] | [![][docsv0.3-img]][docsv0.3-url] |
44
| unpublished edits | [![][docsdev-img]][docsdev-url] |
55

66
This code reproduces all results in the paper [Magnetization transfer explains most of the T1 variability in the MRI literature][arXiv-url1]. Please refer to the [Documentation][docs-url] for a detailed description of the code.
@@ -26,8 +26,8 @@ For a more interactive interface, the code can be called from Visual Studio Code
2626
[docsdev-img]: https://img.shields.io/badge/docs-dev-blue.svg
2727
[docsdev-url]: https://jakobasslaender.github.io/T1variability/dev/
2828

29-
[docsv0.2-img]: https://img.shields.io/badge/docs-v0.2-blue.svg
30-
[docsv0.2-url]: https://jakobasslaender.github.io/T1variability/v0.2/
29+
[docsv0.3-img]: https://img.shields.io/badge/docs-v0.3-blue.svg
30+
[docsv0.3-url]: https://jakobasslaender.github.io/T1variability/v0.3/
3131

3232
[arXiv-img1]: https://img.shields.io/badge/arXiv-2409.05318-blue.svg
3333
[arXiv-url1]: https://arxiv.org/pdf/2409.05318v1

0 commit comments

Comments
 (0)