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

Skip to content

Tags: xtimpl/pvlib-python

Tags

v0.9.0-alpha.7

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add gallery example for modeling with interval averages (pvlib#1152)

* add example

* whatsnew

* fix title

* make plots more compact

* fix unrelated sphinx issue

* forgot this wasn't latex

* updates from review

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

v0.9.0-alpha.6

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
move ModelChain.weather and times to ModelChainResult (pvlib#1197)

* move ModelChain.weather and times to ModelChainResult

* stickler

* Update pvlib/tests/test_modelchain.py

Co-authored-by: Cliff Hansen <[email protected]>

* update docs

Co-authored-by: Cliff Hansen <[email protected]>

v0.9.0-alpha.5

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix modelchain with module temperature and arrays (pvlib#1193)

* fix modelchain with module temperature and arrays

* refactor to directly build from arrays

* add test

* improve test

* fix test

v0.9.0-alpha.4

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix run_model_from_effective_irradiance with iterable weather and exc…

…luding cell temperature (pvlib#1165)

* check for complete poa in _set_celltemp

* test for new location of ValueError, add test for run_from_eff_irrad with iterable of length 1

* handle single data/arrays, fix test

* remove old test

* add _verify_df to run_from_effective_irradiance

* remove ValueError from _set_celltemp

* test for single, list tuple

* edits from review

v0.9.0-alpha.3

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
unwrap_single_value, validate_per_array in SingleAxisTracker.get_irra…

…diance (pvlib#1160)

* unwrap_single_value and validate_per_array in SingleAxisTracker.get_irradiance

* add test

* comment

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]>