Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ale94mleon committed Mar 10, 2023
1 parent f7162cc commit 30de112
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [3.4.0] - 2023.03.10

### Added

- Continuation option to the command line.
Expand All @@ -27,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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.
- 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.

## [3.3.0] - 2020.12.21
## [3.3.0] - 2022.12.21

### Changed

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

## [3.2.5] - 2020.12.20
## [3.2.5] - 2022.12.20

### Fixed

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

## [3.2.2] - 2020.12.12
## [3.2.2] - 2022.12.12

### Fixed

Expand Down

0 comments on commit 30de112

Please sign in to comment.