Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 9.23 KiB

Changelog

All notable changes to this project will be documented in this file.

v1.3.0 - 2021-02-24 - competitors and improved transformation

general:

  • release of official MLAir logo (#274 (closed))
  • new transformation schema for better independence of MLAir and data handler (#272 (closed))
  • competing models can be included in postprocessing for direct comparison (#198 (closed))

new features:

technical:

v1.2.1 - 2021-02-08 - bug fix for recursive import error

general:

  • applied bug fix

technical:

v1.2.0 - 2020-12-18 - parallel preprocessing and improved data handlers

general:

  • new plots
  • parallelism for faster preprocessing
  • improved data handler with mixed sampling types
  • enhanced test coverage

new features:

technical:

v1.1.0 - 2020-11-18 - hourly resolution support and new data handlers

general:

  • MLAir can be used with 1H resolution data from JOIN
  • new data handlers to use the Kolmogorov-Zurbenko filter and mixed sampling types

new features:

  • new data handler DataHandlerKzFilter to use Kolmogorov-Zurbenko filter (kz filter) on inputs (#195 (closed))
  • new data handler DataHandlerMixedSampling that can used mixed sampling types for input and target (#197 (closed))
  • new data handler DataHandlerMixedSamplingWithFilter that uses kz filter and mixed sampling (#197 (closed))
  • new data handler DataHandlerSeparationOfScales to filter-depended time steps sizes on filtered inputs using mixed sampling (#196 (closed))

technical:

  • bug fix for very short time series in TimeSeriesPlot (#215 (closed))
  • bug fix for variable dictionary when using hourly resolution (#212 (closed))
  • variable naming for data from JOIN interface harmonised (#206 (closed))
  • transformation setup is now separated for inputs and targets (#202 (closed))
  • bug fix in PlotClimatologicalSkillScore if only single station is used (#193 (closed))
  • preprocessed data is now stored inside experiment and not in the data folder

v1.0.0 - 2020-10-08 - official release of new version 1.0.0

general: