8000 clean up 0.8.1 whatsnew by kandersolar · Pull Request #1123 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
whatsnew cleanup
  • Loading branch information
kandersolar committed Jan 5, 2021
commit 0c875ed2c2a973cc41b9d8c1f1a21d67f1ecea18
15 changes: 4 additions & 11 deletions docs/sphinx/source/whatsnew/v0.8.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
v0.8.1 (MONTH DAY YEAR)
-----------------------

Breaking changes
~~~~~~~~~~~~~~~~


Deprecations
~~~~~~~~~~~~
* ``pvlib.irradiance.liujordan`` is deprecated.
Expand All @@ -16,7 +12,7 @@ Enhancements
* Add a numpy-based implementation of the SPECTRL2 spectral irradiance model
:py:func:`pvlib.spectrum.spectrl2` (:pull:`1062`)
* Create :py:func:`~pvlib.pvsystem.PVSystem.fuentes_celltemp` and add ``temperature_model='fuentes'``
option to :py:class:`~pvlib.modelchain.ModelChain`. (:pull:`1042`) (:issue:`1073`)
option to :py:class:`~pvlib.modelchain.ModelChain`. (:issue:`1042`) (:pull:`1073`)
* Added :py:func:`pvlib.temperature.ross` for cell temperature modeling using
only NOCT. (:pull:`1045`)
* Added :py:func:`pvlib.inverter.sandia_multi` and :py:func:`pvlib.inverter.pvwatts_multi`
Expand All @@ -26,9 +22,9 @@ Enhancements
* Added :py:func:`pvlib.irradiance.campbell_norman` for estimating DNI, DHI and GHI
from extraterrestrial irradiance. This function replaces ``pvlib.irradiance.liujordan``;
users of ``pvlib.irradiance.liujordan`` should note that :py:func:`pvlib.irradiance.campbell_norman`
expects different parameters.
* :py:meth:`pvlib.forecast.Forecast.cloud_cover_to_irradiance_campbell_norman`
replaces ``pvlib.forecast.Forecast.cloud_cover_to_irradiance_liujordan``.
expects different parameters. (:pull:`1104`)
* :py:meth:`pvlib.forecast.ForecastModel.cloud_cover_to_irradiance_campbell_norman`
replaces ``pvlib.forecast.ForecastModel.cloud_cover_to_irradiance_liujordan``. (:pull:`1104`)

Bug fixes
~~~~~~~~~
Expand All @@ -55,9 +51,6 @@ Documentation
* Add toggle button for code prompts to make copying code easier (:pull:`1096`)
* Add project urls to setup.py for pypi page (:pull:`1119`)

Requirements
~~~~~~~~~~~~


Contributors
~~~~~~~~~~~~
Expand Down
0