Skip to content
Snippets Groups Projects
Commit 0cc4546c authored by leufen1's avatar leufen1
Browse files

include changelog in docs

parent eacbf080
Branches
Tags
3 merge requests!147update develop on v0.12.0,!145Resolve "new release v0.12.0",!139Draft: Resolve "KZ filter"
Pipeline #46101 passed
...@@ -2,6 +2,23 @@ ...@@ -2,6 +2,23 @@
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.12.0 - 2020-09-21 - Documentation and Bugfixes
### general:
- improved documentation include installation instructions and many examples from the paper, #153
- bugfixes (see technical)
### new features:
- `MyLittleModel` is now a pure feed-forward network (before it had a CNN part), #168
### technical:
- new compile options check to ensure its execution, #154
- bugfix for key errors in time series plot, #169
- bugfix for not used kwargs in `DefaultDataHandler`, #170
- `trainable` parameter is renamed by `train_model` to prevent confusion with the tf trainable parameter, #162
- fixed HPC installation failure, #159
## v0.11.0 - 2020-08-24 - Advanced Data Handling for MLAir ## v0.11.0 - 2020-08-24 - Advanced Data Handling for MLAir
### general ### general
...@@ -11,7 +28,7 @@ All notable changes to this project will be documented in this file. ...@@ -11,7 +28,7 @@ All notable changes to this project will be documented in this file.
### new features ### new features
- default data handler using TOAR DB refactored according to advanced data handling, #140, #141, #152 - 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 - data sets are handled as collections, #142, and are iterable in a standard way (StandardIterator) and optimised for
keras (KerasIterator), #143 keras (KerasIterator), #143
- automatically moving station map plot, #136 - automatically moving station map plot, #136
......
Changelog
=========
.. include:: ../../CHANGELOG.md
\ No newline at end of file
...@@ -13,6 +13,7 @@ Welcome to MLAir's documentation! ...@@ -13,6 +13,7 @@ Welcome to MLAir's documentation!
get-started get-started
customise customise
changelog
Indices and tables Indices and tables
......
__version_info__ = { __version_info__ = {
'major': 0, 'major': 0,
'minor': 11, 'minor': 12,
'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