Skip to content

Latest commit

 

History

History
69 lines (61 loc) · 4.76 KB

CHANGELOG.md

File metadata and controls

69 lines (61 loc) · 4.76 KB

Changelog

All notable changes to this project will be documented in this file. If you make a notable change to the project, please add a line describing the change to the "unreleased" section. The maintainers will make an effort to keep the Github Releases page up to date with this changelog. The format is based on Semantic Versioning with the YYYY.MM tagged onto the end e.g. '0.1.0-2020.07'

Given a version number MAJOR.MINOR.PATCH, increment the:

1. MAJOR version when you make incompatible API changes,
2. MINOR version when you add functionality in a backwards compatible manner, and
3. PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

[1.0.0-2022.01]

  1. Incorporating the first version of the Digital Calibration Certificate. (Issue #77)
  2. Renamed sensor_config to logger_measurement_config (Issue #68)
  3. Renamed measurement_station_type enum item flidar to floating_lidar (Issue #118)
  4. To calibration_uncertainty renamed uncertainty to combined_uncertainty to better reflect what it is. (Issue #102)
  5. In the create table SQL statements contained in file 'iea43_wra_data_model_postgresql.sql' moved date_from and date_to from the sensor table into the measurement_point_sensor table. Note: This has no impact on the JSON Schema. (Issue #79)
  6. To measurement_type enum, added:
    1. flag (Issue #74)
    2. tilt (Issue #74)
    3. u, v and w (Issue #106)
  7. To sensor_type enum, added:
    1. thermohygrometer (Issue #90)
    2. vertical_anemometer (Issue #90)
  8. To measurement_station_type enum, added:
    1. solar (Issue #91)
  9. Converted measurement_type_id to a definition. (As part of issue #96)
  10. Converted orientation_reference_id to a definition. (Issue #97)
  11. Converted height_reference_id to a definition. (Issue #99)
  12. To sensor object, added:
    1. classification (Issue #88)
  13. To calibration object, added:
    1. measurement_type_id (Issue #96)
    2. revision (Issue #103)
  14. To logger_main_config:
    1. added logger_firmware_version. (Issue #87)
    2. removed logger_model_name as a required field. (Issue #109)
    3. added logger_acquisition_uncertainty. (Issue #89)
  15. Removed the restriction preventing users from adding additional properties for:
    1. mast_properties (Issue #104)
    2. mast_section_geometry (Issue #104)
    3. logger_main_config (Issue #105)
  16. Updated Latitude and Longitude description to be more specific about the coordinate system to use.

[0.1.1-2021.04]

  • Allow additional properties for header section of schema.
  • Add version tag to schema
  • Correct 'Uncertainty' property spelling under Calibration Uncertainty.
  • Add solar to the list of plant types.
  • Measurement types, add:
    • air_density
    • resistance
    • power
    • energy
    • albedo
  • Measurement Units, add:
    • kg/m^2
    • A
    • W, kW, MW
    • kWh, MWh
  • Sensor types, add:
    • albedometer
    • solar_compass
  • Add Zenodo webhook

[0.1.0-2021.01]

  • Initial release