2.6.0
Below is an extract from the CHANGELOG file showing all the updates for this release.
[2.6.0]
02-Apr-2026
New Features and Enhancements
- Updated
apply_wspd_slope_offset_adj()in order to also apply slope and offset adjustments to related columns (for 'avg', 'min', 'max', 'gust', 'median', 'mode', 'range' and 'sd' statistic types) in addition to the main variable itself. It should be noted given lack of required information available no correction is applied to 'ti' 'ti30sec' or 'sum'. (#575) - Updated
MeasurementStationfunction_mast_section_geometry()to extract mast section geometry properties. This is called by a user withMeasurementStation.mast_section_geometry. (#362) - Added
export_tws_file()to allow export of a WindSim .tws formated timeseries climatology file. (#305) - Updated
plot_scatter(),plot_scatter_wdir(),plot_scatter_wspd(),CorrelBase.plot()andSpeedSort.plot_wind_directions(), to accept anaxparameter to support use in subplots. (#596) - Updated
scale_air_pressure_to_height()to accept air temperature and air pressure time series at different heights, the user can now specify a separate height for the reference temperature time series. This is then used to scale the time series to the target height before scaled air pressure is calculated. (#562)
Bug Fixes
- Fixed two bugs on
SpeedSort.synthesize()accounting for NaNs and when direction is 360. (#406)