Skip to content

Commit bdd2b3a

Browse files
authored
Finalize 0.10.2 (#1868)
* 0.10.2 whatsnew cleanup * create v0.10.3 whatsnew * formatting tweaks * remove GH actions workflow for joss-pdf this file was accidentally merged in with #1855
1 parent fc8eebb commit bdd2b3a

File tree

4 files changed

+52
-52
lines changed

4 files changed

+52
-52
lines changed

.github/workflows/joss-pdf.yml

-26
This file was deleted.

docs/sphinx/source/whatsnew.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ What's New
66

77
These are new features and improvements of note in each release.
88

9+
.. include:: whatsnew/v0.10.2.rst
910
.. include:: whatsnew/v0.10.1.rst
1011
.. include:: whatsnew/v0.10.0.rst
1112
.. include:: whatsnew/v0.9.5.rst
+25-26
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,66 @@
11
.. _whatsnew_01020:
22

33

4-
v0.10.2 (Anticipated September, 2023)
5-
-------------------------------------
6-
7-
8-
Deprecations
9-
~~~~~~~~~~~~
4+
v0.10.2 (September 21, 2023)
5+
----------------------------
106

117

128
Enhancements
139
~~~~~~~~~~~~
1410
* Added .pan/.ond reader function :py:func:`pvlib.iotools.read_panond`. (:issue:`1747`, :pull:`1749`)
1511
* Added support for dates to be specified as strings in the iotools get functions:
16-
:py:func:`pvlib.iotools.get_pvgis_hourly`, :py:func:`pvlib.iotools.get_cams`,
17-
:py:func:`pvlib.iotools.get_bsrn`, and :py:func:`pvlib.iotools.read_midc_raw_data_from_nrel`.
12+
:py:func:`~pvlib.iotools.get_pvgis_hourly`, :py:func:`~pvlib.iotools.get_cams`,
13+
:py:func:`~pvlib.iotools.get_bsrn`, and :py:func:`~pvlib.iotools.read_midc_raw_data_from_nrel`.
1814
(:pull:`1800`)
1915
* Added support for asymmetric limiting angles in :py:func:`pvlib.tracking.singleaxis`
20-
and :py:class:`~pvlib.pvsystem.SingleAxisTrackerMount. (:issue:`1777`, :pull:`1809`, :pull:`1852`)
16+
and :py:class:`~pvlib.pvsystem.SingleAxisTrackerMount`. (:issue:`1777`, :pull:`1809`, :pull:`1852`)
2117
* Added option to infer threshold values for
2218
:py:func:`pvlib.clearsky.detect_clearsky` (:issue:`1808`, :pull:`1784`)
2319
* Added a continuous version of the Erbs diffuse-fraction/decomposition model.
2420
:py:func:`pvlib.irradiance.erbs_driesse` (:issue:`1755`, :pull:`1834`)
2521
* Added :py:func:`~pvlib.iam.interp` option as AOI losses model in
26-
:py:class:`pvlib.modelchain.ModelChain` and
27-
:py:class:`pvlib.pvsystem.PVSystem`. (:issue:`1742`, :pull:`1832`)
22+
:py:class:`~pvlib.modelchain.ModelChain` and
23+
:py:class:`~pvlib.pvsystem.PVSystem`. (:issue:`1742`, :pull:`1832`)
2824
* :py:class:`~pvlib.pvsystem.PVSystem` objects with a single
2925
:py:class:`~pvlib.pvsystem.Array` can now be created without wrapping the
3026
``Array`` in a list first. (:issue:`1831`, :pull:`1854`)
3127

28+
3229
Bug fixes
3330
~~~~~~~~~
3431
* :py:func:`~pvlib.iotools.get_psm3` no longer incorrectly returns clear-sky
3532
DHI instead of clear-sky GHI when requesting ``ghi_clear``. (:pull:`1819`)
36-
* :py:func:`pvlib.singlediode.bishop88` with `method='newton'` no longer
37-
crashes when passed `pandas.Series` of length one.
33+
* :py:func:`pvlib.singlediode.bishop88` with ``method='newton'`` no longer
34+
crashes when passed ``pandas.Series`` of length one.
3835
(:issue:`1787`, :pull:`1822`)
39-
* :py:class:`pvlib.pvsystem.PVSystem` now correctly passes ``n_ar`` module
40-
parameter to :py:func:`pvlib.iam.physical` when this IAM model is specified
41-
or inferred. (:pull:`1832`)
36+
* :py:class:`~pvlib.pvsystem.PVSystem` now correctly passes ``n_ar`` module
37+
parameter to :py:func:`pvlib.iam.physical` when this IAM model is specified
38+
or inferred. (:pull:`1832`)
39+
4240

4341
Testing
4442
~~~~~~~
4543
* Added GitHub action to lint file changes with Flake8, replacing Stickler-CI.
46-
(:issue:`776`, :issue:`1722`, :pull:`1786`)
44+
(:issue:`776`, :issue:`1722`, :pull:`1723`, :pull:`1786`)
45+
4746

4847
Documentation
4948
~~~~~~~~~~~~~
5049
* Added docstring detail for :py:func:`pvlib.iam.schlick_diffuse`.
5150
(:issue:`1811`, :pull:`1812`)
52-
* Removed Stickler-CI integration as the service has ceased June 2023.
53-
(:issue:`1722`, :pull:`1723`)
5451
* Specified that :py:func:`pvlib.singlediode.bishop88`,
5552
:py:func:`pvlib.singlediode.bishop88_i_from_v`, and
56-
:py:func:`pvlib.singlediode.bishop88_v_from_i` parameters `breakdown_factor`,
57-
`breakdown_voltage`, and `breakdown_exp` should be floats.
53+
:py:func:`pvlib.singlediode.bishop88_v_from_i` parameters ``breakdown_factor``,
54+
``breakdown_voltage``, and ``breakdown_exp`` should be floats.
5855
(:issue:`1820`, :pull:`1821`)
5956
* Fix and update example in :py:func:`pvlib.pvsystem.retrieve_sam`.
6057
(:issue:`1741`, :pull:`1833`)
61-
* Fix error in :py:func:`pvlib.iotools.get_pvgis_hourly` documentation of `surface_azimuth`.
58+
* Fix error in :py:func:`pvlib.iotools.get_pvgis_hourly` documentation of ``surface_azimuth``.
6259
(:issue:`1724`, :pull:`1838`)
63-
* Update definition of snow events parameter for :py:func:`pvlib.snow.loss_townsend`.
60+
* Update definition of ``snow_events`` parameter for :py:func:`pvlib.snow.loss_townsend`.
6461
(:issue:`1839`, :pull:`1840`)
6562
* Added gallery example demonstrating how horizon profile data from :py:func:`pvlib.iotools.get_pvgis_horizon`,
6663
can be used to apply horizon shading to time series dni and global poa data. (:pull:`1849`)
67-
68-
Requirements
69-
~~~~~~~~~~~~
7064

7165

7266
Contributors
@@ -85,3 +79,8 @@ Contributors
8579
* Saurabh Aneja (:ghuser:`spaneja`)
8680
* Miroslav Šedivý (:ghuser:`eumiro`)
8781
* kjsauer (:ghuser:`kjsauer`)
82+
* Jules Chéron (:ghuser:`jules-ch`)
83+
* Cliff Hansen (:ghuser:`cwhanse`)
84+
* Will Holmgren (:ghuser:`wholmgren`)
85+
* Mark Mikofski (:ghuser:`mikofski`)
86+
* Kevin Anderson (:ghuser:`kandersolar`)
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.. _whatsnew_01030:
2+
3+
4+
v0.10.3 (Anticipated December, 2023)
5+
------------------------------------
6+
7+
8+
Enhancements
9+
~~~~~~~~~~~~
10+
11+
12+
Bug fixes
13+
~~~~~~~~~
14+
15+
16+
Testing
17+
~~~~~~~
18+
19+
20+
Documentation
21+
~~~~~~~~~~~~~
22+
23+
24+
Contributors
25+
~~~~~~~~~~~~
26+

0 commit comments

Comments
 (0)