From eb19e42176e5ccc5b0b6ed6eadc27a38ab9b6f21 Mon Sep 17 00:00:00 2001 From: BDonnot Date: Mon, 29 Jun 2020 18:31:53 +0200 Subject: [PATCH] Relase v0.4.2 --- CHANGELOG.rst | 6 ++++++ docs/conf.py | 2 +- l2rpn_baselines/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f991d2c..495290b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,12 @@ Change Log -------- - stack multiple states in `utils/DeepQAgent` +[0.4.2] - 2020-06-29 +----------------------- +- [FIXED] a bug in the TrainingParam class (wrong realoading) +- [UPDATED] backward compatibility with 0.9.1.post1 +- [ADDED] easier UI to load the baselines SAC, DeepQSimple, DuelQSimple and DuelQLeapNet + [0.4.1] - 2020-06-16 ----------------------- - [FIXED] `Issue 14 `_ clearer interface and get rid diff --git a/docs/conf.py b/docs/conf.py index 2b56df9..803afee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Benjamin DONNOT' # The full version, including alpha/beta/rc tags -release = '0.4.1' +release = '0.4.2' version = '0.4' # -- General configuration --------------------------------------------------- diff --git a/l2rpn_baselines/__init__.py b/l2rpn_baselines/__init__.py index dd6c1c5..a93083c 100644 --- a/l2rpn_baselines/__init__.py +++ b/l2rpn_baselines/__init__.py @@ -15,4 +15,4 @@ "utils" ] -__version__ = "0.4.0" +__version__ = "0.4.2" diff --git a/setup.py b/setup.py index 7bd14fb..a2cf9b0 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import setuptools from setuptools import setup -__version__ = "0.4.1" +__version__ = "0.4.2" pkgs = {