Skip to content

Commit 9f69e16

Browse files
authored
Update version to 1.3.1
Feature ------- - 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. - 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. - 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. Examples -------- - Updated example notebooks to reflect the changes of the improved logging. Fix --- - `PyExperimenter` no longer overwrites the basicConfig of the logging framework.
2 parents ab4a434 + 34e1c6d commit 9f69e16

23 files changed

+2630
-2660
lines changed
File renamed without changes.

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
Changelog
33
=========
44

5+
v1.3.1 (24.07.2023)
6+
===================
7+
8+
Feature
9+
-------
10+
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.
14+
15+
Examples
16+
--------
17+
18+
- Updated example notebooks to reflect the changes of the improved logging.
19+
20+
Fix
21+
---
22+
23+
- `PyExperimenter` no longer overwrites the basicConfig of the logging framework.
24+
25+
526
v1.3.0 (23.06.2023)
627
===================
728

0 commit comments

Comments
 (0)