Skip to content

Commit 3bfd0d5

Browse files
authored
Finalize 0.10.5 (#2035)
* whatsnew cleanup * add v0.11.0 file * forgot to include myself in the contributors * update release date * Comments from review
1 parent a673b85 commit 3bfd0d5

File tree

3 files changed

+53
-20
lines changed

3 files changed

+53
-20
lines changed

docs/sphinx/source/whatsnew.rst

+1
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
+15-20
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,33 @@
11
.. _whatsnew_01050:
22

33

4-
v0.10.5 (Anticipated June 2024)
5-
-------------------------------
6-
7-
8-
Deprecations
9-
~~~~~~~~~~~~
10-
11-
12-
Enhancements
13-
~~~~~~~~~~~~
4+
v0.10.5 (May 6, 2024)
5+
---------------------
146

157

168
Bug fixes
179
~~~~~~~~~
10+
* Compatibility with numpy 2.0. (:issue:`2026`, :pull:`2027`)
1811
* Improved reliability of :py:func:`pvlib.singlediode.bishop88_mpp`,
1912
:py:func:`pvlib.singlediode.bishop88_i_from_v` and
2013
:py:func:`pvlib.singlediode.bishop88_v_from_i` by improving the initial
2114
guess for the newton and brentq algorithms. (:issue:`2013`, :pull:`2032`)
22-
* Corrected equation for Ixx0 in :py:func:`pvlib.pvsystem.sapm` (:issue:`2016`, :pull:`2019`)
23-
* Fixed :py:func:`pvlib.pvsystem.retrieve_sam` silently ignoring the `path` parameter
24-
when `name` was provided. Now an exception is raised requesting to only provide one
15+
* Corrected equation for Ixx0 in :py:func:`pvlib.pvsystem.sapm`. (:issue:`2016`, :pull:`2019`)
16+
* Fixed :py:func:`pvlib.pvsystem.retrieve_sam` silently ignoring the ``path`` parameter
17+
when ``name`` was provided. Now an exception is raised requesting to only provide one
2518
of the two parameters. (:issue:`2018`, :pull:`2020`)
2619

2720

28-
Testing
29-
~~~~~~~
30-
31-
3221
Documentation
3322
~~~~~~~~~~~~~
3423
* Fix variable name typo at
35-
``docs\examples\system-models\plot_oedi_9068.py``, (:pull:`1996`)
36-
* Remove "Comparison with PVLib for Matlab" page from the User Guide (:issue:`2010`, :pull:`2012`)
24+
``docs\examples\system-models\plot_oedi_9068.py``. (:pull:`1996`)
25+
* Remove "Comparison with PVLib for Matlab" page from the User Guide. (:issue:`2010`, :pull:`2012`)
3726

3827

3928
Requirements
4029
~~~~~~~~~~~~
41-
* Python 3.8 or higher. (:issue:`1975`, :pull:`2029`)
30+
* Minimum version of Python increased from 3.7 to 3.8. (:issue:`1975`, :pull:`2029`)
4231
* Minimum version of scipy advanced from 1.5.0 to 1.6.0. (:pull:`2027`)
4332

4433

@@ -47,3 +36,9 @@ Contributors
4736
* Cliff Hansen (:ghuser:`cwhanse`)
4837
* :ghuser:`apct69`
4938
* Mark Mikofski (:ghuser:`mikofski`)
39+
* Echedey Luis (:ghuser:`echedey-ls`)
40+
* Adam R. Jensen (:ghuser:`adamrjensen`)
41+
* Anton Driesse (:ghuser:`adriesse`)
42+
* Scott Meredith (:ghuser:`smmeredith`)
43+
* Alexander Morgan (:ghuser:`alexandermorgan`)
44+
* Kevin Anderson (:ghuser:`kandersolar`)
+37
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)