1
1
.. _whatsnew_01050 :
2
2
3
3
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
+ ---------------------
14
6
15
7
16
8
Bug fixes
17
9
~~~~~~~~~
10
+ * Compatibility with numpy 2.0. (:issue: `2026 `, :pull: `2027 `)
18
11
* Improved reliability of :py:func: `pvlib.singlediode.bishop88_mpp `,
19
12
:py:func: `pvlib.singlediode.bishop88_i_from_v ` and
20
13
:py:func: `pvlib.singlediode.bishop88_v_from_i ` by improving the initial
21
14
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
25
18
of the two parameters. (:issue: `2018 `, :pull: `2020 `)
26
19
27
20
28
- Testing
29
- ~~~~~~~
30
-
31
-
32
21
Documentation
33
22
~~~~~~~~~~~~~
34
23
* 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 `)
37
26
38
27
39
28
Requirements
40
29
~~~~~~~~~~~~
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 `)
42
31
* Minimum version of scipy advanced from 1.5.0 to 1.6.0. (:pull: `2027 `)
43
32
44
33
@@ -47,3 +36,9 @@ Contributors
47
36
* Cliff Hansen (:ghuser: `cwhanse `)
48
37
* :ghuser: `apct69 `
49
38
* 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 `)
0 commit comments