Skip to content

Commit 08a0565

Browse files
kandersolarechedey-ls
authored andcommitted
Finalize 0.10.5 (pvlib#2035)
* whatsnew cleanup * add v0.11.0 file * forgot to include myself in the contributors * update release date * Comments from review
1 parent 0afc660 commit 08a0565

File tree

3 files changed

+53
-10
lines changed

3 files changed

+53
-10
lines changed

docs/sphinx/source/whatsnew.rst

Lines changed: 1 addition & 0 deletions
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.5.rst
910
.. include:: whatsnew/v0.10.4.rst
1011
.. include:: whatsnew/v0.10.3.rst
1112
.. include:: whatsnew/v0.10.2.rst

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

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,33 @@ Enhancements
1616
* Added function :py:func:`pvlib.shading.martinez_shade_factor` to calculate
1717
shading losses by taking into account the amount of bypass diodes of a module.
1818
(:issue:``, :pull:``)
19+
v0.10.5 (May 6, 2024)
20+
---------------------
1921

2022

2123
Bug fixes
2224
~~~~~~~~~
25+
* Compatibility with numpy 2.0. (:issue:`2026`, :pull:`2027`)
2326
* Improved reliability of :py:func:`pvlib.singlediode.bishop88_mpp`,
2427
:py:func:`pvlib.singlediode.bishop88_i_from_v` and
2528
:py:func:`pvlib.singlediode.bishop88_v_from_i` by improving the initial
2629
guess for the newton and brentq algorithms. (:issue:`2013`, :pull:`2032`)
27-
* Corrected equation for Ixx0 in :py:func:`pvlib.pvsystem.sapm` (:issue:`2016`, :pull:`2019`)
28-
* Fixed :py:func:`pvlib.pvsystem.retrieve_sam` silently ignoring the `path` parameter
29-
when `name` was provided. Now an exception is raised requesting to only provide one
30+
* Corrected equation for Ixx0 in :py:func:`pvlib.pvsystem.sapm`. (:issue:`2016`, :pull:`2019`)
31+
* Fixed :py:func:`pvlib.pvsystem.retrieve_sam` silently ignoring the ``path`` parameter
32+
when ``name`` was provided. Now an exception is raised requesting to only provide one
3033
of the two parameters. (:issue:`2018`, :pull:`2020`)
3134

3235

33-
Testing
34-
~~~~~~~
35-
36-
3736
Documentation
3837
~~~~~~~~~~~~~
3938
* Fix variable name typo at
40-
``docs\examples\system-models\plot_oedi_9068.py``, (:pull:`1996`)
41-
* Remove "Comparison with PVLib for Matlab" page from the User Guide (:issue:`2010`, :pull:`2012`)
39+
``docs\examples\system-models\plot_oedi_9068.py``. (:pull:`1996`)
40+
* Remove "Comparison with PVLib for Matlab" page from the User Guide. (:issue:`2010`, :pull:`2012`)
4241

4342

4443
Requirements
4544
~~~~~~~~~~~~
46-
* Python 3.8 or higher. (:issue:`1975`, :pull:`2029`)
45+
* Minimum version of Python increased from 3.7 to 3.8. (:issue:`1975`, :pull:`2029`)
4746
* Minimum version of scipy advanced from 1.5.0 to 1.6.0. (:pull:`2027`)
4847

4948

@@ -54,3 +53,9 @@ Contributors
5453
* Echedey Luis (:ghuser:`echedey-ls`)
5554
* :ghuser:`apct69`
5655
* Mark Mikofski (:ghuser:`mikofski`)
56+
* Echedey Luis (:ghuser:`echedey-ls`)
57+
* Adam R. Jensen (:ghuser:`adamrjensen`)
58+
* Anton Driesse (:ghuser:`adriesse`)
59+
* Scott Meredith (:ghuser:`smmeredith`)
60+
* Alexander Morgan (:ghuser:`alexandermorgan`)
61+
* Kevin Anderson (:ghuser:`kandersolar`)
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
.. _whatsnew_01100:
2+
3+
4+
v0.11.0 (Anticipated June, 2024)
5+
--------------------------------
6+
7+
8+
Breaking changes
9+
~~~~~~~~~~~~~~~~
10+
11+
12+
Deprecations
13+
~~~~~~~~~~~~
14+
15+
16+
Enhancements
17+
~~~~~~~~~~~~
18+
19+
20+
Bug fixes
21+
~~~~~~~~~
22+
23+
24+
Testing
25+
~~~~~~~
26+
27+
28+
Documentation
29+
~~~~~~~~~~~~~
30+
31+
32+
Requirements
33+
~~~~~~~~~~~~
34+
35+
36+
Contributors
37+
~~~~~~~~~~~~

0 commit comments

Comments
 (0)