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

Skip to content

Tags: AMAV26/pvlib-python

Tags

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 <[email protected]>

* Update pvlib/irradiance.py

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

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

* fix sticklerci formatting errors

* Update pvlib/irradiance.py

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

* 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 <[email protected]>

* made updates based on @cwhanse's recommendations

* Update pvlib/irradiance.py

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

* Update pvlib/irradiance.py

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

* 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 <[email protected]>
Co-authored-by: Kevin Anderson <[email protected]>
Co-authored-by: Cliff Hansen <[email protected]>
Co-authored-by: Will Holmgren <[email protected]>

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

v0.9.2-alpha.1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use pep517/518 build system for modern build isolation (pvlib#1495)

- Remove pvlib/_version.py (versioneer)
- Use importlib.metadata to retrieve version from PKG-INFO
- Add importlib-metadata backport for python < 3.8
- Create pyproject.toml with setuptools build backend
- Update workflow to use pypa/build module to build sdist & wheel
- Update remove versioneer files from .lgtm.yml & .stickler.yml
- Remove include from MANIFEST.IN (already included with setuptools-scm)

v0.9.1

Toggle v0.9.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.9.1 (pvlib#1431)

* fix heading levels in user_guide/bifacial.rst

* whatsnew cleanup

* fix readme html

missing tag, maybe unicode zero-width spaces?

* readme: link to universal zenodo doi

* readme: update installation link for pvlib#1173

* whatsnew date

* additional contributors

* delete errant space

v0.9.0

Toggle v0.9.0's commit message

Verified

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