Skip to content

Commit

Permalink
Merge pull request #217 from openspyrit/romain_dev_from_clean
Browse files Browse the repository at this point in the history
Romain dev from clean, towards 2.3.1
  • Loading branch information
romainphan committed Jun 25, 2024
2 parents 57f5613 + c9bdb5a commit 7deaf8b
Show file tree
Hide file tree
Showing 13 changed files with 623 additions and 371 deletions.
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

0 comments on commit 7deaf8b

Please sign in to comment.