-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dear RTK users, [RTK v2.5.0](https://github.com/RTKConsortium/RTK/archive/v2.5.0.zip) has just been released. This release is intended to produce Python packages compatible with the ITK Python packages v5.4rc01. Release notes: * Various CI improvements * Account for yaw and tilt in ImagingRing geometry * Allow for fast switching in one step spectral CT * Add inferior and superior clip images in Joseph forward projector * Remove ITKCudaCommon (now in https://github.com/RTKConsortium/ITKCudaCommon) * Add various wrappings Many thanks to all contributors for this release: Matthieu Laurendeau, Simon Rit, Antoine Robert and Shengpeng Yu. Simon (for the RTK consortium)
- Loading branch information
Showing
5 changed files
with
46 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
# Configure wheel name if CUDA is used | ||
wheel_name='itk-rtk' | ||
wheel_requirements=[r'itk>=5.3.0'] | ||
wheel_requirements=[r'itk>=5.4rc1'] | ||
|
||
# Extract cuda version from the RTK_CUDA_VERSION cmake option | ||
for arg in sys.argv: | ||
|
@@ -24,7 +24,7 @@ | |
|
||
setup( | ||
name=wheel_name, | ||
version='2.4.1', | ||
version='2.5.0', | ||
author='RTK Consortium', | ||
author_email='[email protected]', | ||
packages=['itk'], | ||
|