Skip to content

Commit 9948ba1

Browse files
committed
docs: update todo and changelog
1 parent bb9ce08 commit 9948ba1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/developer/todo.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,6 @@
159159

160160
- rename WavefrontParameterTable to WavefrontCoefficientTable
161161

162-
- in sync mode pixel value output should also be synced. this makes it easier to compare specific pixel values between input and output images
162+
- in sync mode pixel value output should also be synced. this makes it easier to compare specific pixel values between input and output images
163+
164+
- move computeAvgXY() / computeAvgXZ() off the GUI thread into seperate worker thread and maybe use use qtimer to defer updates/to avoid to many updates in short period

docs/user/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Cross-sectional views now sync zoom and pan when "Sync Views" is enabled
99

1010
### Changed
11-
- Windows binaries now use ArrayFire 3.10.0 instead of 3.8.2
11+
- Windows binaries now ship with ArrayFire 3.10.0 (previously 3.8.2)
1212

1313
### Fixed
1414
- Center-frame artifact in 3D deconvolution caused by mismatched padding between PSF and volume is now fixed

0 commit comments

Comments
 (0)