Skip to content
Snippets Groups Projects
Commit 09c5b61d authored by leufen1's avatar leufen1
Browse files

updated CHANGELOG and version number

parent aa316e48
No related branches found
No related tags found
4 merge requests!264Merge develop into felix_issue287_tech-wrf-datahandler-should-inherit-from-singlestationdatahandler,!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler",!254include changes of big fix v1.2.1,!234Resolve "release v.1.2.1 (bugfix)"
# 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.
## v1.2.1 - 2021-02-08 - bug fix for recursive import error
### general:
* applied bug fix
### technical:
* bug fix for recursive import error, #269
## v1.2.0 - 2020-12-18 - parallel preprocessing and improved data handlers ## v1.2.0 - 2020-12-18 - parallel preprocessing and improved data handlers
### general: ### general:
......
__version_info__ = { __version_info__ = {
'major': 1, 'major': 1,
'minor': 2, 'minor': 2,
'micro': 0, 'micro': 1,
} }
from mlair.run_modules import RunEnvironment, ExperimentSetup, PreProcessing, ModelSetup, Training, PostProcessing from mlair.run_modules import RunEnvironment, ExperimentSetup, PreProcessing, ModelSetup, Training, PostProcessing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment