new rename utils
Hello,
This MR introduction 3 news deprecation utils needed for a smooth "let's purge all abbreviations with fire" work that we are doing on YAMS schema.py right now, they are:
deprecation.argument_renamed(old_name, new_name)
deprecation.attribute_renamed(old_name, new_name)
deprecation.renamed(old_name, new_function)
deprecation.argument_removed(old_name)
This can be merged before !1 (merged) has it is needed sooner. I'll handle the rebasing part (
Kind regards,
Edited by Laurent Peuch