Skip to content

Commit

Permalink
Relase v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Jun 29, 2020
1 parent 3547e44 commit eb19e42
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/rte-france/l2rpn-baselines/issues/14>`_ clearer interface and get rid
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion l2rpn_baselines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"utils"
]

__version__ = "0.4.0"
__version__ = "0.4.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import setuptools
from setuptools import setup
__version__ = "0.4.1"
__version__ = "0.4.2"


pkgs = {
Expand Down

0 comments on commit eb19e42

Please sign in to comment.