From fbca5293e9396a09201bcda1ec1e6fff820648a4 Mon Sep 17 00:00:00 2001 From: leufen1 <l.leufen@fz-juelich.de> Date: Wed, 7 Oct 2020 17:28:05 +0200 Subject: [PATCH] minor typo --- CHANGELOG.md | 8 ++++++++ docs/_source/get-started.rst | 8 +------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d17fa89..a276b5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## v0.12.2 - 2020-10-01 - HDFML support + +### general: +- HDFML support + +### technical: +- installation script for HDFML adjusted, #183 + ## v0.12.1 - 2020-09-28 - examples in notebook ### general: diff --git a/docs/_source/get-started.rst b/docs/_source/get-started.rst index 67b03ce3..23dde79a 100644 --- a/docs/_source/get-started.rst +++ b/docs/_source/get-started.rst @@ -9,19 +9,13 @@ Getting started with MLAir Install MLAir ------------- -MLAir is based on several python frameworks. To work properly, you have to install all packages from the -:py:`requirements.txt` file. Additionally to support the geographical plotting part it is required to install geo -packages built for your operating system. Name names of these package may differ for different systems, we refer -here to the opensuse / leap OS. The geo plot can be removed from the :py:`plot_list`, in this case there is no need to -install the geo packages. - MLAir is based on several python frameworks. To work properly, you have to install all packages from the :py:`requirements.txt` file. Additionally to support the geographical plotting part it is required to install geo packages built for your operating system. Unfortunately, the names of these package may differ for different systems. In this instruction, we try to address users of different operating systems namely openSUSE Leap, Ubuntu and macOS. If the installation is still not working, we recommend skipping the geographical plot. We have put together a small workaround :ref:`Workaround to skip geographical plot`. For special instructions to install MLAir on the Juelich -HPC systems, see ref:`Installation on Jülich HPC systems`. +HPC systems, see :ref:`Installation on Jülich HPC systems`. Pre-requirements ~~~~~~~~~~~~~~~~ -- GitLab