You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ New Features
11
11
^^^^^^^^^^^^
12
12
- Add RAM model (:gh:`524` by `Matthieu Terris`_)
13
13
14
+
- FastMRI better raw data loading: load targets from different folder for test sets, load mask from test set, prewhitening, normalisation (:gh:`608` by `Andrew Wang`_)
15
+
- SKM-TEA raw MRI dataset (:gh:`608` by `Andrew Wang`_)
16
+
- New downsampling physics that matches MATLAB bicubic imresize (:gh:`608` by `Andrew Wang`_)
17
+
14
18
Changed
15
19
^^^^^^^
16
20
17
21
Fixed
18
22
^^^^^
19
23
24
+
- Fix downsampling generator batching (:gh:`608` by `Andrew Wang`_)
25
+
- Fix memory leak in `deepinv.physics.tomography` when using autograd (:gh:`651` by `Minh Hai Nguyen`_)
26
+
- Fix the circular padded UNet (:gh:`653` by `Victor Sechaud`_)
20
27
21
28
v0.3.2
22
29
------
@@ -31,6 +38,7 @@ Changed
31
38
- Parallelize the test suite making it 15% faster (:gh:`522` by `Jérémy Scanvic`_)
32
39
- Adjust backward paths for tomography (:gh:`535` by `Johannes Hertrich`_)
33
40
- Update python version to 3.10+ (:gh:`605` by `Minh Hai Nguyen`_)
41
+
- Update the library dependencies, issue template, codecov report on linux only (:gh:`654` by `Minh Hai Nguyen`_)
0 commit comments