diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c1b0708f..fce57093 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,13 @@ Feature ------- - Added documentation about how to execute PyExperimenter on distributed machines. +- Improved the usage and documentation of ssh tunnel to be more flexible and user friendly. + +Fix +--- + + + v1.4.1 (11.03.2024) =================== @@ -20,7 +27,6 @@ Feature - Added logging whenever a sql statement is executed. - Update CI such that the tests are run on Python 3.9 and 3.10, additionally removed the paper draft action. - Added logging when initializing database to contain resultfields and logfields. -- Adapt ssh tunnel usage to be more flexible and user friendly. Fix --- diff --git a/pyproject.toml b/pyproject.toml index 8764fd00..70c325e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-experimenter" -version = "1.4.2a0" +version = "1.4.2a1" description = "The PyExperimenter is a tool for the automatic execution of experiments, e.g. for machine learning (ML), capturing corresponding results in a unified manner in a database." authors = [ "Tanja Tornede ",