Skip to content

Commit

Permalink
Release of RTK v2.4.1
Browse files Browse the repository at this point in the history
Dear RTK users,

[RTK v2.4.1](https://github.com/RTKConsortium/RTK/archive/v2.4.1.zip) has just been released. This release is intended to produce Python packages compatible with the ITK Python packages v5.3rc04.post4. I have also moved the repository to the RTKConsortium organization so please update your git origin (e.g., `git remote set-url origin https://github.com/RTKConsortium/RTK.git`).

Release notes:
* Update GitHub links to the new RTKConsortium repository,
* Update GitHub actions for compatibility with ITK v5.3rc04.post4,
* Add Python wrapping of DrawQuadricImageFilter.

Simon (for the RTK consortium)
  • Loading branch information
Simon Rit committed Nov 24, 2022
1 parent 7bbe7f2 commit 3f0aa31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ project(RTK)
## RTK Version
set(RTK_VERSION_MAJOR "2")
set(RTK_VERSION_MINOR "4")
set(RTK_VERSION_PATCH "0")
set(RTK_VERSION_PATCH "1")
set(RTK_VERSION_STRING "${RTK_VERSION_MAJOR}.${RTK_VERSION_MINOR}")

set(RTK_LIBRARIES RTK)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name=wheel_name,
version='2.4.0',
version='2.4.1',
author='RTK Consortium',
author_email='rtk-users@openrtk.org',
packages=['itk'],
Expand Down Expand Up @@ -57,6 +57,6 @@
keywords='RTK Reconstruction Toolkit',
url=r'https://www.openrtk.org/',
install_requires=[
r'itk>=5.3rc04'
r'itk>=5.3rc04.post4'
]
)

0 comments on commit 3f0aa31

Please sign in to comment.