-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of deprecations #1593
Comments
I reckon in the documentation it would fit very well, look at the Pytest deprecations and removals page |
It would indeed be good to have an overview. However, manual collection of the deprecations doesn't sound appealing because it is some overhead, creates duplication, and is likely to lead to inconsistencies at some point. |
An automatic collection sounds like a great idea! Maybe we could unify our documentation of deprecated features in this context? For example, using the sphinx directive |
excellent idea @schlunma - my next favourite thing to coding is no coding at all 😆 |
After today's release planning meeting, I created the v2.8.0 milestone to assign this issue so that it does not get forgotten. But the idea is that, in case there are any deprecated features occurring in v2.7.0, they should already be listed following the approach that @schlunma proposed. |
Example for deprecated feature: ESMValCore/esmvalcore/iris_helpers.py Lines 109 to 138 in ed81a3c
|
We currently do not have a list where we list all of our deprecations. In order to keep track of the version the deprecated features are scheduled for removal, it would be great to have such a list.
What would be a good place for this? Our documentation? Something on GitHub? @ESMValGroup/esmvaltool-coreteam
The text was updated successfully, but these errors were encountered: