From 8460b360052c9eff3abdfd681a83ae062247a38a Mon Sep 17 00:00:00 2001 From: Kevin Anderson <57452607+kanderso-nrel@users.noreply.github.com> Date: Tue, 29 Mar 2022 15:31:25 -0600 Subject: [PATCH] Finalize 0.9.1 (#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 #1173 * whatsnew date * additional contributors * delete errant space --- README.md | 13 +++++++------ docs/sphinx/source/user_guide/bifacial.rst | 4 ++-- docs/sphinx/source/whatsnew/v0.9.1.rst | 21 +++++++++++---------- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index be56cc9485..211eb7ff95 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Code Quality -   + lgtm quality grade @@ -46,7 +46,7 @@ Coverage -   + coveralls coverage @@ -62,11 +62,12 @@ - + + Publications - - zenodo reference + + zenodo reference JOSS reference @@ -107,7 +108,7 @@ Installation ============ pvlib-python releases may be installed using the ``pip`` and ``conda`` tools. -Please see the [Installation page](http://pvlib-python.readthedocs.io/en/stable/installation.html) of the documentation for complete instructions. +Please see the [Installation page](https://pvlib-python.readthedocs.io/en/stable/user_guide/installation.html) of the documentation for complete instructions. Contributing diff --git a/docs/sphinx/source/user_guide/bifacial.rst b/docs/sphinx/source/user_guide/bifacial.rst index ec18d04a5a..b0299041ed 100644 --- a/docs/sphinx/source/user_guide/bifacial.rst +++ b/docs/sphinx/source/user_guide/bifacial.rst @@ -24,7 +24,7 @@ irradiance: pvfactors -========= +--------- The `pvfactors `_ package calculates incident irradiance on the front and back surfaces of an array. pvfactors uses @@ -35,7 +35,7 @@ trackers. Infinite Sheds -============== +-------------- The "infinite sheds" model [1] is a 2-dimensional model of irradiance on the front and rear surfaces of a PV array. The model assumes that the array diff --git a/docs/sphinx/source/whatsnew/v0.9.1.rst b/docs/sphinx/source/whatsnew/v0.9.1.rst index 8cdd5b4642..2440f215c7 100644 --- a/docs/sphinx/source/whatsnew/v0.9.1.rst +++ b/docs/sphinx/source/whatsnew/v0.9.1.rst @@ -1,16 +1,13 @@ .. _whatsnew_0910: -v0.9.1 (TBD) --------------------------- - -Breaking changes -~~~~~~~~~~~~~~~~ +v0.9.1 (March 29, 2022) +----------------------- Deprecations ~~~~~~~~~~~~ * Moved :py:func:`pvlib.bifacial.pvfactors_timeseries` to :py:func:`pvlib.bifacial.pvfactors.pvfactors_timeseries`. - :py:module:`pvlib.bifacial` is now a sub-package. (:pull:`717`) + :py:mod:`pvlib.bifacial` is now a sub-package. (:pull:`717`) * :py:func:`pvlib.modelchain.basic_chain` is deprecated. See :py:meth:`pvlib.modelchain.ModelChain.with_pvwatts` and :py:meth:`pvlib.modelchain.ModelChain.with_sapm` for alternative simplified @@ -23,7 +20,7 @@ Enhancements ~~~~~~~~~~~~ * Added ``map_variables`` option to :py:func:`pvlib.iotools.get_psm3` and :py:func:`pvlib.iotools.read_psm3` (:pull:`1374`) -* Added `pvlib.bifacial.infinite_sheds`, containing a model for irradiance +* Added ``pvlib.bifacial.infinite_sheds``, containing a model for irradiance on front and back surfaces of bifacial arrays. (:pull:`717`) * Added ``map_variables`` option to :func:`~pvlib.iotools.read_crn` (:pull:`1368`) * Added :py:func:`pvlib.temperature.prilliman` for modeling cell temperature @@ -37,7 +34,7 @@ Bug fixes values were returned when the sun is behind the plane of array (:issue:`1348`, :pull:`1349`) * Fixed bug in :py:func:`pvlib.iotools.get_pvgis_hourly` where the ``optimal_surface_tilt`` argument was not being passed to the ``optimalinclination`` request parameter (:pull:`1356`) -* Fixed bug in :py:func:`pvlib.bifacial.pvfactors_timeseries` where scalar ``surface_tilt`` +* Fixed bug in :py:func:`pvlib.bifacial.pvfactors.pvfactors_timeseries` where scalar ``surface_tilt`` and ``surface_azimuth`` inputs caused an error (:issue:`1127`, :issue:`1332`, :pull:`1361`) * Added -99999 to list of values to map to nan in :func:`~pvlib.iotools.read_crn` (:issue:`1372`, :pull:`1368`) @@ -58,7 +55,7 @@ Documentation * Fix documentation return error in :py:meth:`pvlib.forecast.ForecastModel.cloud_cover_to_transmittance_linear` (:issue:`1367`, :pull:`1370`) * Add gallery example illustrating bifacial simulation using the - :py:func:`pvlib.bifacial.pvfactors_timeseries` function and either + :py:func:`pvlib.bifacial.pvfactors.pvfactors_timeseries` function and either :py:class:`pvlib.modelchain.ModelChain` or procedural functions. (:pull:`1394`) * Fix some typos (:pull:`1414`) @@ -86,4 +83,8 @@ Contributors * Jack Kelly (:ghuser:`JackKelly`) * Somasree Majumder(:ghuser:`soma2000-lang`) * Naman Priyadarshi (:ghuser:`Naman-Priyadarshi`) -* Shashwata Roy (:ghuser: `RoyCoding8`) +* Will Holmgren (:ghuser:`wholmgren`) +* Mark Mikofksi (:ghuser:`mikofski`) +* Will Hobbs (:ghuser:`williamhobbs`) +* Uday Guntupalli (:ghuser:`uguntupalli`) +* Shashwata Roy (:ghuser:`RoyCoding8`)