Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Romain dev from clean, towards 2.3.1 #217

Merged
merged 54 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
ec2a8f8
correcting relative import
romainphan Jun 4, 2024
d90733d
added testing bilinear and bicubic
romainphan Jun 10, 2024
ad2abbd
new section in core.torch for finite diff matrices
romainphan Jun 10, 2024
e22d1dd
included bicubic reconstruction
romainphan Jun 10, 2024
d4af974
used .item() in warp.py
romainphan Jun 10, 2024
43288c1
corrected .pth.pth double extension
romainphan Jun 10, 2024
2bc81b5
tuto6: corrected systematic import and download
romainphan Jun 10, 2024
40615eb
[pre-commit.ci] Automatic python formatting
pre-commit-ci[bot] Jun 10, 2024
6b4b9ba
logged changes from future v2.3.1
romainphan Jun 10, 2024
1ee3b87
included python autoformat
romainphan Jun 10, 2024
4ea0728
Merge branch 'romain_dev_from_clean' of https://github.com/openspyrit…
romainphan Jun 10, 2024
a9ed13a
core.mea: included H1 in error msgs
romainphan Jun 10, 2024
33361ae
meas.test uses explicitly bilinear
romainphan Jun 10, 2024
f264653
[pre-commit.ci] Automatic python formatting
pre-commit-ci[bot] Jun 10, 2024
af1e0cc
fixed extension issue in tuto3
romainphan Jun 10, 2024
11e9167
core.meas device bug fix
romainphan Jun 10, 2024
df899ea
Merge branch 'romain_dev_from_clean' of https://github.com/openspyrit…
romainphan Jun 10, 2024
1a54eeb
[pre-commit.ci] Automatic python formatting
pre-commit-ci[bot] Jun 10, 2024
d658193
core.train path correction
romainphan Jun 10, 2024
fa21284
tuto4 path correction
romainphan Jun 10, 2024
ce6cc7f
in test_core_recon removed undeterministic test
romainphan Jun 10, 2024
c118f2e
Merge branch 'romain_dev_from_clean' of https://github.com/openspyrit…
romainphan Jun 10, 2024
befcd84
[pre-commit.ci] Automatic python formatting
pre-commit-ci[bot] Jun 10, 2024
e987802
Merge branch 'master' of https://github.com/openspyrit/spyrit into ro…
romainphan Jun 10, 2024
4cd637b
Merge branch 'romain_dev_from_clean' of https://github.com/openspyrit…
romainphan Jun 10, 2024
65bf2db
in meas integrated build_pinv for static classes
romainphan Jun 11, 2024
52e422a
logged name change for function
romainphan Jun 11, 2024
6e5fcf3
core.torch correctedswap Dx Dy
romainphan Jun 11, 2024
6f6c284
[pre-commit.ci] Automatic python formatting
pre-commit-ci[bot] Jun 11, 2024
0d95434
Merge branch 'master' of https://github.com/openspyrit/spyrit into ro…
romainphan Jun 11, 2024
673834d
Merge branch 'romain_dev_from_clean' of https://github.com/openspyrit…
romainphan Jun 11, 2024
c275107
core.meas : rtol to eta
romainphan Jun 11, 2024
25481cb
tuto9 : using float 64 in image
romainphan Jun 11, 2024
4815a93
[pre-commit.ci] Automatic python formatting
pre-commit-ci[bot] Jun 11, 2024
e1084bb
core.train typo corrected
romainphan Jun 12, 2024
27149ea
pinv new function header
romainphan Jun 24, 2024
de5c8d2
including last fig for tuto8
romainphan Jun 24, 2024
dfc57d1
[pre-commit.ci] Automatic python formatting
pre-commit-ci[bot] Jun 24, 2024
5aaacd6
tuto8 doc
romainphan Jun 24, 2024
2006b40
Merge branch 'romain_dev_from_clean' of https://github.com/openspyrit…
romainphan Jun 24, 2024
f581ad3
[pre-commit.ci] Automatic python formatting
pre-commit-ci[bot] Jun 24, 2024
36135b3
tuto8 doc update
romainphan Jun 24, 2024
6c4a124
[pre-commit.ci] Automatic python formatting
pre-commit-ci[bot] Jun 24, 2024
166230a
tuto8 doc update
romainphan Jun 24, 2024
0663bfb
Merge branch 'romain_dev_from_clean' of https://github.com/openspyrit…
romainphan Jun 24, 2024
1dc2ca1
tuto8 doc update
romainphan Jun 25, 2024
a154eea
[pre-commit.ci] Automatic python formatting
pre-commit-ci[bot] Jun 25, 2024
213a0f1
tuto8 doc
romainphan Jun 25, 2024
1ff6730
tuto8 doc
romainphan Jun 25, 2024
506ee0c
[pre-commit.ci] Automatic python formatting
pre-commit-ci[bot] Jun 25, 2024
4238be6
final changes tuto8_doc
romainphan Jun 25, 2024
b88ac6f
Merge branch 'romain_dev_from_clean' of https://github.com/openspyrit…
romainphan Jun 25, 2024
d98175a
changelog 2.3.1
romainphan Jun 25, 2024
c9bdb5a
[pre-commit.ci] Automatic python formatting
pre-commit-ci[bot] Jun 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,28 @@

<details open><summary>

## v2.3.1
</summary>

### spyrit.core

* #### spyrit.core.meas
* \+ For static classes, self.set_H_pinv has been renamed to self.build_H_pinv to match with the dynamic classes.
* \+ The dynamic classes now support bicubic dynamic reconstruction (spyrit.core.meas.DynamicLinear.build_h_dyn()). This uses cubic B-splines.
* #### spyrit.core.train
* load_net() must take the full path, **with** the extension name (xyz.pth).

### Tutorials

* Tutorial 6 has been changed accordingly to the modification of spyrit.core.train.load_net().
* Tutorial 8 is now available.

</details>

---

<details open><summary>

## v2.3.0
</summary>

Expand Down
Loading