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
168Bug 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-
3221Documentation
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
3928Requirements
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 `)
0 commit comments