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
* Fix missing distinction between different `TransmissionMode`s in the "data"-menu by including the `id` field in parantheses. Also, improve the info-box.
Copy file name to clipboardExpand all lines: NEWS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Version 0.5.18 (2025-11-24)
4
4
5
+
### Bugfix
6
+
7
+
* Fix missing distinction between different `TransmissionMode`s in the "data"-menu by including the `id` field in parentheses.
8
+
5
9
### Enhancements
6
10
7
11
* Added the option `pre_plot_sub_components` to the `GUI`-constructor to skip preplotting hidden sub components of an area (the option is by default `true`). The components of an `Area` are then plotted on demand (on the `open` functionality). This greatly enhances performance for large cases.
@@ -16,6 +20,8 @@
16
20
* Change tests of toggling of colors to be based on a new case having more transmission modes (the case in the new `test/EMI_geography_2.jl` file).
17
21
* Make the distance between two way connection linearly dependent on `Δh` instead of a fixed width based on `gui.vars[:two_way_sep_px]`.
18
22
* Make the markersize (arrow heads for connections) linearly dependent on `Δh` instead of a fixed size based on `gui.vars[:markersize]`
23
+
* Also expand `TransmissionMode`s in the info-box.
24
+
* For the labeling, use square brackets around indices in the string construction.
0 commit comments