Skip to content

Commit e0776e9

Browse files
authored
Update version to v1.3.0 (#134)
* Update changelog * Update poetry lock * Update version
1 parent 9349728 commit e0776e9

File tree

3 files changed

+22
-23
lines changed

3 files changed

+22
-23
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,33 @@
22
Changelog
33
=========
44

5-
6-
v1.X.X (?/?/2023)
5+
v1.3.0 (23.06.2023)
76
===================
87

98
Feature
109
-------
1110

12-
- Improved issue template
13-
- New pull request template
14-
- Extended documentation for development
11+
- Added ``CodeCarbon`` to automatically measure carbon emissions of experiments.
12+
- Improved issue template.
13+
- Added template for pull requests.
14+
- Extended documentation for development / how to contribute to ``PyExperimenter``
1515

1616

1717
Examples
1818
--------
1919

20-
- ?
20+
- Updated examples to utilize ``CodeCarbon`` functionality.
21+
22+
Changed
23+
-------
2124

25+
- Replaced ``mysql-connector-python`` dependency to use ``pymysql`` instead.
2226

2327
Fix
2428
---
2529

26-
- ?
27-
28-
29-
Tests
30-
-----
30+
- Bugfix escaping of values in sql statements.
3131

32-
- ?
3332

3433
v1.2.1 (21/04/2023)
3534
===================

poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.1"
3+
version = "1.3.0"
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)