From 288dcf5b8baa8ff8ab5c229961e73d7fb95ef8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Kr=C3=BCger?= Date: Wed, 9 Dec 2020 19:08:32 +0100 Subject: [PATCH] readme disclaimer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c8dab2..d9f325c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Python Algorithm Alchemists Machinery (pyalma) +**Disclaimer:** This project is in a very early stage of development and should therefor be considered as experimental. + The pyalma package provides a framework to plan, run, pause and continue file based experiments (or workloads in general). The framework provided is especially helpful if you have to perform multiple tasks on big batches of files in numerous iterations. It strength comes from the ability to lengthy experiments (tasks) in advance. This allows track progress and pause/continue long tasks. ## Example