Skip to content

Commit

Permalink
Update version to v1.3.2 (#166)
Browse files Browse the repository at this point in the history
Feature
-------

- Add `random_order` parameter to `PyExperimenter.execute()` to allow for random order of experiments.

Fix
---

- Hotfix cluster execution where multiple runners could pull the same experiment.
- Update logger documentation to reflect the changes of the improved logging.
  • Loading branch information
tornede authored Jan 23, 2024
2 parents 9f69e16 + d49cb40 commit 9c88452
Show file tree
Hide file tree
Showing 7 changed files with 1,218 additions and 887 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog
=========


v1.3.2 (23.01.2024)
===================

Feature
-------

- Add `random_order` parameter to `PyExperimenter.execute()` to allow for random order of experiments.

Fix
---

- Hotfix cluster execution where multiple runners could pull the same experiment.
- Update logger documentation to reflect the changes of the improved logging.

v1.3.1 (24.07.2023)
===================

Expand Down
Loading

0 comments on commit 9c88452

Please sign in to comment.