Skip to content

Commit 3dfa46e

Browse files
committed
whatsnew cleanup
1 parent 256c528 commit 3dfa46e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33
v0.9.1 (TBD)
44
--------------------------
55

6-
Breaking changes
7-
~~~~~~~~~~~~~~~~
8-
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`)
@@ -83,3 +80,5 @@ Contributors
8380
* Jack Kelly (:ghuser:`JackKelly`)
8481
* Somasree Majumder(:ghuser:`soma2000-lang`)
8582
* Naman Priyadarshi (:ghuser:`Naman-Priyadarshi`)
83+
* Will Holmgren (:ghuser:`wholmgren`)
84+
* Mark Mikofksi (:ghuser:`mikofski`)

0 commit comments

Comments
 (0)