@@ -6,14 +6,14 @@ v0.11.2 (December 16, 2024)
66
77Deprecations
88~~~~~~~~~~~~
9- * Deprecated terms ``dni_clearsky `` and ``clearsky_dni ``, replaced with ``dni_clear `` and ``ghi_clear ``.
9+ * Deprecate terms ``dni_clearsky `` and ``clearsky_dni ``, replace with ``dni_clear `` and ``ghi_clear ``.
1010 Affected functions are :py:func: `~pvlib.irradiance.dirindex `, :py:func: `~pvlib.irradiance.dni `
1111 and :py:func: `~pvlib.irradiance.clearsky_index `.
1212
1313Enhancements
1414~~~~~~~~~~~~
15- * :py:func: `~pvlib.atmosphere.rh_from_tdew ` and :py:func: `~pvlib.atmosphere.tdew_from_rh `
16- added. (:issue: `1744 `, :pull: `2286 `)
15+ * Add :py:func: `~pvlib.atmosphere.rh_from_tdew ` and :py:func: `~pvlib.atmosphere.tdew_from_rh `.
16+ (:issue: `1744 `, :pull: `2286 `)
1717* :py:func: `~pvlib.ivtools.sdm.fit_desoto ` now allows input of initial
1818 parameter guesses. (:issue: `1014 `, :pull: `2291 `)
1919
@@ -23,51 +23,51 @@ Bug Fixes
2323 (:issue: `1338 `, :pull: `2227 `)
2424* Handle DST transitions that happen at midnight in :py:func: `pvlib.solarposition.hour_angle `
2525 (:issue: `2132 ` :pull: `2133 `)
26- * Changed ``dni_extra `` to a required parameter in :py:func: `pvlib.irradiance.ghi_from_poa_driesse_2023 `
26+ * Change ``dni_extra `` to a required parameter in :py:func: `pvlib.irradiance.ghi_from_poa_driesse_2023 `
2727 (:issue: `2279 ` :pull: `2331 `)
2828* :py:func: `~pvlib.spa.julian_day_dt ` now accounts for the 10 day difference
2929 between Julian and Gregorian calendars prior to the year 1582. (:issue: `2077 `, :pull: `2249 `)
30- * Corrected sign of temperature coefficient ``dEgdT `` in :py:func: `~pvlib.pvsystem.fit_desoto_sandia `.
30+ * Correct sign of temperature coefficient ``dEgdT `` in :py:func: `~pvlib.pvsystem.fit_desoto_sandia `.
3131 Results may differ slightly from previous versions. (:issue: `2311 `, :pull: `2322 `)
3232
3333Documentation
3434~~~~~~~~~~~~~
35- * Edited docstrings for :py:func: `~pvlib.pvsystem.dc_ohms_from_percent ` and
35+ * Edit docstrings for :py:func: `~pvlib.pvsystem.dc_ohms_from_percent ` and
3636 :py:func: `~pvlib.pvsystem.dc_ohmic_losses ` for clarity. (:issue: `1601 `, :pull: `2229 `)
37- * Added 'freestanding' and 'insulated' `racking_model ` options for cell
37+ * Add 'freestanding' and 'insulated' `racking_model ` options for cell
3838 temperature calculation in :py:class: `~pvlib.pvsystem.PVSystem `
3939 :py:class: `~pvlib.pvsystem.SingleAxisTrackerMount `, and
4040 :py:class: `~pvlib.pvsystem.FixedMount ` docstrings. Various formatting edits
4141 for clarity. (:issue: `1942 `, :pull: `2232 `)
42- * Updated :py:func: `~pvlib.irradiance.reindl ` to include definitions of terms
42+ * Update :py:func: `~pvlib.irradiance.reindl ` to include definitions of terms
4343 and a new "notes" section (:issue: `2183 `, :pull: `2193 `)
44- * Clarified the error message in :py:func: `~pvlib.clearsky.detect_clearsky ` when
44+ * Clarify the error message in :py:func: `~pvlib.clearsky.detect_clearsky ` when
4545 windows contain fewer than three data points (:issue: `2005 `, :pull: `2281 `)
4646* Clarify mounting cases for parameters for :py:func: `~pvlib.temperature.sapm_module `,
4747 :py:func: `~pvlib.temperature.sapm_cell ` and :py:func: `~pvlib.temperature.pvsyst_cell `.
4848 (:issue: `1323 `, :pull: `2293 `)
49- * Added a example to :py:func: `~pvlib.pvsystem.retrieve_sam ` docstring to
49+ * Add an example to :py:func: `~pvlib.pvsystem.retrieve_sam ` docstring to
5050 demonstrate how to retrieve a database from the SAM repo. (:pull: `2313 `)
51- * Added a new citation style guide (:ref: `reference_style `) to the contributing
51+ * Add a new citation style guide (:ref: `reference_style `) to the contributing
5252 page. (:issue: `2202 `, :pull: `2226 `)
53- * Explained how to write docstrings for new functions in :ref: `example-docstring `
53+ * Explain how to write docstrings for new functions in :ref: `example-docstring `
5454 (:discussion: `2081 `, :pull: `2254 `)
55- * Added a section in the style guide for parameter naming and units best practices.
55+ * Add a section in the style guide for parameter naming and units best practices.
5656 See :ref: `documentation-units `. (:issue: `2205 `, :pull: `2248 `)
57- * Added a new :ref: `nomenclature ` page, in place of the Variables and Symbols
57+ * Add a new :ref: `nomenclature ` page, in place of the Variables and Symbols
5858 page, using the sphinx glossary directive. (:issue: `1421 `, :pull: `2234 `)
59- * Added the following variables to the :ref: `nomenclature ` page:
59+ * Add the following variables to the :ref: `nomenclature ` page:
6060
6161 - `spectra ` and `spectra_components ` (:issue: `2150 `, :pull: `2264 `)
6262
6363
6464Testing
6565~~~~~~~
66- * Updated test files to track new PVGIS 5.3 data. (:pull: `2305 `)
66+ * Update test files to track new PVGIS 5.3 data. (:pull: `2305 `)
6767
6868Maintenance
6969~~~~~~~~~~~
70- * Added a decorator to deprecate renamed keyword arguments in functions,
70+ * Add a decorator to deprecate renamed keyword arguments in functions,
7171 :py:func: `pvlib._deprecation.renamed_kwarg_warning `. (:pull: `2237 `)
7272
7373
0 commit comments