Skip to content
Snippets Groups Projects
Select Git revision
  • enxhi_issue460_remove_TOAR-I_access
  • michael_issue459_preprocess_german_stations
  • sh_pollutants
  • develop protected
  • master default protected
  • release_v2.4.0
  • michael_issue450_feat_load-ifs-data
  • lukas_issue457_feat_set-config-paths-as-parameter
  • lukas_issue454_feat_use-toar-statistics-api-v2
  • lukas_issue453_refac_advanced-retry-strategy
  • lukas_issue452_bug_update-proj-version
  • lukas_issue449_refac_load-era5-data-from-toar-db
  • lukas_issue451_feat_robust-apriori-estimate-for-short-timeseries
  • lukas_issue448_feat_load-model-from-path
  • lukas_issue447_feat_store-and-load-local-clim-apriori-data
  • lukas_issue445_feat_data-insight-plot-monthly-distribution
  • lukas_issue442_feat_bias-free-evaluation
  • lukas_issue444_feat_choose-interp-method-cams
  • 414-include-crps-analysis-and-other-ens-verif-methods-or-plots
  • lukas_issue384_feat_aqw-data-handler
  • v2.4.0 protected
  • v2.3.0 protected
  • v2.2.0 protected
  • v2.1.0 protected
  • Kleinert_etal_2022_initial_submission
  • v2.0.0 protected
  • v1.5.0 protected
  • v1.4.0 protected
  • v1.3.0 protected
  • v1.2.1 protected
  • v1.2.0 protected
  • v1.1.0 protected
  • IntelliO3-ts-v1.0_R1-submit
  • v1.0.0 protected
  • v0.12.2 protected
  • v0.12.1 protected
  • v0.12.0 protected
  • v0.11.0 protected
  • v0.10.0 protected
  • IntelliO3-ts-v1.0_initial-submit
40 results

CHANGELOG.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    CHANGELOG.md 11.36 KiB

    Changelog

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

    v1.5.0 - 2021-11-11 -

    general:

    • introduces method to estimate sample uncertainty
    • improved multiprocessing
    • last release with tensorflow v1 support

    new features:

    • test set sample uncertainty estmation during postprocessing (#333 (closed))
    • support of Kolmogorov Zurbenko filter for data handlers with filters (#334 (closed))

    technical:

    v1.4.0 - 2021-07-27 - new model classes and data handlers, improved usability and transparency

    general:

    • many technical adjustments to improve usability and transparency of MLAir
    • new FCN and CNN classes for easy NN model creation
    • new plots

    new features:

    technical:

    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:

    • This is the first official release of MLAir ready for use
    • updated license, installation instruction

    technical:

    • restructured order of packages in requirements

    v0.12.2 - 2020-10-01 - HDFML support

    general:

    • HDFML support

    technical:

    v0.12.1 - 2020-09-28 - examples in notebook

    general:

    • introduced a notebook documentation for easy starting, #174 (closed)
    • updated special installation instructions for the Juelich HPC systems, #172 (closed)

    new features:

    • names of input and output shape are renamed consistently to: input_shape, and output_shape, #175 (closed)

    technical:

    • it is possible to assign a custom name to a run module (e.g. used in logging), #173 (closed)

    v0.12.0 - 2020-09-21 - Documentation and Bugfixes

    general:

    • improved documentation include installation instructions and many examples from the paper, #153 (closed)
    • bugfixes (see technical)

    new features:

    • MyLittleModel is now a pure feed-forward network (before it had a CNN part), #168 (closed)

    technical:

    • new compile options check to ensure its execution, #154 (closed)
    • bugfix for key errors in time series plot, #169 (closed)
    • bugfix for not used kwargs in DefaultDataHandler, #170 (closed)
    • trainable parameter is renamed by train_model to prevent confusion with the tf trainable parameter, #162 (closed)
    • fixed HPC installation failure, #159 (closed)

    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