Skip to content

2.6.0

Choose a tag to compare

@stephenholleran stephenholleran released this 02 Apr 11:38
· 6 commits to master since this release
c76d176

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

  1. 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)
  2. Updated MeasurementStation function _mast_section_geometry() to extract mast section geometry properties. This is called by a user with MeasurementStation.mast_section_geometry. (#362)
  3. Added export_tws_file() to allow export of a WindSim .tws formated timeseries climatology file. (#305)
  4. Updated plot_scatter(), plot_scatter_wdir(), plot_scatter_wspd(), CorrelBase.plot() and SpeedSort.plot_wind_directions(), to accept an ax parameter to support use in subplots. (#596)
  5. 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

  1. Fixed two bugs on SpeedSort.synthesize() accounting for NaNs and when direction is 360. (#406)