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
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,48 @@ Until here -->
53
53
54
54
## [Upcoming]
55
55
56
+
### 🔥 Removed
57
+
58
+
**Deprecated parameters removed** (all were deprecated in v4.0.0 or earlier):
59
+
60
+
**TimeSeriesData:**
61
+
-`agg_group` → use `aggregation_group`
62
+
-`agg_weight` → use `aggregation_weight`
63
+
- Properties: `agg_group`, `agg_weight`
64
+
65
+
**Effect:**
66
+
- Constructor parameters: `minimum_operation` → use `minimum_temporal`, `maximum_operation` → use `maximum_temporal`, `minimum_invest` → use `minimum_periodic`, `maximum_invest` → use `maximum_periodic`, `minimum_operation_per_hour` → use `minimum_per_hour`, `maximum_operation_per_hour` → use `maximum_per_hour`
- Constructor parameters: `flow_hours_per_period_max` → use `flow_hours_max`, `flow_hours_per_period_min` → use `flow_hours_min`, `flow_hours_total_max` → use `flow_hours_max`, `flow_hours_total_min` → use `flow_hours_min`, `total_flow_hours_max` → use `flow_hours_max_over_periods`, `total_flow_hours_min` → use `flow_hours_min_over_periods`
- Constructor parameters: `on_hours_total_min` → use `on_hours_min`, `on_hours_total_max` → use `on_hours_max`, `switch_on_total_max` → use `switch_on_max`
79
+
80
+
**Storage:**
81
+
-`initial_charge_state="lastValueOfSim"` → use `initial_charge_state="equals_final"`
82
+
83
+
**Source, Sink, SourceAndSink:**
84
+
- Constructor parameters:
85
+
- Source: `source` → use `outputs`
86
+
- Sink: `sink` → use `inputs`
87
+
- SourceAndSink: `source` → use `outputs`, `sink` → use `inputs`, `prevent_simultaneous_sink_and_source` → use `prevent_simultaneous_flow_rates`
- Flow parameters: `Q_fu` → use `fuel_flow`, `P_el` → use `electrical_flow`, `Q_th` → use `thermal_flow`, `Q_ab` → use `heat_source_flow`
95
+
- Efficiency parameters: `eta` → use `thermal_efficiency`, `eta_th` → use `thermal_efficiency`, `eta_el` → use `electrical_efficiency`, `COP` → use `cop`
0 commit comments