RhodiumGroup / rhg_compute_tools

Tools for using compute.rhg.com and compute.impactlab.org
MIT License
1 stars 4 forks source link

Add actual FutureWarning or DeprecationWarning for deprecations #44

Open brews opened 4 years ago

brews commented 4 years ago

Right now we have these punk docstrings indicating deprecation. Might be good to trigger literal warnings about these. Would also make it easier to keep track of pending deprecations.

See https://docs.python.org/3/library/warnings.html.

Note the difference in target audience for choosing to use a FutureWarning or DeprecationWarning.

brews commented 3 months ago

Useful issue but this is stale. Unassigning myself. Happy to pick it up later if there is interest.