-
Notifications
You must be signed in to change notification settings - Fork 250
Closed
Labels
Python 3.11 TransitionPRs and Issues related to transitioning from Python 3.7 to 3.11PRs and Issues related to transitioning from Python 3.7 to 3.11Type: Deprecation
Description
I am curious if we want to deprecate any functionality in RMG. I am thinking that not-often-used and poorly understood functionalities could be removed to allow easier bug checking, code support, and development. We may also be able to just cut some redundant methods. One example I came across would be to remove the method rmgpy/molecule/molecule/Bond/isSpecificCaseOf and integrate its code into rmgpy/molecule/molecule/Bond/equivalent.
If people think it may be worthwhile to have a list of methods to cut, we may want to have a warning placed in docStrings, similar to how Cantera placed some in their code to warn users.
Metadata
Metadata
Assignees
Labels
Python 3.11 TransitionPRs and Issues related to transitioning from Python 3.7 to 3.11PRs and Issues related to transitioning from Python 3.7 to 3.11Type: Deprecation