Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/conda_build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0 # All history for use later with the meta.yaml file for conda-recipes
- name: publish-to-conda
uses: TomographicImaging/conda-package-publish-action@v2
uses: TomographicImaging/conda-package-publish-action@v2.1
with:
subDir: 'Wrappers/Python/conda-recipe'
channels: '-c conda-forge -c ccpi'
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Changelog

## vx.x.x
## v25.1.0
New Functionality:
- Added toolbar to control the slice and volume render in QCILViewerWidget (#458)
- added methods to access the state of the viewer3D (#479)
Enhancements:
- Update recipe to require eqt Version 2.0.0 #458
- Add a toolbar and settings menus to the 3D viewer #458
- Add script to generate numpy array test data #458
- Removed `__init__.py` in ccpi namespace, PEP-420 #483


## v25.0.0
Expand Down
Empty file removed Wrappers/Python/ccpi/__init__.py
Empty file.
Loading