Skip to content

Commit 8d96266

Browse files
author
Simon Rit
committed
Release of RTK v2.4.0
Dear RTK users, RTK v2.4.0 <https://github.com/SimonRit/RTK/archive/v2.4.0.zip> has just been released. This release is intended to produce Python packages compatible with ITK V5.3rc04. Release notes: * New convenience functions ReadGeometry / WriteGeometry, * New tilt feature in the ImagingRing geometry, * Improved Forbild projection, * Several bug fixes and style improvements. Many thanks to all contributors for this release, in alphabetical order: Andreas Gravgaard Andersen, Antoine Robert, Fernando Hueso-González, Gabriele Belotti, Hans Johnson, Lucas Gandel, Mikhail Polkovnikov, MrTzschr, Shengpeng YU, Simon Rit and Tom Birdsong. The next release will be a major one which will split the ITKCudaCommon code in a separate ITK module. Simon (for the RTK consortium)
1 parent cd65ca6 commit 8d96266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ project(RTK)
3030

3131
## RTK Version
3232
set(RTK_VERSION_MAJOR "2")
33-
set(RTK_VERSION_MINOR "3")
33+
set(RTK_VERSION_MINOR "4")
3434
set(RTK_VERSION_PATCH "0")
3535
set(RTK_VERSION_STRING "${RTK_VERSION_MAJOR}.${RTK_VERSION_MINOR}")
3636

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name=wheel_name,
22-
version='2.3.0',
22+
version='2.4.0',
2323
author='RTK Consortium',
2424
author_email='rtk-users@openrtk.org',
2525
packages=['itk'],

0 commit comments

Comments
 (0)