-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Create inverter.py #886
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
Create inverter.py #886
Changes from 27 commits
e9fe39c
4be25ba
904595b
1769295
1dd3e7b
06cb965
d13d162
592d33b
1bb1567
a27bbaf
d371713
f9f8ae7
f6d6f77
d0e811f
f630f05
78a7611
4a19d67
ea90bec
1eb75cd
e471ec2
4759394
7183c95
7e9532f
6dc4dae
c85ab82
dd40006
89c3460
7663321
ff13e7e
da5dc15
75d818b
9a9f105
9be21e4
33cddd2
1e07351
6ba55aa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -3,9 +3,19 @@ | |||||
v0.8.0 (Month day, year) | ||||||
------------------------- | ||||||
|
||||||
API Changes with Deprecations | ||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||||
* Moved functions related to inverters from `pvsystem.py` to `inverter.py`. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
Functions are renamed to follow a more consistent pattern, as follows (:pull:`886`): | ||||||
- :py:func:`pvlib.pvsystem.snlinverter` is now :py:func:`pvlib.inverter.sandia` | ||||||
- :py:func:`pvlib.pvsystem.pvwatts_ac` is now :py:func:`pvlib.inverter.pvwatts` | ||||||
- :py:func:`pvlib.pvsystem.adrinverter` is now :py:func:`pvlib.inverter.adr` | ||||||
* ModelChain.ac_model now accepts `'sandia'`, `'pvwatts'` and `'adr'` for the | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this line render as you intend it to? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
inverter models. (:pull:`886`) | ||||||
|
||||||
API Changes | ||||||
kandersolar marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
~~~~~~~~~~~ | ||||||
* Removed ``run_parallel_calculations`` and ``n_workers_for_parallel_calcs`` | ||||||
* Removed ``run_parallel_calculations`` and ``n_workers_for_parallel_calcs`` | ||||||
from :py:func:`pvlib.bifacial.pvfactors_timeseries` inputs (:issue:`902`)(:pull:`934`) | ||||||
|
||||||
Enhancements | ||||||
|
@@ -23,6 +33,8 @@ Testing | |||||
~~~~~~~ | ||||||
* Decorator :py:func:`pvlib.conftest.fail_on_pvlib_version` can now be | ||||||
applied to functions that require args or kwargs. (:pull:`973`) | ||||||
* Test added for :py:meth:`ModelChain` to confirm ValueError when | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. use same link code as commented above |
||||||
ac_model is an invalid string. (:pull:`886`) | ||||||
kandersolar marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
Documentation | ||||||
~~~~~~~~~~~~~ | ||||||
|
@@ -32,6 +44,8 @@ Documentation | |||||
* Clarify units for heat loss factors in | ||||||
:py:func:`pvlib.temperature.pvsyst_cell` and | ||||||
:py:func:`pvlib.temperature.faiman`. (:pull:`960`) | ||||||
* Corrected key names for :py:func:`pvlib.inverter.sandia`. (:issue:`976`, | ||||||
:pull:`886`) | ||||||
* Add a gallery example of calculating diffuse IAM using | ||||||
:py:func:`pvlib.iam.marion_diffuse`. (:pull:`984`) | ||||||
|
||||||
|
Uh oh!
There was an error while loading. Please reload this page.