diff --git a/.github/workflows/conda_build_and_publish.yml b/.github/workflows/conda_build_and_publish.yml index 23439559..257451e9 100644 --- a/.github/workflows/conda_build_and_publish.yml +++ b/.github/workflows/conda_build_and_publish.yml @@ -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' diff --git a/CHANGELOG.md b/CHANGELOG.md index bd59867d..47825166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 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) @@ -8,6 +8,7 @@ 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 diff --git a/Wrappers/Python/ccpi/__init__.py b/Wrappers/Python/ccpi/__init__.py deleted file mode 100644 index e69de29b..00000000