You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# 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
3
19
### Breaking Changes
4
20
* 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
5
21
this parameter is the user supplied calibration name rather than EAS's internal calibration run ID.
0 commit comments