@@ -22,6 +22,8 @@ Bug fixes
2222 (:issue: `2751 `, :pull: `2752 `)
2323* Corrects a bug in :py:func: `pvlib.temperature.fuentes `. If inputs were
2424 data type integer, users can expect modeled cell temperature values to
25+ * Fix :py:func: `pvlib.temperature.fuentes ` truncating the output if `poa_global ` input was
26+ data type integer. Users can expect modeled cell temperature values to
2527 increase slightly.
2628 (:issue: `2608 `, :pull: `2745 `)
2729* Fixes a regression in :py:func: `pvlib.tracking.calc_surface_orientation `
@@ -34,7 +36,7 @@ Bug fixes
3436* :py:func: `pvlib.iotools.read_nsrdb_psm4 ` now parses the file header with the
3537 :py:mod: `csv ` module instead of a naive ``str.split(',') ``, so quoted column
3638 names containing commas (e.g. the material names in spectral-on-demand files)
37- are no longer split into spurious columns . (:issue: `2736 `, :pull: `2771 `)
39+ * Fix header parsing in :py:func: ` pvlib.iotools.read_nsrdb_psm4 ` with quoted commas in column names . (:issue: `2736 `, :pull: `2771 `)
3840* Update :py:func: `~pvlib.iotools.get_meteonorm_tmy ` to comply
3941 with the updated Meteonorm API. As part of this, the ``data_version ``
4042 parameter now has no effect and will be removed in the future. (:pull: `2781 `)
@@ -81,7 +83,7 @@ Contributors
8183* Mark Mikofski (:ghuser: `mikofski `)
8284* Rodrigo Amaro e Silva (:ghuser: `ramaroesilva `)
8385* Will Hobbs (:ghuser: `williamhobbs `)
84- * Echedey Luis (:ghuser`: echedey-ls`)
86+ * Echedey Luis (:ghuser: ` echedey-ls `)
8587* Cliff Hansen (:ghuser: `cwhanse `)
8688* Will Holmgren (:ghuser: `wholmgren `)
8789* Kevin Anderson (:ghuser: `kandersolar `)
0 commit comments