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 square_intersection function
* Use Float32 instead of Number/Real/Float64 for coordinate related computations in topo (also Point2f instead of Tuple and Vector). Remove redundant notify_component and observables (use the @lift macro instead).
* Add missing tests for show-function on the types AbstractSystem and ProcInvData
* Improve performance of updates to ax_info and other misc improvements
* Fix bug that made nodes/areas disappear when plotting too many objects (max z_level is 10000)
* Run tests on Julia version 1.11 due to incompatibility with version 1.12
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@ Visualization of the results after simulations will be added at a later stage.
12
12
13
13
The EnergyModelsGUI package has taken inspiration from the source code of [ModelingToolkitDesigner](https://github.com/bradcarman/ModelingToolkitDesigner.jl) as a starting point for development.
14
14
15
+
> [!WARNING]
16
+
> EnergyModelsGUI.jl currently does not support Julia verison 1.12 due to a breaking change in GLMakie. It is assumed that this issue will resolve soon in the future.
17
+
15
18
## Usage
16
19
17
20
If you already have constructed a `case` in EMX you can view this case with
0 commit comments