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

Merge branch 'release_v1.2.1' into 'develop'

include changes of big fix v1.2.1

See merge request toar/mlair!254
parents 13c06609 f1ad5a6f
No related branches found
No related tags found
5 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,!253include current develop,!252Resolve "release v1.3.0"
Pipeline #61609 passed with warnings
# Changelog
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
### general:
......
......@@ -31,7 +31,7 @@ HPC systems, see [here](#special-instructions-for-installation-on-jülich-hpc-sy
* Installation of **MLAir**:
* Either clone MLAir from the [gitlab repository](https://gitlab.version.fz-juelich.de/toar/mlair.git)
and use it without installation (beside the requirements)
* or download the distribution file ([current version](https://gitlab.version.fz-juelich.de/toar/mlair/-/blob/master/dist/mlair-1.2.0-py3-none-any.whl))
* or download the distribution file ([current version](https://gitlab.version.fz-juelich.de/toar/mlair/-/blob/master/dist/mlair-1.2.1-py3-none-any.whl))
and install it via `pip install <dist_file>.whl`. In this case, you can simply import MLAir in any python script
inside your virtual environment using `import mlair`.
* (tf) Currently, TensorFlow-1.13 is mentioned in the requirements. We already tested the TensorFlow-1.15 version and couldn't
......
File added
__version_info__ = {
'major': 1,
'minor': 2,
'micro': 0,
'micro': 1,
}
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.
Finish editing this message first!
Please register or to comment