Skip to content

Commit ee5836f

Browse files
committed
Update to version 0.24.0
Signed-off-by: Kurt Greaves <[email protected]>
1 parent 8a41fce commit ee5836f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

changelog.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# EAS Python client
2-
## [0.23.0] - UNRELEASED
2+
## [0.24.0] - UNRELEASED
3+
### Breaking Changes
4+
* None.
5+
6+
### New Features
7+
* Added optional field `inverterControlConfig` to `ModelConfig`. This `PVVoltVARVoltWattConfig` allows the configuration of advanced inverter control profiles.
8+
9+
### Enhancements
10+
* None.
11+
12+
### Fixes
13+
* `TimePeriod` no longer truncates the `start_time` and `end_time` to midnight(`00:00:00`). `TimePeriod` will now preserve arbitrary start and end times to minute precision.
14+
15+
### Notes
16+
* None.
17+
18+
## [0.23.0] - 2025-09-10
319
### Breaking Changes
420
* Renamed the parameter `calibration_id` to `calibration_name` for the following methods `get_transformer_tap_settings` and `async_get_transformer_tap_settings`. This better reflects that
521
this parameter is the user supplied calibration name rather than EAS's internal calibration run ID.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
1414

1515
[project]
1616
name = "zepben.eas"
17-
version = "0.23.0b7"
17+
version = "0.24.0b1"
1818
description = "Python SDK for interacting with the Evolve App Server"
1919
readme = {file = "README.md", content-type = "text/markdown"}
2020
license = "MPL-2.0"

0 commit comments

Comments
 (0)