Skip to content

lisa.utils.deprecate: Allow deprecating a parameter

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr318 into master

Deprecated parameters will emit a warning when used, and the docstring will be updated in right spot at the end of the relevant :param: block.

Merge request reports