Skip to content

Commit 6342b9b

Browse files
jcornallgithub-actionslauramurgatroydpaskinoDanicaSTFC
authored
Add Toolbar and Settings Menu to 3D Viewer (#458)
Added menu in QCILViewerWidget to control slice and volume visualisation in 3D Viewer. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Laura Murgatroyd <60604372+lauramurgatroyd@users.noreply.github.com> Co-authored-by: Edoardo Pasca <14138589+paskino@users.noreply.github.com> Co-authored-by: DanicaSTFC <138598662+DanicaSTFC@users.noreply.github.com> Co-authored-by: Casper da Costa-Luis <casper.dcl@physics.org>
1 parent 1913676 commit 6342b9b

23 files changed

Lines changed: 2118 additions & 829 deletions

.github/workflows/docker_build_test_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: Run docker container with tests
3434
shell: bash -l {0}
3535
run: |
36-
docker run --rm --entrypoint /bin/bash -v /home/runner/work/CILViewer/CILViewer:/root/source_code cil-viewer -c "source ./mambaforge/etc/profile.d/conda.sh && conda activate cilviewer_webapp && conda install cil-data pytest pyside2 eqt>=1.0.0 -c ccpi && python -m pytest /root/source_code/Wrappers/Python/test -k 'not test_version and not test_cli_resample and not test_CILViewerBase and not test_CILViewer3D and not test_viewer_main_windows and not test_ui_dialogs'"
36+
docker run --rm --entrypoint /bin/bash -v /home/runner/work/CILViewer/CILViewer:/root/source_code cil-viewer -c "source ./mambaforge/etc/profile.d/conda.sh && conda activate cilviewer_webapp && conda install cil-data pytest pyside2 eqt>=1.0.0 -c ccpi && python -m pytest /root/source_code/Wrappers/Python/test -k 'not test_version and not test_cli_resample and not test_CILViewerBase and not test_CILViewer3D and not test_viewer_main_windows and not test_ui_dialogs and not test_3dtoolbar'"
3737
# TODO: publish to come later

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## vx.x.x
4+
New Functionality:
5+
- Added toolbar to control the slice and volume render in QCILViewerWidget (#458)
6+
- added methods to access the state of the viewer3D (#479)
7+
Enhancements:
8+
- Update recipe to require eqt Version 2.0.0 #458
9+
- Add a toolbar and settings menus to the 3D viewer #458
10+
- Add script to generate numpy array test data #458
11+
12+
313
## v25.0.0
414

515
Enhancements:
@@ -285,4 +295,4 @@ Documentation
285295

286296
* Make use of original image origin and spacing when downsampling and cropping images
287297

288-
* Change default raw datatype to be unit8
298+
* Change default raw datatype to be unit8

0 commit comments

Comments
 (0)