napari-process-points-and-surfaces
napari-process-points-and-surfaces copied to clipboard
Deprecation messages in docstrings
trafficstars
It would be good if the docstrings of open3d-based functions would mention their replacements.
Regarding this, I saw a nice technique on how this is done at vedo: There, the deprecation warning is implemented as a decorator that doesn't do anything besides printing the name of the decorated function and the deprecation warning.
Even easier: It's actually a python package