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
Make several undocumented functions private (#1769)
* privatize scaling.latlon_to_xy
* privatize iotools.surfrad.format_index
* privatize iotools.srml.format_index and map_columns
* privatize iotools.midc.format_index and format_index_raw
* move calculate_deltat from pvlib.spa to pvlib.solarposition
* rename `spa.py` to `_spa.py`
* update tests
* whatsnew
* Revert "rename `spa.py` to `_spa.py`"
This reverts commit eb2e23a.
* Revert "move calculate_deltat from pvlib.spa to pvlib.solarposition"
This reverts commit f02266f.
* remove SPA mentions from whatsnew
* put back deltaT test
* make `scaling.latlon_to_xy` public again, and include in docs
0 commit comments