Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:4
-
Epic Link:
-
Team:Alert Production
Description
The deprecated package will probably not be available by the time I'm ready to merge DM-10156. This is unfortunate, but I don't want to delay merging that ticket, given the number of packages involved. I'm going to implement the various deprecated interfaces there, but they will only provide deprecation warnings at the C++ level, not python.
This ticket is to add deprecation warnings to the python layer for all getCalib, setCalib, hasCalib methods in afw. Kian-Tat Lim and I may have to iterate on exactly how best to do that deprecation decoration.
Attachments
Issue Links
- is triggered by
-
DM-10156 Replace all uses of Calib with PhotoCalib
- Done
-
DM-16925 Provide backwards-compatibility with Calib API
- Done
-
DM-17684 Enable use of "deprecated" package in new conda environment
- Done
- is triggering
-
DM-19207 Remove deprecated Calib interfaces after next release
- Done
- relates to
-
DM-17566 Formally deprecate discouraged C++ afw/geom components
- Done
Also add deprecated markings on all of the API added as part of
DM-16925.