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.
- Incorporating the first version of the Digital Calibration Certificate. (Issue #77)
- Renamed
sensor_config
tologger_measurement_config
(Issue #68) - Renamed
measurement_station_type
enum itemflidar
tofloating_lidar
(Issue #118) - To
calibration_uncertainty
renameduncertainty
tocombined_uncertainty
to better reflect what it is. (Issue #102) - In the create table SQL statements contained in file 'iea43_wra_data_model_postgresql.sql' moved
date_from
anddate_to
from thesensor
table into themeasurement_point_sensor
table. Note: This has no impact on the JSON Schema. (Issue #79) - To
measurement_type
enum, added: - To
sensor_type
enum, added: - To
measurement_station_type
enum, added:- solar (Issue #91)
- Converted
measurement_type_id
to a definition. (As part of issue #96) - Converted
orientation_reference_id
to a definition. (Issue #97) - Converted
height_reference_id
to a definition. (Issue #99) - To
sensor
object, added:classification
(Issue #88)
- To
calibration
object, added: - To
logger_main_config
: - Removed the restriction preventing users from adding additional properties for:
- Updated Latitude and Longitude description to be more specific about the coordinate system to use.
- 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
- Initial release