Skip to content

2.5.0

Choose a tag to compare

@stephenholleran stephenholleran released this 12 Feb 17:25
· 19 commits to master since this release
ebc532a

Below is an extract from the CHANGELOG file showing all the updates for this release.


[2.5.0]

New Features and Enhancements

  1. Updated calc_air_density() to incorporate additional methods. The methods differ in their approach to deriving water vapour pressure using _calc_water_vapour_pressure_Pa() and include the pre-existing 'IEC' method (default). The two new methods are based on the Herman Wobus approximation (_calc_water_saturation_vapour_pressure_Pa()) and require either relative humidity or dew point temperature as inputs. (#539).
  2. Added calc_rel_humidity_from_dew_point() to calculate relative humidity from air temperature and dew point temperature. (#581).
  3. Updated MeasurementStation function __get_properties() in order to raise child properties when flattening the dictionary to include sub-lists and sub-dictionaries when raising the following parts of the data model 'mast_properties', 'logger_measurement_config', 'sensor' and 'mounting_arrangement'. This is called by a user with MeasurementStation.properties or MeasurementStation.measurements.properties (#576)
  4. Updated apply_wind_vane_deadband_offset() to use same core function than apply_device_orientation_offset() for the adjustment. (#498)
  5. Updated apply_device_orientation_offset() and apply_wind_vane_deadband_offset() in order to also apply directional adjustment to related columns (for 'avg', 'min', 'max' and 'gust' statistic types) in addition to the main variable itself. (#574).

Bug Fixes

  1. Fixed two bugs on apply_device_orientation_offset() reported table and prints. (#571)
  2. Fixed bug on apply_wind_vane_deadband_offset() reported table and prints. (#569)