Open
Description
Here I would like to discuss the possibility to extend the functionality of this package to notice about forthcoming API changes and the like.
In many cases functions/classes/methods (you name it) are not deprecated but a change in the API will take place. So it would be useful to warn the user about forthcoming changes with a special decorator.
We used this in the past in our package but would like to see it added here, where it belongs (IMHO). Please have a look at possible use cases here.
The current code would naturally need quite bit of lifting to adapt it to this packages style.
Thoughts?