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

Skip to content

Tags: lgtm-migrator/pvlib-python

Tags

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

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)

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 <william.holmgren@gmail.com>

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 <cwhanse@sandia.gov>

* update docs

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