8000 Tags · sickdabig/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Tags: sickdabig/pvlib-python

Tags

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Finalize 0.10.2 (pvlib#1868)

* 0.10.2 whatsnew cleanup

* create v0.10.3 whatsnew

* formatting tweaks

* remove GH actions workflow for joss-pdf

this file was accidentally merged in with pvlib#1855

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Replace `pvfactors` with `solarfactors` (pvlib#1797)

* try out solarfactors

* use solarfactosr in conda env files too

* docs and whatsnew

* More documentation

* reword for clarity; add a bit of "why"

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Finalize 0.10.0 (pvlib#1793)

* move 0.9.6 whatsnew content to 0.10.0

* cleanup

* Add missing contributors

* fix pvlib#1731

* create blank 0.10.1 whatsnew

* fix contributor gh handle

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Finalize 0.9.5 (pvlib#1699)

* add missed contributors; whatsnew cleanup

* add blank v0.9.6 whatsnew

* increment release date

* minor RST improvements

* fix underline too short warning in gallery page

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Finalize 0.9.4 (pvlib#1620)

* 0.9.4 whatsnew cleanup

* add blank 0.9.5 template

* change maintainer email from will's UA to pvlib-admin

* fix sphinx build warning

v0.9.4-alpha.1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement irradiance.complete_irradiance with component sum equations (

…pvlib#1567)

* added new irradiance function for component sum

* added to docstrings

* updated docstrings

* updated methods with new component_sum_irradiance() function

* added associated unit test for the new component sum function

* added units tests for the component_sum_irradiance() function

* added whatsnew file for v0.9.4

* fixed modelchain error to stop unit test erroring

* removed clearsky_dni arg for cases where it's not used

* updated naming conventions for component_sum_irradiance function in modelchains

* updated the routines to remove pep8 errors, added to clearsky_dni docstring

* updated the routine to return dataframe after calculating component sum + other suggestions

* updated the PR based on @kanderso-nrel review

* made updates based on kanderso-nrel's suggestions

* updated all the unit tests to pass

* Update pvlib/irradiance.py

Co-authored-by: Kevin Anderson <kevin.anderson@nrel.gov>

* Update pvlib/irradiance.py

Co-authored-by: Kevin Anderson <kevin.anderson@nrel.gov>

* moved warning out of dni generation call (just ghi and dhi)

* fix sticklerci formatting errors

* Update pvlib/irradiance.py

Co-authored-by: Kevin Anderson <kevin.anderson@nrel.gov>

* updates to name-changed to 'complete_irradiance'

* fixed over-indentation error

* removed default none from function params

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

Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>

* made updates based on @cwhanse's recommendations

* Update pvlib/irradiance.py

Co-authored-by: Will Holmgren <william.holmgren@gmail.com>

* Update pvlib/irradiance.py

Co-authored-by: Will Holmgren <william.holmgren@gmail.com>

* changed to pytest error raise based on @wholmgren's recommendation

* Made updates to code based on @wholmgren's recommendations

* fix pep8 error 2

* updated modelchains to use zenith instead of apparent zenith

* check that unit tests run

* undo ModelChain.complete_irradiance test changes

Co-authored-by: Perry <kperry@nrel.gov>
Co-authored-by: Kevin Anderson <kevin.anderson@nrel.gov>
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
Co-authored-by: Will Holmgren <william.holmgren@gmail.com>

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Finalize 0.9.3 (pvlib#1552)

* whatsnew cleanup

* include 0.9.3 in whatsnew index

* create empty 0.9.4 whatsnew template

* sphinx fixes

* release date += 1

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Finalize 0.9.2 (pvlib#1534)

* 0.9.2 whatsnew cleanup

* create empty 0.9.3 whatsnew template

* missed contributors

v0.9.2-alpha.3

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
setup.py: use setuptools.find_namespace_packages() (pvlib#1483)

* setup.py: use setuptools.find_packages()

* switch to better method; add documentation

* more comment

* use stable pypi release action

should hopefully address and silence this warning:
Warning: You are using "pypa/gh-action-pypi-publish@master". The "master" branch of this project has been sunset and will not receive any updates, not even security bug fixes. Please, make sure to use a supported version. If you want to pin to v1 major version, use "pypa/gh-action-pypi-publish@release/v1". If you feel adventurous, you may opt to use use "pypa/gh-action-pypi-publish@unstable/v1" instead. A more general recommendation is to pin to exact tags or commit shas.

* some pruning

* fix errors

v0.9.2-alpha.2

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

0