tag:github.com,2008:https://github.com/nicomt/pvlib-python/releasesTags from pvlib-python2023-07-05T13:59:31Ztag:github.com,2008:Repository/519325732/v0.10.12023-07-05T13:59:31Zv0.10.1: Replace `pvfactors` with `solarfactors` (#1797)<p>Replace `pvfactors` with `solarfactors` (<a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/pull/1797">pvlib#1797</a>)</p>
<p>* try out solarfactors</p>
<p>* use solarfactosr in conda env files too</p>
<p>* docs and whatsnew</p>
<p>* More documentation</p>
<p>* reword for clarity; add a bit of "why"</p>kandersolartag:github.com,2008:Repository/519325732/v0.9.4-alpha.12022-11-01T13:16:32Zv0.9.4-alpha.1<p>Implement irradiance.complete_irradiance with component sum equations (<a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/pull/1567">…</a></p>
<p><a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/pull/1567">…pvlib#1567</a>)</p>
<p>* added new irradiance function for component sum</p>
<p>* added to docstrings</p>
<p>* updated docstrings</p>
<p>* updated methods with new component_sum_irradiance() function</p>
<p>* added associated unit test for the new component sum function</p>
<p>* added units tests for the component_sum_irradiance() function</p>
<p>* added whatsnew file for v0.9.4</p>
<p>* fixed modelchain error to stop unit test erroring</p>
<p>* removed clearsky_dni arg for cases where it's not used</p>
<p>* updated naming conventions for component_sum_irradiance function in modelchains</p>
<p>* updated the routines to remove pep8 errors, added to clearsky_dni docstring</p>
<p>* updated the routine to return dataframe after calculating component sum + other suggestions</p>
<p>* updated the PR based on @kanderso-nrel review</p>
<p>* made updates based on kanderso-nrel's suggestions</p>
<p>* updated all the unit tests to pass</p>
<p>* Update pvlib/irradiance.py</p>
<p>Co-authored-by: Kevin Anderson <kevin.anderson@nrel.gov></p>
<p>* Update pvlib/irradiance.py</p>
<p>Co-authored-by: Kevin Anderson <kevin.anderson@nrel.gov></p>
<p>* moved warning out of dni generation call (just ghi and dhi)</p>
<p>* fix sticklerci formatting errors</p>
<p>* Update pvlib/irradiance.py</p>
<p>Co-authored-by: Kevin Anderson <kevin.anderson@nrel.gov></p>
<p>* updates to name-changed to 'complete_irradiance'</p>
<p>* fixed over-indentation error</p>
<p>* removed default none from function params</p>
<p>* Update docs/sphinx/source/whatsnew/v0.9.4.rst</p>
<p>Co-authored-by: Cliff Hansen <cwhanse@sandia.gov></p>
<p>* made updates based on <a class="user-mention notranslate" href="https://github.com/cwhanse">@cwhanse</a>'s recommendations</p>
<p>* Update pvlib/irradiance.py</p>
<p>Co-authored-by: Will Holmgren <william.holmgren@gmail.com></p>
<p>* Update pvlib/irradiance.py</p>
<p>Co-authored-by: Will Holmgren <william.holmgren@gmail.com></p>
<p>* changed to pytest error raise based on <a class="user-mention notranslate" href="https://github.com/wholmgren">@wholmgren</a>'s recommendation</p>
<p>* Made updates to code based on <a class="user-mention notranslate" href="https://github.com/wholmgren">@wholmgren</a>'s recommendations</p>
<p>* fix pep8 error 2</p>
<p>* updated modelchains to use zenith instead of apparent zenith</p>
<p>* check that unit tests run</p>
<p>* undo ModelChain.complete_irradiance test changes</p>
<p>Co-authored-by: Perry <kperry@nrel.gov>
<br />Co-authored-by: Kevin Anderson <kevin.anderson@nrel.gov>
<br />Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
<br />Co-authored-by: Will Holmgren <william.holmgren@gmail.com></p>kperrynreltag:github.com,2008:Repository/519325732/v0.9.32022-09-15T19:38:02Zv0.9.3: Finalize 0.9.3 (#1552)<p>Finalize 0.9.3 (<a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/pull/1552">pvlib#1552</a>)</p>
<p>* whatsnew cleanup</p>
<p>* include 0.9.3 in whatsnew index</p>
<p>* create empty 0.9.4 whatsnew template</p>
<p>* sphinx fixes</p>
<p>* release date += 1</p>kandersolartag:github.com,2008:Repository/519325732/v0.9.22022-08-19T21:13:55Zv0.9.2: Finalize 0.9.2 (#1534)<p>Finalize 0.9.2 (<a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/pull/1534">pvlib#1534</a>)</p>
<p>* 0.9.2 whatsnew cleanup</p>
<p>* create empty 0.9.3 whatsnew template</p>
<p>* missed contributors</p>kandersolartag:github.com,2008:Repository/519325732/v0.9.2-alpha.32022-08-17T22:18:25Zv0.9.2-alpha.3: setup.py: use setuptools.find_namespace_packages() (#1483)<p>setup.py: use setuptools.find_namespace_packages() (<a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/pull/1483">pvlib#1483</a>)</p>
<p>* setup.py: use setuptools.find_packages()</p>
<p>* switch to better method; add documentation</p>
<p>* more comment</p>
<p>* use stable pypi release action</p>
<p>should hopefully address and silence this warning:
<br />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.</p>
<p>* some pruning</p>
<p>* fix errors</p>kandersolartag:github.com,2008:Repository/519325732/v0.7.22020-04-22T19:49:25Zv0.7.2tag:github.com,2008:Repository/519325732/v0.7.2-rc.12020-04-17T02:53:25Zv0.7.2-rc.1CameronTStarktag:github.com,2008:Repository/519325732/v0.7.12020-01-18T00:52:34Zv0.7.1: update whats new for #844 and other contributors (#851)<p>update whats new for <a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/pull/844">pvlib#844</a> and other contributors (<a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/pull/851">pvlib#851</a>)</p>
<p>* update whats new for <a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/pull/844">pvlib#844</a> and other contributors</p>
<p>* rebase</p>
<p>* epw docstring noqa fix</p>
<p>* update whatsnew date</p>
<p>* add anton. minor api.rst clean up</p>
<p>* escape asterisk</p>
<p>* add docs auto_examples to gitignore</p>
<p>* pep8</p>wholmgrentag:github.com,2008:Repository/519325732/v0.7.02019-12-18T18:13:42Zv0.7.0<p>update whatsnew.rst, add contributors, v0.7.0 release date, address <a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/issues/809">p…</a></p>
<p><a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/issues/809">…vlib#809</a> (<a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/pull/839">pvlib#839</a>)</p>
<p>* update whatsnew.rst, add contributors, v0.7.0 release date, address <a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/issues/809">pvlib#809</a></p>
<p>* fix dotted line to match date line's length</p>CameronTStarktag:github.com,2008:Repository/519325732/update-data2019-09-09T21:48:06Zupdate-data: Update module and inverter files (#761) (#767)<p>Update module and inverter files (<a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/issues/761">pvlib#761</a>) (<a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/pull/767">pvlib#767</a>)</p>
<p>* Update module and inverter files (<a class="issue-link js-issue-link" href="https://github.com/pvlib/pvlib-python/issues/761">pvlib#761</a>)</p>
<p>With data files fetched from <a class="commit-link" href="https://github.com/NREL/SAM/commit/aa60bc3">NREL/SAM@<tt>aa60bc3</tt></a>.</p>
<p>* update whatsnew</p>Peque