Skip to content
Snippets Groups Projects
Commit a15bf606 authored by lukas leufen's avatar lukas leufen
Browse files

updated changelog and version number

parent 5ccd8e9b
No related branches found
No related tags found
2 merge requests!137update dev to v0.11.0,!135Release v0.11.0
Pipeline #43686 passed
# Changelog # Changelog
All notable changes to this project will be documented in this file. 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
- default data handler is still using TOAR DB
### new features
- default data handler using TOAR DB refactored according to advanced data handling, #140, #141, #152
- data sets are handled as collections, #142, and are itable in a standard way (StandardIterator) and optimised for
keras (KerasIterator), #143
- automatically moving station map plot, #136
### technical
- model modules available from package, #139
- renaming of parameter time dimension, #151
- refactoring of README.md, #138
## v0.10.0 - 2020-07-15 - MLAir is official name, Workflows, easy Model plug-in ## v0.10.0 - 2020-07-15 - MLAir is official name, Workflows, easy Model plug-in
### general ### general
......
__version_info__ = { __version_info__ = {
'major': 0, 'major': 0,
'minor': 10, 'minor': 11,
'micro': 0, 'micro': 0,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment