@@ -16,34 +16,33 @@ Enhancements
16
16
* Added function :py:func: `pvlib.shading.martinez_shade_factor ` to calculate
17
17
shading losses by taking into account the amount of bypass diodes of a module.
18
18
(:issue: ``, :pull: ``)
19
+ v0.10.5 (May 6, 2024)
20
+ ---------------------
19
21
20
22
21
23
Bug fixes
22
24
~~~~~~~~~
25
+ * Compatibility with numpy 2.0. (:issue: `2026 `, :pull: `2027 `)
23
26
* Improved reliability of :py:func: `pvlib.singlediode.bishop88_mpp `,
24
27
:py:func: `pvlib.singlediode.bishop88_i_from_v ` and
25
28
:py:func: `pvlib.singlediode.bishop88_v_from_i ` by improving the initial
26
29
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
30
33
of the two parameters. (:issue: `2018 `, :pull: `2020 `)
31
34
32
35
33
- Testing
34
- ~~~~~~~
35
-
36
-
37
36
Documentation
38
37
~~~~~~~~~~~~~
39
38
* 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 `)
42
41
43
42
44
43
Requirements
45
44
~~~~~~~~~~~~
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 `)
47
46
* Minimum version of scipy advanced from 1.5.0 to 1.6.0. (:pull: `2027 `)
48
47
49
48
@@ -54,3 +53,9 @@ Contributors
54
53
* Echedey Luis (:ghuser: `echedey-ls `)
55
54
* :ghuser: `apct69 `
56
55
* 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 `)
0 commit comments