-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
#1374 did what we should probably be doing with most deprecations: mention the specific version when the deprecated behavior will change.
pvlib-python/pvlib/iotools/psm3.py
Lines 334 to 340 in 1893b20
if map_variables is None: | |
warnings.warn( | |
'PSM3 variable names will be renamed to pvlib conventions by ' | |
'default starting in pvlib 0.11.0. Specify map_variables=True ' | |
'to enable that behavior now, or specify map_variables=False ' | |
'to hide this warning.', pvlibDeprecationWarning) | |
map_variables = False |
Tagging this in the 0.11.0 milestone so we don't forget it.