Skip to content

Commit 2c864dc

Browse files
committed
doc: add version name 0.3.0
1 parent 52b76a7 commit 2c864dc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

examples/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ In each example folder contains the following subfolders and files
1010
- model.pt is the best model state dicts
1111
- config.yml
1212
- The configuration file to run this example
13+
- best_config.yml
14+
- Incase of optimization with ray, the model will try to find the best configuration in the config.yml file. The result (best configuration from optimization with ray was saved as best_config.yml)
15+
1316
- main.py
1417
- The python script to run this example with the ./config file
1518

hydroecolstm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.3.0"
22
__author__ = 'Tam V. Nguyen'
33
__credits__ = 'Helmholtz Centre for Environmental Research (UFZ)'
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='hydroecolstm',
11-
version='0.2.0',
11+
version='0.3.0',
1212
description='A python package for HydroEcological Modelling using LSTM',
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)