Skip to content

Commit 30de112

Browse files
committed
prepare new release
1 parent f7162cc commit 30de112

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/source/CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [3.4.0] - 2023.03.10
11+
1012
### Added
1113

1214
- Continuation option to the command line.
@@ -27,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2729
- Small bug during initialization of population with multiple `seed_mol`. Now `seed_mol` with the same amount of elements as `popsize` are not submitted to mutations, only evaluation.
2830
- Problems with default parameters definition on the command line. Parameters with default values by the `type` of run defined in the configuration file are not needed to redefined any more; `moldrug.cli` will guess those.
2931

30-
## [3.3.0] - 2020.12.21
32+
## [3.3.0] - 2022.12.21
3133

3234
### Changed
3335

@@ -41,15 +43,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4143
- The use of `moldrug.utils.tar_errors` inside of `moldrug.utils.Local` and `moldrug.utils.GA`.
4244
- Clean code.
4345

44-
## [3.2.5] - 2020.12.20
46+
## [3.2.5] - 2022.12.20
4547

4648
### Fixed
4749

4850
- Improve docs.
4951
- Cleaning of temporal files in `/tmp` directory. Now it is created temporal directories in the working directory with the pattern: `.costfunc_MolDrug_XXXXXXXX`.
5052
- Cleaning errors. Now all warnings and errors are saved in .error directory and at the end they are compress to `error.tar.gz`.
5153

52-
## [3.2.2] - 2020.12.12
54+
## [3.2.2] - 2022.12.12
5355

5456
### Fixed
5557

0 commit comments

Comments
 (0)