Skip to content

[FEA] update decorators to enforce expected deprecation dates #974

@grlee77

Description

@grlee77

Currently there are decorators like deprecate_func and deprecate_parameter which schedule a target date for deprecation of a function or argument. This is currently not enforced and requires manually checking and removing the deprecated item in a future release.

@jakirkham suggested it may be good to add a version check and raise an exception once the cuCIM version exceeds the expected deprecation date. This would help us avoid missing the target removal dates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions