Skip to content

Strategy to publish external modules for different versions of ITK #142

@dyollb

Description

@dyollb

Currently, it is tricky to know which version of an ITK external module can be used with a specific version of ITK.
Since often external modules are not updated on PyPi, users need to try until they find a version of ITK that (seems to) work.

It would be nice if there was a consistent strategy. Some ideas:

  • in setup.py only the current minor versions are allowed, e.g. itk >= 5.3.0, < 5.4.0
  • in setup.py only the current patch versions are allowed, e.g. itk >= 5.2.1, < 5.2.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions