Skip to content

Commit 6ffe257

Browse files
authored
Finalize 0.9.2 (#1534)
* 0.9.2 whatsnew cleanup * create empty 0.9.3 whatsnew template * missed contributors
1 parent e1393f7 commit 6ffe257

File tree

2 files changed

+57
-17
lines changed

2 files changed

+57
-17
lines changed

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

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
.. _whatsnew_0920:
22

3-
v0.9.2 (TBD)
4-
-----------------------
5-
6-
Deprecations
7-
~~~~~~~~~~~~
3+
v0.9.2 (August 19, 2022)
4+
------------------------
85

96
Enhancements
107
~~~~~~~~~~~~
118
* albedo can now be provided as a column in the `weather` DataFrame input to
12-
:py:method:`pvlib.modelchain.ModelChain.run_model`. (:issue:`1387`, :pull:`1478`)
9+
:py:meth:`pvlib.modelchain.ModelChain.run_model`. (:issue:`1387`, :pull:`1478`)
1310
* albedo is now available as an input to :py:meth:`pvlib.pvsystem.PVSystem.get_irradiance`
1411
and :py:meth:`pvlib.pvsystem.Array.get_irradiance`. (:pull:`1478`)
1512
* :py:func:`pvlib.iotools.read_surfrad` now also accepts remote files
16-
with https links in addition to files on the SURFRAD FTP server
13+
with https links in addition to files on the SURFRAD FTP server.
1714
(:pull:`1459`)
1815
* Add :py:func:`pvlib.tracking.calc_surface_orientation` for calculating
1916
single-axis tracker ``surface_tilt`` and ``surface_azimuth`` from
2017
rotation angles. (:issue:`1471`, :pull:`1480`)
2118
* Improve error message about uneven time intervals for
22-
:py:func:`~pvlib.clearsky.detect_clearsky` and :py:func:`~pvlib.temperature.prilliman`
19+
:py:func:`~pvlib.clearsky.detect_clearsky` and :py:func:`~pvlib.temperature.prilliman`.
2320
(:issue:`1476`, :pull:`1490`)
2421
* Add support for `PEP517 <https://peps.python.org/pep-0517/>`_ & `PEP518 <https://peps.python.org/pep-0518/>`_
2522
with setuptools build backend. (:pull:`1495`)
@@ -39,28 +36,28 @@ Bug fixes
3936
Previously 00:00 timestamps would incorrectly be moved one day forward.
4037
(:pull:`1494`)
4138
* :py:func:`pvlib.iotools.get_psm3` now raises a deprecation warning if
42-
the `leap_day` parameter is not specified in a single-year request.
43-
Starting in pvlib 0.11.0 `leap_day` will default to True instead of False.
39+
the ``leap_day`` parameter is not specified in a single-year request.
40+
Starting in pvlib 0.11.0 ``leap_day`` will default to True instead of False.
4441
(:issue:`1481`, :pull:`1511`)
4542

4643
Testing
4744
~~~~~~~
48-
* Switched CI testing provider from Azure to GitHub Actions (:pull:`1306`)
49-
* Speed up CI setup using micromamba instead of conda (:pull:`1493`)
50-
* Drop python 3.6 (reached end of life Dec 2021) and add 3.10 to test matrix (:pull:`1507`)
45+
* Switched CI testing provider from Azure to GitHub Actions. (:pull:`1306`)
46+
* Speed up CI setup using micromamba instead of conda. (:pull:`1493`)
47+
* Drop python 3.6 (reached end of life Dec 2021) and add 3.10 to test matrix. (:pull:`1507`)
5148

5249
Documentation
5350
~~~~~~~~~~~~~
5451
* Added a reference to :py:func:`pvlib.inverter.sandia_multi`. (:pull:`1479`)
5552
* Add gallery example of simulating rearside irradiance for a fixed-tilt
56-
array with pvfactors (:pull:`1470`)
57-
* Updated reference links to CAMS Radiation (:issue:`1515`, :pull:`1529`)
53+
array with pvfactors. (:pull:`1470`)
54+
* Updated reference links to CAMS Radiation. (:issue:`1515`, :pull:`1529`)
5855

5956
Benchmarking
6057
~~~~~~~~~~~~~
6158
* Updated version of numba in asv.conf from 0.36.1 to 0.40.0 to solve numba/numpy conflict. (:issue:`1439`, :pull:`1440`)
62-
* Added benchmarks for the `pvlib.scaling` module (:pull:`1445`)
63-
* Added a basic CI asv check (:issue:`1446`, :pull:`1454`)
59+
* Added benchmarks for the ``pvlib.scaling`` module. (:pull:`1445`)
60+
* Added a basic CI asv check. (:issue:`1446`, :pull:`1454`)
6461

6562
Requirements
6663
~~~~~~~~~~~~
@@ -79,3 +76,10 @@ Contributors
7976
* Jules Chéron (:ghuser:`jules-ch`)
8077
* Kurt Rhee (:ghuser:`kurt-rhee`)
8178
* Will Hobbs (:ghuser:`williamhobbs`)
79+
* Stephen Schneider (:ghuser:`sjschneider`)
80+
* :ghuser:`Kaesekopf`
81+
* :ghuser:`hf-kklein`
82+
* Mark Campanelli (:ghuser:`campanelli-sunpower`)
83+
* Anton Driesse (:ghuser:`adriesse`)
84+
* Kristen Wagner (:ghuser:`kwagnercpr`)
85+
* Mark Mikofski (:ghuser:`mikofski`)
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.. _whatsnew_0930:
2+
3+
v0.9.3 (TBD)
4+
------------------------
5+
6+
Deprecations
7+
~~~~~~~~~~~~
8+
9+
10+
Enhancements
11+
~~~~~~~~~~~~
12+
13+
14+
Bug fixes
15+
~~~~~~~~~
16+
17+
18+
Testing
19+
~~~~~~~
20+
21+
22+
Documentation
23+
~~~~~~~~~~~~~
24+
25+
26+
Benchmarking
27+
~~~~~~~~~~~~~
28+
29+
30+
Requirements
31+
~~~~~~~~~~~~
32+
33+
34+
Contributors
35+
~~~~~~~~~~~~
36+

0 commit comments

Comments
 (0)