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: website/versioned_docs/version-2025-06/Changelog.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ This is a major release, bringing numerous bug fixes, performance improvements,
14
14
15
15
***Core & Execution:**
16
16
* Now built on Eclipse 2025-03 and requires JDK21 ([#213](https://github.com/gama-platform/gama/issues/213), [#248](https://github.com/gama-platform/gama/issues/248), [#414](https://github.com/gama-platform/gama/issues/414)).
17
-
* Significant performance optimizations in core execution ([#271](https://github.com/gama-platform/gama/issues/271), [#291](https://github.com/gama-platform/gama/issues/291)).
17
+
* Significant performance optimizations in core execution ([#271](https://github.com/gama-platform/gama/issues/271), [#291](https://github.com/gama-platform/gama/issues/291) and many others).
* Improved handling of file paths on Windows to prevent string concatenation issues ([#467](https://github.com/gama-platform/gama/issues/467)).
20
-
* Enhanced unit testing framework ([#182](https://github.com/gama-platform/gama/issues/182) and many new unit test files to increase the coverage).
20
+
* Enhanced unit testing framework ([#182](https://github.com/gama-platform/gama/issues/182) and many new unit tests to increase the coverage).
21
21
22
22
***GAMA Server:**
23
23
* Numerous fixes and stability improvements for `gama-server` ([#691](https://github.com/gama-platform/gama/issues/691)).
@@ -61,18 +61,15 @@ This is a major release, bringing numerous bug fixes, performance improvements,
61
61
<details>
62
62
<summary>View detailed changes</summary>
63
63
64
-
***Stricter typing**: Gama has now stricter rules for types, especially related to container. Some may need to update their models to add explicit casting to the type they want to manipulate.
65
-
***Simulation saving**: Some changes in the way the serialization is handled can prevent the compatibility with previous versions. If you saved a simulation with the `save` statement in 1.9.3 and try to restore it in this release, it may not work.
66
-
***Removal of the zip option** The internal behaviour of the experiment of type record have been completely reworked and the facet `zip` is now not available anymore as it's done by default.
64
+
***Stricter typing**: Gama has now stricter rules for types, especially related to container. Some may need to update their models to add explicit casting to the type they want to manipulate.
65
+
***Simulation saving**: Some changes in the way the serialization is handled can prevent the compatibility with previous versions. If you saved a simulation with the `save` statement in 1.9.3 and try to restore it in this release, it may not work.
66
+
***Removal of the zip option** The internal behaviour of the experiment of type record have been completely reworked and the facet `zip` is now not available anymore as it's done by default.
67
67
68
68
</details>
69
69
70
-
#### 🟠 Warnings 🟠: concepts that should be updated
71
-
72
-
73
70
### Preferences
74
71
75
-
The preferences window has been rework for more clarity.
72
+
The preferences window has been reworked for more clarity.
76
73
In addition to this, new parameters are now available:
77
74
<details>
78
75
<summary>View detailed changes</summary>
@@ -87,7 +84,7 @@ In addition to this, new parameters are now available:
87
84
### Packaged models
88
85
89
86
<details>
90
-
<summary>View all new models list</summary>
87
+
<summary>View all changes in models</summary>
91
88
92
89
* Some older and unclear models have been removed, preparing for a future rework of the library.
93
90
* Two models have been added in `GAML Syntax` -> `Sytem` to illustrate the use of buffering strategies: `Buffering execution order.gaml` and `Buffering performances.gaml`
0 commit comments