@@ -2152,10 +2152,10 @@ def _dirint_bins(times, kt_prime, zenith, w, delta_kt_prime):
21522152
21532153
21542154@renamed_kwarg_warning ( 
2155-     since = '11.2' , 
2155+     since = '0. 11.2' , 
21562156    old_param_name = 'dni_clearsky' , 
21572157    new_param_name = 'dni_clear' , 
2158-     removal = "12.0" ) 
2158+     removal = "0. 12.0" ) 
21592159def  dirindex (ghi , ghi_clearsky , dni_clear , zenith , times , pressure = 101325. ,
21602160             use_delta_kt_prime = True , temp_dew = None , min_cos_zenith = 0.065 ,
21612161             max_zenith = 87 ):
@@ -3617,10 +3617,10 @@ def _get_dirint_coeffs():
36173617
36183618
36193619@renamed_kwarg_warning ( 
3620-     since = '11.2' , 
3620+     since = '0. 11.2' , 
36213621    old_param_name = 'clearsky_dni' , 
36223622    new_param_name = 'dni_clear' , 
3623-     removal = "12.0" ) 
3623+     removal = "0. 12.0" ) 
36243624def  dni (ghi , dhi , zenith , dni_clear = None , clearsky_tolerance = 1.1 ,
36253625        zenith_threshold_for_zero_dni = 88.0 ,
36263626        zenith_threshold_for_clearsky_limit = 80.0 ):
@@ -3693,10 +3693,10 @@ def dni(ghi, dhi, zenith, dni_clear=None, clearsky_tolerance=1.1,
36933693
36943694
36953695@renamed_kwarg_warning ( 
3696-     since = '11.2' , 
3696+     since = '0. 11.2' , 
36973697    old_param_name = 'clearsky_dni' , 
36983698    new_param_name = 'dni_clear' , 
3699-     removal = "12.0" ) 
3699+     removal = "0. 12.0" ) 
37003700def  complete_irradiance (solar_zenith ,
37013701                        ghi = None ,
37023702                        dhi = None ,
0 commit comments