10000 Add variable mapping to SRML iotools functions by AdamRJensen · Pull Request #1773 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Add variable mapping to SRML iotools functions #1773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update v0.10.0.rst
  • Loading branch information
AdamRJensen committed Jun 13, 2023
commit ad8ef8e93649429fd86d52e0339c11d4c82f2c9d
4 changes: 3 additions & 1 deletion docs/sphinx/source/whatsnew/v0.10.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Breaking changes
* :func:`~pvlib.iotools.get_pvgis_tmy` and :func:`~pvlib.iotools.read_pvgis_tmy`
now rename columns to standard pvlib names by default (``map_variables=True``)
(:pull:`1772`)
:py:func:`pvlib.iotools.read_srml` and
:py:func:`pvlib.iotools.read_srml_month_from_solardat` (:pull:`1773`)

Deprecations
~~~~~~~~~~~~
Expand All @@ -28,7 +30,7 @@ Deprecations
Enhancements
~~~~~~~~~~~~
* Added `map_variables` parameter to :py:func:`pvlib.iotools.read_srml`
and :py:func:`pvlib.iotools.get_srml` (:pull:`1773`)
and :py:func:`pvlib.iotools.read_srml_month_from_solardat` (:pull:`1773`)

Bug fixes
~~~~~~~~~
Expand Down
0