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
+32-32Lines changed: 32 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
-
### π¨ Breaking Changes
11
-
***π¨ BREAKING**: Removed `kind` in favor of `style` in plotting functions
12
-
***π¨ BREAKING**: Renamed `TimeSeries.active_data` to `TimeSeries.selected_data`
13
-
***π¨ BREAKING**: `CalculationResults.flow_system` now returns the restored FlowSystem instead of the `xr.Dataset`. The data can be found under `flow_system_data`
10
+
### π₯ Breaking Changes
11
+
***π₯ BREAKING**: Removed `kind` in favor of `style` in plotting functions
12
+
***π₯ BREAKING**: Renamed `TimeSeries.active_data` to `TimeSeries.selected_data`
13
+
***π₯ BREAKING**: `CalculationResults.flow_system` now returns the restored FlowSystem instead of the `xr.Dataset`. The data can be found under `flow_system_data`
14
14
15
-
### Added
15
+
### β¨ Added
16
16
#### Major Features
17
17
***Scenarios**: Model uncertainties or **Multi-Period Transformations**
18
18
* Scenarios are passed to a `FlowSystem` with `scenario_weight` multipliers
@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
***Balanced Storage**: Storage charging and discharging sizes can now be forced to be equal when optimizing by choosing `balanced=True`
22
22
23
23
#### Results & Analysis
24
-
***New dedicated `FlowResults` class
24
+
***New dedicated `FlowResults` class**
25
25
* Dedicated xr.DataArrays combining all **flow_rates**, **flow_hours**, or **sizes** of flows
26
26
* Use `effects_per_component()` to retrieve all effects results for every Component, including indirect effects (ElementA β CO2 β Costs)
27
27
@@ -37,20 +37,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
37
* Added `grouped_bar` plotting style
38
38
* Changed default legend location in plots (now on the right side)
39
39
40
-
### Deprecated
40
+
### ποΈ Deprecated
41
41
*`Calculation.active_timesteps` β Use `Calculation.selected_timesteps` instead
42
42
* β οΈ Loading Results from prior versions will raise warnings due to FlowResults incompatibility. Some new features cannot be used.
43
43
44
-
### Fixed
44
+
### π Fixed
45
45
* Fixed formatting issues in YAML model documentation (line breaks)
46
46
47
47
### Known Issues
48
48
* Scenarios are not yet supported in `AggregatedCalculation` and `SegmentedCalculation`
0 commit comments