8000 Rename eta_m and eta_m_ref to module_efficiency by cwhanse · Pull Request #1218 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Rename eta_m and eta_m_ref to module_efficiency #1218

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 7 commits into from
May 7, 2021
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
whatsnew
  • Loading branch information
cwhanse committed May 6, 2021
commit 254b18832b9427a563c93ede59436eab684e9feb
4 changes: 4 additions & 0 deletions docs/sphinx/source/whatsnew/v0.9.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ Deprecations
* ``ModelChain.weather``
* ``ModelChain.times``

* The ``eta_m`` parameter for :py:func:`~pvlib.temperature.pvsyst_cell` is
replaced by the ``module_efficiency`` parameter.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
replaced by the ``module_efficiency`` parameter.
replaced by the ``module_efficiency`` parameter. (:issue:`1188`, :pull:`1218`)



Enhancements
~~~~~~~~~~~~
* Add :func:`~pvlib.iotools.read_bsrn` for reading BSRN solar radiation data
Expand Down
0