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

Skip to content

Tags: lpcacho/pvlib-python

Tags

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

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add missing requests dependency (pvlib#726)

v0.6.3-rc.1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add missing requests dependency (pvlib#726)

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
wholmgren Will Holmgren
remove appveyor and landscape

v0.6.2-rc.1

Toggle v0.6.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.
finalize 0.6.2 whatsnew (pvlib#724)

* finalize 0.6.2 whatsnew

* change 0.6.1 date format for consistency

* fix ghuser links

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update v0.6.1.rst

v0.6.1-beta.2

Toggle v0.6.1-beta.2's commit message
Add irradiance.clearsky_index (pvlib#571)

* basic code for irradiance.clearsky_index, still needs full docstring and tests

* Add a float conversion to irradiance.clearsky_index to allow integer inputs

* added tests for irradiance.clearsky_index

* fix typo in irradiance.clearsky_index test

* fix typo in irradiance.clearsky_index test

* Update pvlib/test/test_irradiance.py to remove extra spaces

* fixed incorrect documentation for irradiance.clearsky_index

* rename poorly-named variables in irradiance.clearsky_index

* truncate nan/inf values to zero in irradiance.clearsky_index

* update whatsnew and api.rst

* improved formatting to satisfy stickler

* preserve input nans for irradiance.clearsky_index

* remove trailing whitespace

* refactor irradiance.clearsky_index to simplify type-handling logic.  also changed behavior for input inf values to set clearsky index to zero

* revert change to inf/nan handling; input infs yield clearsky_index=nan