Skip to content

Commit e1f0d4e

Browse files
authored
Namespace update (#483)
* PEP420 implicit namespace package * update GHActions
1 parent 6342b9b commit e1f0d4e

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/conda_build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0 # All history for use later with the meta.yaml file for conda-recipes
2020
- name: publish-to-conda
21-
uses: TomographicImaging/conda-package-publish-action@v2
21+
uses: TomographicImaging/conda-package-publish-action@v2.1
2222
with:
2323
subDir: 'Wrappers/Python/conda-recipe'
2424
channels: '-c conda-forge -c ccpi'

CHANGELOG.md

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

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

1213

1314
## v25.0.0

Wrappers/Python/ccpi/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)