Skip to content

Version 2025.12.0

Choose a tag to compare

@shenyulu shenyulu released this 29 Nov 13:49
· 90 commits to main since this release
6500469

What's Changed

⚠️ From this version, we change the functions name as follows:

  • normalize_zscore ➡️ timeseries_normalize_zscore
  • normalize_minmax ➡️ timeseries_normalize_minmax
  • normalize_robust ➡️ timeseries_normalize_robust
  • normalize_mean ➡️ timeseries_normalize_mean

and add function:

  • calc_precip_anomaly_percentage

⚠️ From this version, we change the functions name as follows:

  • calc_yearly_mean ➡️ calc_yearly_climatological_mean
  • calc_yearly_sum ➡️ calc_yearly_climatological_sum
  • calc_yearly_std ➡️ calc_yearly_climatological_std
  • calc_yearly_var ➡️ calc_yearly_climatological_var
  • calc_yearly_max ➡️ calc_yearly_climatological_max
  • calc_yearly_min ➡️ calc_yearly_climatological_min

⚠️ From this version, we add the functions name as follows:

  • calc_monthly_mean
  • calc_monthly_sum
  • calc_monthly_std
  • calc_monthly_var
  • calc_monthly_max
  • calc_monthly_min

⚠️ From this version, we change the functions name as follows:

  • calc_lon_gradient ➡️ calc_dx_gradient
  • calc_lat_gradient ➡️ calc_dy_gradient

add functions:

  • calc_dlon_radian_gradient
  • calc_dlon_degree_gradient
  • calc_dlat_radian_gradient
  • calc_dlat_degree_gradient
  • calc_shear_stretch_deform

and fix functions:

  • calc_delta_pressure
  • calc_p_gradient
  • calc_p_integral
  • calc_top2surface_integral
  • calc_divergence
  • calc_vorticity
  • calc_geostrophic_wind
  • calc_geostrophic_wind_vorticity
  • calc_water_flux_top2surface_integral
  • calc_divergence_watervaporflux
  • calc_divergence_watervaporflux_top2surface_integral
  • calc_u_advection
  • calc_v_advection
  • calc_p_advection

⚠️ From this version, we fix the functions name as follows:

  • calc_Plumb_wave_activity_horizontal_flux
  • calc_TN_wave_activity_horizontal_flux

Full Changelog: v2024.11.0...v2025.12.0