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 3.95 KiB

Changelog

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

v0.11.0 - 2020-08-24 - Advanced Data Handling for MLAir

general

  • Introduce advanced data handling with much more flexibility (independent of TOAR DB, custom data handling is pluggable), #144 (closed)
  • default data handler is still using TOAR DB

new features

technical

v0.10.0 - 2020-07-15 - MLAir is official name, Workflows, easy Model plug-in

general

  • Official project name is released: MLAir (Machine Learning on Air data)
  • a model class can now easily be plugged in into MLAir. #121 (closed)
  • introduced new concept of workflows, #134 (closed)

new features

  • workflows are used to execute a sequence of run modules, #134 (closed)
  • default workflows for standard and the Juelich HPC systems are available, custom workflows can be defined, #134 (closed)
  • seasonal decomposition is available for conditional quantile plot, #112 (closed)
  • map plot is created with coordinates, #108 (closed)
  • flatten_tails are now more general and easier to customise, #114 (closed)
  • model classes have custom compile options (replaces set_loss), #110 (closed)
  • model can be set in ExperimentSetup from outside, #121 (closed)
  • default experiment settings can be queried using get_defaults(), #123 (closed)
  • training and model settings are reported as MarkDown and Tex tables, #145 (closed)

technical

v0.9.0 - 2020-04-15 - faster bootstraps, extreme value upsamling

general

  • improved and faster bootstrap workflow
  • new plot PlotAvailability
  • extreme values upsampling
  • improved runtime environment

new features