Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: NathanUNSW/pvlib-python

Tags

v0.9.0-alpha.2

Toggle v0.9.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor ModelChain inverter methods to use PVSystem.get_ac (pvlib#1150)

* deprecate methods

* remove new but unreleased methods

* refactor modelchain inverter methods for get_ac

* update whats new

* update api.rst

* remove tests for methods that no longer exist

* fix get_ac with sandia tests

* fix get_ac with sandia tests

* clean up pvsystem imports

* add test of infer_ac_model

* no v in deprecated args

* fix pull number....

* remove _infer_ac_model_multi

v0.9.0-alpha.1

Toggle v0.9.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add scale_voltage_current_power to ModelChain.pvwatts_dc (pvlib#1138)

* add scale_voltage_current_power to ModelChain.pvwatts_dc, docstring edits, whatsnew

* extend pvsystem.scale_voltage_current_power to not require all columns, and accept Series

* handle tuples, use temporary DataFrame

* improve scale_voltage_current_power, handle tuples

* sort the new test

* improve scale function, fix multiple string test

* multiple string test runs

* add PR number

* Maintain column order in returned DataFrame

Co-authored-by: Will Holmgren <[email protected]>

* whatsnew entry formatting

Co-authored-by: Will Holmgren <[email protected]>

Co-authored-by: Will Holmgren <[email protected]>

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
clean up 0.8.1 whatsnew (pvlib#1123)

* whatsnew cleanup

* add missing contributors

* backtick to apostrophe

* remove auto-merge artifact; set release date

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
clean up 0.8 whatsnew, other minor doc issues (pvlib#1054)

* remove api entry for pvsystem.sapm_aoi_loss

* fix issues in api.rst and whatsnew

* xarray whats new pattern

* fix various rst issues

* missing issues and contributors

* remove travis badge from readme

* Update docs/sphinx/source/whatsnew/v0.8.0.rst

Co-authored-by: Kevin Anderson <[email protected]>

* review fixes

* backticks, links

* typooooo

Co-authored-by: Kevin Anderson <[email protected]>

v0.8.0-beta

Toggle v0.8.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pyupgrade --py36-plus, license year (pvlib#1050)

* pyupgrade --py36-plus

* update license year

* stickler

* test invalid model in irradiance.get_sky_diffuse

* Update pvlib/atmosphere.py

Co-authored-by: Mark Mikofski <[email protected]>

* Update pvlib/location.py

Co-authored-by: Mark Mikofski <[email protected]>

* Update pvlib/modelchain.py

Co-authored-by: Mark Mikofski <[email protected]>

* Update pvlib/modelchain.py

Co-authored-by: Mark Mikofski <[email protected]>

* Update pvlib/pvsystem.py

Co-authored-by: Mark Mikofski <[email protected]>

* Update pvlib/pvsystem.py

Co-authored-by: Mark Mikofski <[email protected]>

* Update pvlib/tests/iotools/test_pvgis.py

Co-authored-by: Mark Mikofski <[email protected]>

* Update pvlib/tracking.py

Co-authored-by: Mark Mikofski <[email protected]>

* Update pvlib/tracking.py

Co-authored-by: Mark Mikofski <[email protected]>

* stickler

Co-authored-by: Mark Mikofski <[email protected]>

v0.8.0-alpha

Toggle v0.8.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix github action for publishing releases (pvlib#1039)

* remove test pypi, add tag restriction

* rename

v0.7.2

Toggle v0.7.2's commit message
set date for what's new for this release

v0.7.2-rc.1

Toggle v0.7.2-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated whatsnew v0.7.2 (pvlib#953)

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update whats new for pvlib#844 and other contributors (pvlib#851)

* update whats new for pvlib#844 and other contributors

* rebase

* epw docstring noqa fix

* update whatsnew date

* add anton. minor api.rst clean up

* escape asterisk

* add docs auto_examples to gitignore

* pep8

v0.7.0

Toggle v0.7.0's commit message
update whatsnew.rst, add contributors, v0.7.0 release date, address p…

…vlib#809 (pvlib#839)

* update whatsnew.rst, add contributors, v0.7.0 release date, address pvlib#809

* fix dotted line to match date line's length