File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Deprecations
5353 deprecated. Use :py:func: `pvlib.pvsystem.v_from_i ` and
5454 :py:func: `pvlib.pvsystem.i_from_v ` instead. (:issue: `1626 `, :pull: `1743 `)
5555* Functions for calculating spectral modifiers have been moved to :py:mod: `pvlib.spectrum `:
56- :py:func: `pvlib.atmosphere.first_solar_spectral_correction ` is deprecated and
56+ :py:func: `! pvlib.atmosphere.first_solar_spectral_correction ` is deprecated and
5757 replaced by :py:func: `~pvlib.spectrum.spectral_factor_firstsolar `, and
5858 :py:func: `pvlib.pvsystem.sapm_spectral_loss ` is deprecated and replaced by
5959 :py:func: `~pvlib.spectrum.spectral_factor_sapm `. (:pull: `1628 `)
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ API Changes with Deprecations
104104* Changes related to spectral modifier (:issue: `782 `):
105105 * Changes to functions
106106 - Added the argument `pw_min ` and `pw_max `, default values 0.1 and 8 resp.,
107- to ` atmosphere.first_solar_spectral_correction `. This function now returns NaN
107+ to :py:func: ` !pvlib. atmosphere.first_solar_spectral_correction `. This function now returns NaN
108108 if pw value higher than `pw_max `.
109109* The `times ` keyword argument has been deprecated in the
110110 :py:meth: `pvlib.modelchain.ModelChain.run_model `,
You can’t perform that action at this time.
0 commit comments