Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tornede committed Feb 28, 2024
1 parent 7c9eb32 commit 978deea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,29 @@
Changelog
=========

v1.4.? (??.??.2024)
===================

Fix
---

- Booleans have been added as strings to the database table in SQLite. This has been fixed by adding a converting the values accordingly before writing them to the database.


v1.4.0 (20.02.2024)
===================

Feature
-------

- Add functionality to pause and later continue experiments.
- Change the supported database configuration file type to YAML.
- Change the supported credentials file type to YAML.
- Add support for ssh jump hosts in the database connection.

Fix
---

- Fix a problem when executing fill_table that caused some entries to occur twice.
- Temporary CodeCarbon files are automatically removed at termination.

Expand All @@ -33,6 +44,7 @@ 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 Expand Up @@ -87,6 +99,7 @@ v1.2.1 (21/04/2023)

Feature
-------

- Improve performance addding new experiments to database table
- Create issue template
- Update documentation to include JOSS publication
Expand All @@ -103,6 +116,7 @@ Feature

Examples
--------

- An additional logtable example has been added.
- An issue of the example notebook has been fixed causing them to fail due to missing directories.
- Improved general example to cover extended functionality of ``PyExperimenter.reset_experiments()``.
Expand Down Expand Up @@ -155,6 +169,7 @@ Feature

Examples
--------

- Updated due to latest changes and renamings
- Referenced documentation within examples

Expand Down Expand Up @@ -207,6 +222,7 @@ Fix

Tests
-----

- Added tests for all key components of ``PyExperimenter``.


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-experimenter"
version = "1.4.0"
version = "1.4.1a0"
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."
authors = [
"Tanja Tornede <t.tornede@ai.uni-hannover.de>",
Expand Down

0 comments on commit 978deea

Please sign in to comment.