You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/CHANGELOG.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [unreleased]
9
9
10
+
## [3.4.0] - 2023.03.10
11
+
10
12
### Added
11
13
12
14
- Continuation option to the command line.
@@ -27,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
29
- 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.
28
30
- 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.
29
31
30
-
## [3.3.0] - 2020.12.21
32
+
## [3.3.0] - 2022.12.21
31
33
32
34
### Changed
33
35
@@ -41,15 +43,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
43
- The use of `moldrug.utils.tar_errors` inside of `moldrug.utils.Local` and `moldrug.utils.GA`.
42
44
- Clean code.
43
45
44
-
## [3.2.5] - 2020.12.20
46
+
## [3.2.5] - 2022.12.20
45
47
46
48
### Fixed
47
49
48
50
- Improve docs.
49
51
- Cleaning of temporal files in `/tmp` directory. Now it is created temporal directories in the working directory with the pattern: `.costfunc_MolDrug_XXXXXXXX`.
50
52
- Cleaning errors. Now all warnings and errors are saved in .error directory and at the end they are compress to `error.tar.gz`.
0 commit comments