Skip to content

Commit

Permalink
formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar committed Sep 21, 2023
1 parent 4b3aa62 commit b069035
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/sphinx/source/whatsnew/v0.10.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Enhancements
:py:func:`~pvlib.iotools.get_bsrn`, and :py:func:`~pvlib.iotools.read_midc_raw_data_from_nrel`.
(:pull:`1800`)
* Added support for asymmetric limiting angles in :py:func:`pvlib.tracking.singleaxis`
and :py:class:`~pvlib.pvsystem.SingleAxisTrackerMount. (:issue:`1777`, :pull:`1809`, :pull:`1852`)
and :py:class:`~pvlib.pvsystem.SingleAxisTrackerMount`. (:issue:`1777`, :pull:`1809`, :pull:`1852`)
* Added option to infer threshold values for
:py:func:`pvlib.clearsky.detect_clearsky` (:issue:`1808`, :pull:`1784`)
* Added a continuous version of the Erbs diffuse-fraction/decomposition model.
:py:func:`pvlib.irradiance.erbs_driesse` (:issue:`1755`, :pull:`1834`)
* Added :py:func:`~pvlib.iam.interp` option as AOI losses model in
:py:class:`pvlib.modelchain.ModelChain` and
:py:class:`pvlib.pvsystem.PVSystem`. (:issue:`1742`, :pull:`1832`)
:py:class:`~pvlib.modelchain.ModelChain` and
:py:class:`~pvlib.pvsystem.PVSystem`. (:issue:`1742`, :pull:`1832`)
* :py:class:`~pvlib.pvsystem.PVSystem` objects with a single
:py:class:`~pvlib.pvsystem.Array` can now be created without wrapping the
``Array`` in a list first. (:issue:`1831`, :pull:`1854`)
Expand All @@ -30,12 +30,12 @@ Bug fixes
~~~~~~~~~
* :py:func:`~pvlib.iotools.get_psm3` no longer incorrectly returns clear-sky
DHI instead of clear-sky GHI when requesting ``ghi_clear``. (:pull:`1819`)
* :py:func:`pvlib.singlediode.bishop88` with `method='newton'` no longer
crashes when passed `pandas.Series` of length one.
* :py:func:`pvlib.singlediode.bishop88` with ``method='newton'`` no longer
crashes when passed ``pandas.Series`` of length one.
(:issue:`1787`, :pull:`1822`)
* :py:class:`pvlib.pvsystem.PVSystem` now correctly passes ``n_ar`` module
parameter to :py:func:`pvlib.iam.physical` when this IAM model is specified
or inferred. (:pull:`1832`)
* :py:class:`~pvlib.pvsystem.PVSystem` now correctly passes ``n_ar`` module
parameter to :py:func:`pvlib.iam.physical` when this IAM model is specified
or inferred. (:pull:`1832`)


Testing
Expand Down

0 comments on commit b069035

Please sign in to comment.