diff --git a/docs/sphinx/source/whatsnew/v0.9.2.rst b/docs/sphinx/source/whatsnew/v0.9.2.rst
index d3e249d56b..d8221e48db 100644
--- a/docs/sphinx/source/whatsnew/v0.9.2.rst
+++ b/docs/sphinx/source/whatsnew/v0.9.2.rst
@@ -1,25 +1,22 @@
.. _whatsnew_0920:
-v0.9.2 (TBD)
------------------------
-
-Deprecations
-~~~~~~~~~~~~
+v0.9.2 (August 19, 2022)
+------------------------
Enhancements
~~~~~~~~~~~~
* albedo can now be provided as a column in the `weather` DataFrame input to
- :py:method:`pvlib.modelchain.ModelChain.run_model`. (:issue:`1387`, :pull:`1478`)
+ :py:meth:`pvlib.modelchain.ModelChain.run_model`. (:issue:`1387`, :pull:`1478`)
* albedo is now available as an input to :py:meth:`pvlib.pvsystem.PVSystem.get_irradiance`
and :py:meth:`pvlib.pvsystem.Array.get_irradiance`. (:pull:`1478`)
* :py:func:`pvlib.iotools.read_surfrad` now also accepts remote files
- with https links in addition to files on the SURFRAD FTP server
+ with https links in addition to files on the SURFRAD FTP server.
(:pull:`1459`)
* Add :py:func:`pvlib.tracking.calc_surface_orientation` for calculating
single-axis tracker ``surface_tilt`` and ``surface_azimuth`` from
rotation angles. (:issue:`1471`, :pull:`1480`)
* Improve error message about uneven time intervals for
- :py:func:`~pvlib.clearsky.detect_clearsky` and :py:func:`~pvlib.temperature.prilliman`
+ :py:func:`~pvlib.clearsky.detect_clearsky` and :py:func:`~pvlib.temperature.prilliman`.
(:issue:`1476`, :pull:`1490`)
* Add support for `PEP517 `_ & `PEP518 `_
with setuptools build backend. (:pull:`1495`)
@@ -39,28 +36,28 @@ Bug fixes
Previously 00:00 timestamps would incorrectly be moved one day forward.
(:pull:`1494`)
* :py:func:`pvlib.iotools.get_psm3` now raises a deprecation warning if
- the `leap_day` parameter is not specified in a single-year request.
- Starting in pvlib 0.11.0 `leap_day` will default to True instead of False.
+ the ``leap_day`` parameter is not specified in a single-year request.
+ Starting in pvlib 0.11.0 ``leap_day`` will default to True instead of False.
(:issue:`1481`, :pull:`1511`)
Testing
~~~~~~~
-* Switched CI testing provider from Azure to GitHub Actions (:pull:`1306`)
-* Speed up CI setup using micromamba instead of conda (:pull:`1493`)
-* Drop python 3.6 (reached end of life Dec 2021) and add 3.10 to test matrix (:pull:`1507`)
+* Switched CI testing provider from Azure to GitHub Actions. (:pull:`1306`)
+* Speed up CI setup using micromamba instead of conda. (:pull:`1493`)
+* Drop python 3.6 (reached end of life Dec 2021) and add 3.10 to test matrix. (:pull:`1507`)
Documentation
~~~~~~~~~~~~~
* Added a reference to :py:func:`pvlib.inverter.sandia_multi`. (:pull:`1479`)
* Add gallery example of simulating rearside irradiance for a fixed-tilt
- array with pvfactors (:pull:`1470`)
-* Updated reference links to CAMS Radiation (:issue:`1515`, :pull:`1529`)
+ array with pvfactors. (:pull:`1470`)
+* Updated reference links to CAMS Radiation. (:issue:`1515`, :pull:`1529`)
Benchmarking
~~~~~~~~~~~~~
* Updated version of numba in asv.conf from 0.36.1 to 0.40.0 to solve numba/numpy conflict. (:issue:`1439`, :pull:`1440`)
-* Added benchmarks for the `pvlib.scaling` module (:pull:`1445`)
-* Added a basic CI asv check (:issue:`1446`, :pull:`1454`)
+* Added benchmarks for the ``pvlib.scaling`` module. (:pull:`1445`)
+* Added a basic CI asv check. (:issue:`1446`, :pull:`1454`)
Requirements
~~~~~~~~~~~~
@@ -79,3 +76,10 @@ Contributors
* Jules Chéron (:ghuser:`jules-ch`)
* Kurt Rhee (:ghuser:`kurt-rhee`)
* Will Hobbs (:ghuser:`williamhobbs`)
+* Stephen Schneider (:ghuser:`sjschneider`)
+* :ghuser:`Kaesekopf`
+* :ghuser:`hf-kklein`
+* Mark Campanelli (:ghuser:`campanelli-sunpower`)
+* Anton Driesse (:ghuser:`adriesse`)
+* Kristen Wagner (:ghuser:`kwagnercpr`)
+* Mark Mikofski (:ghuser:`mikofski`)
diff --git a/docs/sphinx/source/whatsnew/v0.9.3.rst b/docs/sphinx/source/whatsnew/v0.9.3.rst
new file mode 100644
index 0000000000..8f9d90e231
--- /dev/null
+++ b/docs/sphinx/source/whatsnew/v0.9.3.rst
@@ -0,0 +1,36 @@
+.. _whatsnew_0930:
+
+v0.9.3 (TBD)
+------------------------
+
+Deprecations
+~~~~~~~~~~~~
+
+
+Enhancements
+~~~~~~~~~~~~
+
+
+Bug fixes
+~~~~~~~~~
+
+
+Testing
+~~~~~~~
+
+
+Documentation
+~~~~~~~~~~~~~
+
+
+Benchmarking
+~~~~~~~~~~~~~
+
+
+Requirements
+~~~~~~~~~~~~
+
+
+Contributors
+~~~~~~~~~~~~
+