Releases: bellrichm/weewx-aqi-xtype
Releases · bellrichm/weewx-aqi-xtype
V2.0.0-rc02
Enhancements:
- Support EPA’s 2024 update to calculating AQI.
- Option to prepend or append aqi-xtype in the XTypes system. Default is prepend, overriding any existing observations with the same name.
- Supports calculating series and aggregation for the EPA AQI algorithm.
- Catch more general exceptions.
Because it can be hard to recreate errors, this is an attempt to log more information when an error happens in a production environement. - Configure log level for the different aqi ‘types’.
- More logging….
Fixes:
- Fix and improve performance of nowcast algorithm by retrieving data directly from the database.
Limitations:
- Calculating nowcast series data is not supported.
- Calculating nowcast aggregation (min, max, etc.) is not supported.
Internal:
- Code cleanup (ongoing).
- Better support for WeeWX v5.
- Add development tools such as running linting, tests, code coverage, etc.
V1.2.0-rc02
Enhancements:
- Option to prepend or append aqi-xtype in the XTypes system. Default is prepend, overriding any existing observations with the same name.
- Supports calculating series and aggregation for the EPA AQI algorithm.
- Cleanup and improve performance of Nowcast algorithm.
Fixes:
- General code cleanup.
Known Limitations:
- Nowcast algorithm does not support series and aggregation.
- EPA AQI algorithm needs to be updated to 2024 algorithm (Coming in V2).
- Limited automated testing (Hopefully more coming in V2).