Skip to content
Merged
Changes from 3 commits
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
28 changes: 14 additions & 14 deletions docs/sphinx/source/whatsnew/v0.11.1.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
.. _whatsnew_01110:


v0.11.1 (Anticipated Sep, 2024)
-------------------------------

Deprecations
~~~~~~~~~~~~

v0.11.1 (September 26, 2024)
----------------------------

Enhancements
~~~~~~~~~~~~
Expand Down Expand Up @@ -39,7 +35,6 @@ Enhancements
obviating the call to scipy.optimize that was prone to runtime errors and minimizing
computation. (:issue:`2171`, :issue:`2216`, :pull:`2217`).


Bug fixes
~~~~~~~~~
* To prevent simulation output from differing slightly based on the time zone
Expand All @@ -61,7 +56,7 @@ Testing
* Updated the tests for :py:func:`~pvlib.iotools.get_pvgis_tmy`
and :py:func:`~pvlib.iotools.read_pvgis_tmy` as the default
API endpoint has changed from 5.1 to 5.2. (:pull:`2222`)

* Removed unused ``times`` input from ``dni_et`` fixture. (:issue:`2105`, :pull:`2156`)

Documentation
~~~~~~~~~~~~~
Expand All @@ -75,14 +70,12 @@ Documentation
* Added gallery example demonstrating how to use
different Perez coefficients in a ModelChain.
(:issue:`2127`, :pull:`2148`)
* Fixed examples in :py:func:`pvlib.shading.shaded_fraction1d`. (:pull:`#2215`)

* Removed unused "times" input from dni_et() function (:issue:`2105`)
* Fixed examples in :py:func:`pvlib.shading.shaded_fraction1d`. (:pull:`2215`)
* Updated model description, added equation variable definitions, and created a
new "notes" section in :py:func:`pvlib.irradiance.haydavies` and
:py:func:`pvlib.irradiance.klucher` (:issue:`2183`, :pull:`2191`,
:py:func:`pvlib.irradiance.klucher`. (:issue:`2183`, :pull:`2191`,
:pull:`2192`)
* Split the contributing page into several pages (:issue:`2210`, :pull:`2219`)
* Split the contributing page into several pages. (:issue:`2210`, :pull:`2219`)

Requirements
~~~~~~~~~~~~
Expand All @@ -96,7 +89,6 @@ Contributors
* Chris Deline (:ghuser:`cdeline`)
* Ioannis Sifnaios (:ghuser:`IoannisSifnaios`)
* Leonardo Micheli (:ghuser:`lmicheli`)
* Echedey Luis (:ghuser:`echedey-ls`)
* Rajiv Daxini (:ghuser:`RDaxini`)
* Mark A. Mikofski (:ghuser:`mikofski`)
* Ben Pierce (:ghuser:`bgpierc`)
Expand All @@ -109,3 +101,11 @@ Contributors
* Eduardo Sarquis (:ghuser:`EduardoSarquis`)
* Adam R. Jensen (:ghuser:`AdamRJensen`)
* Andrew B Godbehere (:ghuser:`agodbehere`)
* Cliff Hansen (:ghuser:`cwhanse`)
* Anton Driesse (:ghuser:`adriesse`)
* Miguel Angel Sevillano Bendezú (:ghuser:`msevillanob`)
* Erfan (:ghuser:`Metal-Bat`)
* Will Holmgren (:ghuser:`wholmgren`)
* Kurt Rhee (:ghuser:`kurt-rhee`)
* :ghuser:`PhilBrk8`
* Mark Campanelli (:ghuser:`markcampanelli`)
Loading