You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add get_[relative_airmass,sky_diffuse,ground_diffuse,extra_radiation,total_irradiance] and pvlibDeprecationWarning (#427)
* initial refactor
* remove new fields from globalinplane wrapper
* update test
* update whatsnew
* add DeprecationWarning
* update api.rst
* add _deprecation.py module
* extraradiation to get_extra_radiation
* grounddiffuse to get_ground_diffuse
* remove deprecated klutcher (misspelling) from get_sky_diffuse
* total_irrad to get_total_poa_irradiance
* update api.rst
* change airmass function names
* forgot to change get_extra_radiation in api.rst
* remove poa from new function names
* no PVLIBDeprecationWarnings in tests
* update deprecation versions
* fix bad merge of whatsnew
* add fail_on_pvlib_version decorator
* pep8
* rename warning, add test_conftest
* remove extra comments
* fix broken test
* update get_total_irradiance arg names
* add test values, fix botched merges
* update to latest mpl code with minor mods
* remove missed kwarg only syntax
* absolute_airmass becomes get_absolute_airmass for consistency and future proofing
* update extraradiation call in forecast.py
* update docs to use new api
* update tutorials
* appveyor config
* sprinkle plt.close to reduce memory on rtd
* fix fail_on_pvlib_version
* allow xpass on python2 and windows
0 commit comments