Skip to content

Commit 8460b36

Browse files
authored
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
1 parent edbf2a6 commit 8460b36

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</tr>
3636
<tr>
3737
<td>Code Quality</td>
38-
 <td>
38+
<td>
3939
<a href="https://lgtm.com/projects/g/pvlib/pvlib-python/context:python">
4040
<img src="https://img.shields.io/lgtm/grade/python/g/pvlib/pvlib-python.svg?logo=lgtm&logoWidth=18" alt="lgtm quality grade" />
4141
</a>
@@ -46,7 +46,7 @@
4646
</tr>
4747
<tr>
4848
<td>Coverage</td>
49-
 <td>
49+
<td>
5050
<a href="https://coveralls.io/r/pvlib/pvlib-python">
5151
<img src="https://img.shields.io/coveralls/pvlib/pvlib-python.svg" alt="coveralls coverage" />
5252
</a>
@@ -62,11 +62,12 @@
6262
<img src="https://img.shields.io/badge/benchmarks-asv-lightgrey" />
6363
</a>
6464
</td>
65-
</tr>
65+
</tr>
66+
<tr>
6667
<td>Publications</td>
6768
<td>
68-
<a href="https://doi.org/10.5281/zenodo.3762635">
69-
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3762635.svg" alt="zenodo reference">
69+
<a href="https://doi.org/10.5281/zenodo.593284">
70+
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.593284.svg" alt="zenodo reference">
7071
</a>
7172
<a href="http://joss.theoj.org/papers/41187535cad22dd4b076c89b72f874b1">
7273
<img src="http://joss.theoj.org/papers/41187535cad22dd4b076c89b72f874b1/status.svg" alt="JOSS reference" />
@@ -107,7 +108,7 @@ Installation
107108
============
108109

109110
pvlib-python releases may be installed using the ``pip`` and ``conda`` tools.
110-
Please see the [Installation page](http://pvlib-python.readthedocs.io/en/stable/installation.html) of the documentation for complete instructions.
111+
Please see the [Installation page](https://pvlib-python.readthedocs.io/en/stable/user_guide/installation.html) of the documentation for complete instructions.
111112

112113

113114
Contributing

docs/sphinx/source/user_guide/bifacial.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ irradiance:
2424

2525

2626
pvfactors
27-
=========
27+
---------
2828

2929
The `pvfactors <https://sunpower.github.io/pvfactors/>`_ package calculates
3030
incident irradiance on the front and back surfaces of an array. pvfactors uses
@@ -35,7 +35,7 @@ trackers.
3535

3636

3737
Infinite Sheds
38-
==============
38+
--------------
3939

4040
The "infinite sheds" model [1] is a 2-dimensional model of irradiance on the
4141
front and rear surfaces of a PV array. The model assumes that the array

docs/sphinx/source/whatsnew/v0.9.1.rst

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
.. _whatsnew_0910:
22

3-
v0.9.1 (TBD)
4-
--------------------------
5-
6-
Breaking changes
7-
~~~~~~~~~~~~~~~~
3+
v0.9.1 (March 29, 2022)
4+
-----------------------
85

96
Deprecations
107
~~~~~~~~~~~~
118
* Moved :py:func:`pvlib.bifacial.pvfactors_timeseries` to
129
:py:func:`pvlib.bifacial.pvfactors.pvfactors_timeseries`.
13-
:py:module:`pvlib.bifacial` is now a sub-package. (:pull:`717`)
10+
:py:mod:`pvlib.bifacial` is now a sub-package. (:pull:`717`)
1411
* :py:func:`pvlib.modelchain.basic_chain` is deprecated.
1512
See :py:meth:`pvlib.modelchain.ModelChain.with_pvwatts` and
1613
:py:meth:`pvlib.modelchain.ModelChain.with_sapm` for alternative simplified
@@ -23,7 +20,7 @@ Enhancements
2320
~~~~~~~~~~~~
2421
* Added ``map_variables`` option to :py:func:`pvlib.iotools.get_psm3` and
2522
:py:func:`pvlib.iotools.read_psm3` (:pull:`1374`)
26-
* Added `pvlib.bifacial.infinite_sheds`, containing a model for irradiance
23+
* Added ``pvlib.bifacial.infinite_sheds``, containing a model for irradiance
2724
on front and back surfaces of bifacial arrays. (:pull:`717`)
2825
* Added ``map_variables`` option to :func:`~pvlib.iotools.read_crn` (:pull:`1368`)
2926
* Added :py:func:`pvlib.temperature.prilliman` for modeling cell temperature
@@ -37,7 +34,7 @@ Bug fixes
3734
values were returned when the sun is behind the plane of array (:issue:`1348`, :pull:`1349`)
3835
* Fixed bug in :py:func:`pvlib.iotools.get_pvgis_hourly` where the ``optimal_surface_tilt``
3936
argument was not being passed to the ``optimalinclination`` request parameter (:pull:`1356`)
40-
* Fixed bug in :py:func:`pvlib.bifacial.pvfactors_timeseries` where scalar ``surface_tilt``
37+
* Fixed bug in :py:func:`pvlib.bifacial.pvfactors.pvfactors_timeseries` where scalar ``surface_tilt``
4138
and ``surface_azimuth`` inputs caused an error (:issue:`1127`, :issue:`1332`, :pull:`1361`)
4239
* Added -99999 to list of values to map to nan in :func:`~pvlib.iotools.read_crn`
4340
(:issue:`1372`, :pull:`1368`)
@@ -58,7 +55,7 @@ Documentation
5855
* Fix documentation return error in :py:meth:`pvlib.forecast.ForecastModel.cloud_cover_to_transmittance_linear`
5956
(:issue:`1367`, :pull:`1370`)
6057
* Add gallery example illustrating bifacial simulation using the
61-
:py:func:`pvlib.bifacial.pvfactors_timeseries` function and either
58+
:py:func:`pvlib.bifacial.pvfactors.pvfactors_timeseries` function and either
6259
:py:class:`pvlib.modelchain.ModelChain` or procedural functions.
6360
(:pull:`1394`)
6461
* Fix some typos (:pull:`1414`)
@@ -86,4 +83,8 @@ Contributors
8683
* Jack Kelly (:ghuser:`JackKelly`)
8784
* Somasree Majumder(:ghuser:`soma2000-lang`)
8885
* Naman Priyadarshi (:ghuser:`Naman-Priyadarshi`)
89-
* Shashwata Roy (:ghuser: `RoyCoding8`)
86+
* Will Holmgren (:ghuser:`wholmgren`)
87+
* Mark Mikofksi (:ghuser:`mikofski`)
88+
* Will Hobbs (:ghuser:`williamhobbs`)
89+
* Uday Guntupalli (:ghuser:`uguntupalli`)
90+
* Shashwata Roy (:ghuser:`RoyCoding8`)

0 commit comments

Comments
 (0)