8000 Implement CEC model by cwhanse · Pull Request #560 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Implement CEC model #560

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 13 commits into from
Sep 8, 2018
Merged
Prev Previous commit
Next Next commit
Fix whatsnew
  • Loading branch information
cwhanse committed Sep 8, 2018
commit b6a0cccd2d54723d4271ffad4a015f29da1e1a25
2 changes: 0 additions & 2 deletions docs/sphinx/source/whatsnew/v0.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ API Changes
the SAM CEC library sam-library-cec-modules-2017-6-5.csv include the Adjust parameter
and ModelChain.infer_dc_model will now select the cec model rather than the desoto model.
(:issue:`463`)
* Add DC model methods desoto and pvsyst to ModelChain, and deprecates DC model method singlediode
(singlediode defaults to desoto until v0.7.0) (:issue:`487`)
* The behavior of irradiance.perez(return_components=True) has changed.
The function previously returned a tuple of total sky diffuse and
an OrderedDict/DataFrame of components. The function now returns
Expand Down
0