Skip to content

Commit 06d0884

Browse files
authored
Update version to 1.4.2 (#197)
1 parent 2fed0ca commit 06d0884

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33
=========
44

55

6-
v1.4.2 (??.??.2024)
6+
v1.4.2 (12.06.2024)
77
===================
88

99
Feature
@@ -14,9 +14,6 @@ Feature
1414
- Added add_experiment_and_execute method to PyExperimenter to add and execute an experiment in one step.
1515
- Added functionality to attach multiple processes to the same experiment, all being able to write to the database tables of the same experiment.
1616

17-
Fix
18-
---
19-
2017

2118
v1.4.1 (11.03.2024)
2219
===================

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py-experimenter"
3-
version = "1.4.2a2"
3+
version = "1.4.2"
44
description = "The PyExperimenter is a tool for the automatic execution of experiments, e.g. for machine learning (ML), capturing corresponding results in a unified manner in a database."
55
authors = [
66
"Tanja Tornede <t.tornede@ai.uni-hannover.de>",

0 commit comments

Comments
 (0)