Ticket #4359 (closed: fixed)
Deprecating algorithms
Reported by: | Andrei Savici | Owned by: | Andrei Savici |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jean Bilheux |
Description
When an algorithm is inheriting from DeprecatedAlgorithm, it should automatically add category "Deprecated"
Change History
comment:2 Changed 9 years ago by Andrei Savici
Moving deprecated algorithms to deprecated category. Refs #4359
Changeset: 1fee420e3e98225bec0e4375d7fadb2e4c8f19f6
comment:3 Changed 9 years ago by Andrei Savici
- Status changed from accepted to verify
- Resolution set to fixed
All C++ algorithms have "Deprecated" removed from category() function. All algorithms that inherited from DeprecatedAlgorithms are now in the Deprecated category. For Python algorithms, we still need to explicitly specify the category as "Deprecated"
comment:4 Changed 9 years ago by Mathieu Doucet
Re #4359 Add replacement algorithm in deprecation message
Changeset: d41e3480ff49f72c7ffd5df43edf2602dc4c0167
Note: See
TracTickets for help on using
tickets.