Skip to content

Commit 34e1c6d

Browse files
authored
Bugfix of issues related to resultfield definition and processing (#147)
* Update check for valid configuration * Remove mandatory resultfields * Check logtable values before writing to db * Change logging - pass logger instead of loggername * Adapt log messages * Allow using additional sections in experiment configuration file * Update examples due to new logging * Update documentation to cover optional result fields * Update changelog * Update version to 1.3.1
1 parent 79e23e9 commit 34e1c6d

21 files changed

+1450
-3211
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,26 @@
22
Changelog
33
=========
44

5-
6-
v1.3.1 (??.07.2023)
5+
v1.3.1 (24.07.2023)
76
===================
87

98
Feature
109
-------
1110

12-
- ?
11+
- Removed the need for resultfields to be defined in the experiment configuration file. Therefore, they are now optional, which might help if one is only interested in the information from logtables.
12+
- Improved error messages to provide better feedback about why a configuration file is not valid and why processing information to the database did not work.
13+
- Logging has been implemented for `PyExperimenter`. The name, log level and log file of the logger can be customized. Furthermore, a fixed formatter has been added, as well as different (file) handlers to ensure the messages occur both in the console as well as in the (given) log file.
1314

1415
Examples
1516
--------
1617

17-
- ?
18-
19-
Changed
20-
-------
21-
- ?
18+
- Updated example notebooks to reflect the changes of the improved logging.
2219

2320
Fix
2421
---
2522

26-
- `PyExperimenter` no longer overwrites the basicConfig of the logging framework. Furthermore, a formatter has been added, as well as different (file) handlers to ensure the messages occur both in the console as well as in the log file.
23+
- `PyExperimenter` no longer overwrites the basicConfig of the logging framework.
24+
2725

2826
v1.3.0 (23.06.2023)
2927
===================

0 commit comments

Comments
 (0)