Skip to content

Commit 8c40f10

Browse files
authored
New version: GamaPlatform.Gama version 2025.06.4 (microsoft#271114)
1 parent 89b5d6e commit 8c40f10

3 files changed

Lines changed: 209 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Created with WinGet Releaser using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: GamaPlatform.Gama
5+
PackageVersion: 2025.06.4
6+
InstallerLocale: en-US
7+
InstallerType: inno
8+
UpgradeBehavior: install
9+
FileExtensions:
10+
- gaml
11+
ProductCode: '{60676B20-6CAD-440F-835F-9BE8AD7C067D}_is1'
12+
ReleaseDate: 2025-07-03
13+
AppsAndFeaturesEntries:
14+
- Publisher: UMI 209 UMMISCO IRD/SU & Partners
15+
ProductCode: '{60676B20-6CAD-440F-835F-9BE8AD7C067D}_is1'
16+
ElevationRequirement: elevatesSelf
17+
Installers:
18+
- Architecture: x64
19+
Scope: user
20+
InstallerUrl: https://github.com/gama-platform/gama/releases/download/2025.06.4/GAMA_2025.06.4_Windows_with_JDK.exe
21+
InstallerSha256: 49CB38F1DD67A67C441E04FF75968777D853A70E95B01F46C4A159284555D6A0
22+
InstallerSwitches:
23+
Custom: /CURRENTUSER /Lang=english
24+
- Architecture: x64
25+
Scope: machine
26+
InstallerUrl: https://github.com/gama-platform/gama/releases/download/2025.06.4/GAMA_2025.06.4_Windows_with_JDK.exe
27+
InstallerSha256: 49CB38F1DD67A67C441E04FF75968777D853A70E95B01F46C4A159284555D6A0
28+
InstallerSwitches:
29+
Custom: /ALLUSERS /Lang=english
30+
InstallationMetadata:
31+
DefaultInstallLocation: '%ProgramFiles%\Gama'
32+
ManifestType: installer
33+
ManifestVersion: 1.10.0
Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
# Created with WinGet Releaser using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: GamaPlatform.Gama
5+
PackageVersion: 2025.06.4
6+
PackageLocale: en-US
7+
Publisher: Gama-platform
8+
PublisherUrl: https://gama-platform.org/
9+
PublisherSupportUrl: https://github.com/gama-platform/gama/issues
10+
Author: Gama-platform
11+
PackageName: Gama
12+
PackageUrl: https://github.com/gama-platform/gama
13+
License: GPL-3.0
14+
LicenseUrl: https://github.com/gama-platform/gama/blob/HEAD/LICENSE
15+
Copyright: Gama-platform
16+
ShortDescription: GAMA is an easy-to-use open source modeling and simulation environment for creating spatially explicit agent-based simulations.
17+
Description: 'GAMA is an easy-to-use open source modeling and simulation environment for creating spatially explicit agent-based simulations. It has been developed to be used in any application domain: urban mobility, climate change adaptation, epidemiology, disaster evacuation strategy design, urban planning, are some of the application domains in which GAMA users are involved and for which they create models.'
18+
Moniker: Gama
19+
Tags:
20+
- agent-based modelling
21+
- gama
22+
- modelling
23+
- open-source
24+
- release
25+
- simulation
26+
ReleaseNotes: |-
27+
Release for GAMA 2025.06.4.
28+
Published on 03/07/25 05:51.
29+
What's Changed
30+
- Remove ImgBot from repository by @RoiArthurB in #158
31+
- Code cleanup by @lesquoyb in #133
32+
- Improve library models by @lesquoyb in #173
33+
- Fixes #166 by @lesquoyb in #177
34+
- Cleans a bit the Serialisation code by removing duplicates by @AlexisDrogoul in #200
35+
- Fixing gama compilation with update SWT 2024 06 & JDK 21 by @RoiArthurB in #213
36+
- Fixes #209 by @lesquoyb in #216
37+
- First draft for a buffered writing of files by @lesquoyb in #183
38+
- Opengl lights by @lesquoyb in #212
39+
- fixes #214 by @lesquoyb in #215
40+
- Fixes #189 by @lesquoyb in #211
41+
- Make the try statement catch all exception instead of just GamaRuntimeException by @lesquoyb in #223
42+
- fix #224 on doc (log-normal operator) by @benoitgaudou in #227
43+
- Fix for #225 by @lesquoyb in #228
44+
- Fixes #160 for windows by @lesquoyb in #231
45+
- Fix documentation issues by @benoitgaudou in #230
46+
- Fixes 190 by @lesquoyb in #234
47+
- Improve models from library by @lesquoyb in #235
48+
- Fix documentation generation workflow by @RoiArthurB in #236
49+
- Improves lists.experiment by @lesquoyb in #241
50+
- Rename gaml files into experiment ones by @lesquoyb in #243
51+
- Fixes restore documentation + various serialization models improvements by @lesquoyb in #247
52+
- [MACOS] Resolve embedded JDK with simlink by @RoiArthurB in #250
53+
- [PRODUCT] Enforce usage of JDK 21 in headless and OSGI by @RoiArthurB in #248
54+
- adresses #255 - give a default value for currentLocation by @ptaillandier in #256
55+
- Miscellaneous improvements of the models packaged with gama by @lesquoyb in #251
56+
- Cleanup of gama-server by @lesquoyb in #226
57+
- Improves file buffering by @lesquoyb in #275
58+
- [BATCH] clean sensitivity analysis method in exploration by @chapuisk in #186
59+
- adresses issue #271 - optimized "every" by @ptaillandier in #272
60+
- Fix for #268 by @AlexisDrogoul in #269
61+
- Enable "generate release note" - Fix #249 by @RoiArthurB in #261
62+
- Improvements for the image layer by @lesquoyb in #263
63+
- Fixes #288 by @lesquoyb in #289
64+
- Addition of concatenate operator by @AlexisDrogoul in #292
65+
- Update SimulationRunner by @AlexisDrogoul in #295
66+
- Fixes exception when flushing all file buffers by @lesquoyb in #299
67+
- Fixes #281 by @lesquoyb in #300
68+
- Fix for #176 by adding a % for brightening images by @AlexisDrogoul in #311
69+
- A better handling of old workspaces (fixes #224) by @AlexisDrogoul in #310
70+
- Addresses bugs in physics plugin : #265 #242 by @AlexisDrogoul in #308
71+
- Restores backward direction in experiments and saving/reading of agents in files by @AlexisDrogoul in #306
72+
- Emits a warning when a parameter refers to an experiment variable in … by @AlexisDrogoul in #304
73+
- Proposal to remove the trim bar to gain vertical space by @AlexisDrogoul in #319
74+
- Displays the examples in the usages (popup doc, cf. #260) by @AlexisDrogoul in #307
75+
- General improvements of the benchmark statement by @lesquoyb in #322
76+
- Addresses #320: updates the status bar when simulations are run in parallel in batch by @AlexisDrogoul in #321
77+
- Addresses Status Display and parameters errors: #298 #285 #286 #273 #287 #162 by @AlexisDrogoul in #302
78+
- Addresses #187 by correctly outputting a matrix from an asc file by @AlexisDrogoul in #305
79+
- Addresses #257 by @AlexisDrogoul in #303
80+
- Fixes #301 + some documentation by @lesquoyb in #333
81+
- Clean the buffering strategies code and provide example models by @lesquoyb in #335
82+
- [BATCH] fix warning in model library and clarify use of batch facets for beta distribution by @chapuisk in #296
83+
- Add some safeguards to prevent infinite looping in AExplorationAlgorithm by @AlexisDrogoul in #345
84+
- Displays+Monitors syncing issues (#341 + #339) by @AlexisDrogoul in #343
85+
- [Exploration] Minor fixes in the facets of exploration methods by @lesquoyb in #348
86+
- Update FileUtils.java by @AlexisDrogoul in #364
87+
- Disables the lock when the camera is dynamic by @AlexisDrogoul in #353
88+
- Removes the option to zip or not the binary serialisation format by @AlexisDrogoul in #356
89+
- Miscellaneous fixes for headless legacy by @lesquoyb in #362
90+
- Solves #367 by reimplementing morris sampling method following SALib implementation to avoid parameters getting out of bounds by @chapuisk in #369
91+
- add an operator to send a GAMAimage to websocket using base64 by @ptaillandier in #365
92+
- Implements some tricks to have correct sizes for the buttons by @AlexisDrogoul in #372
93+
- Provides a fix for #379 by @AlexisDrogoul in #380
94+
- Fixes a potential NPE in network when closing an experiment by @lesquoyb in #392
95+
- Prevents a potential NPE when reading messages by @lesquoyb in #396
96+
- Implementation of #402 +species informations by @Jarakoto in #404
97+
- Upgrades JTS 1.19 tp 1.20 by @AlexisDrogoul in #415
98+
- Replace Batik with JSVG by @AlexisDrogoul in #413
99+
- Various improvements for the log operators by @lesquoyb in #401
100+
- Fixes the color of text in a dark console by @AlexisDrogoul in #373
101+
- Fix #425 by shortening test names by @AlexisDrogoul in #429
102+
- Add the missing operator computing the difference between two integers by @AlexisDrogoul in #430
103+
- Replaces JFreeChart 1.5.4 by JFreeChart 1.5.5 by @AlexisDrogoul in #420
104+
- [WIP] Bump to eclipse 2025 03 by @RoiArthurB in #414
105+
- Fixes #330 + #337 by @AlexisDrogoul in #374
106+
- Fix for #4 by @AlexisDrogoul in #409
107+
- Corrects the position of the light cone in LightHelper by @AlexisDrogoul in #312
108+
- Fixes #391 : Add a preference to surround highlighted text and the mechanism in GAML Editor by @AlexisDrogoul in #439
109+
- Adds a constant to get the current platform for #443 by @lesquoyb in #451
110+
- Fixes typos in NetworkSkill.java by @lesquoyb in #453
111+
- [bump eclipse] Fixes infinite loop and crash in windows by @lesquoyb in #456
112+
- Additions of listeners to GAMA server command processing by @AlexisDrogoul in #440
113+
- Fixes #454 - GML importation (add missing dependency) by @ptaillandier in #455
114+
- Fixes #447: flags invocations of actions w/o any arguments (and no defaults) by @AlexisDrogoul in #448
115+
- [FIELD] Bugfix #460 - remove the skip of first band to render RGB from field bands by @chapuisk in #461
116+
- Creation of a new status control for feedback on activities, processes, background jobs by @AlexisDrogoul in #337
117+
- Fixes problems with container of unknown content types by @AlexisDrogoul in #435
118+
- fixes #470 - improve the way, relation are taken into account (OSM data) by @ptaillandier in #471
119+
- Fixes #467 and other bugs related to escaping/unescaping strings by @lesquoyb in #480
120+
- [gaml] Adds the to_absolute_file operator by @lesquoyb in #482
121+
- Compile jdk21 run jdk23 by @RoiArthurB in #569
122+
- fixes #573 - allows to verify the finish condition when the user fills a field value by @ptaillandier in #580
123+
- [network] various improvements for network skill by @lesquoyb in #496
124+
- fix #577 by @hqnghi88 in #583
125+
- Fix #526 using isAssignableFrom but not sure it is right by @chapuisk in #527
126+
- In incVersion/setVersion, replace release by new - added volatile by @ptaillandier in #521
127+
- fixes #555 - For casting of string to a point with a wrong format, use float casting by @ptaillandier in #584
128+
- Fix eclipse config by @RoiArthurB in #593
129+
- Update GamaPreferences to solve #581 by @AlexisDrogoul in #602
130+
- Update NetworkSkill.java by @AlexisDrogoul in #626
131+
- Pr gen doc4 llm & fix several documentation issues by @benoitgaudou in #616
132+
- Tries to filter out the imported errors and fix #531 by @AlexisDrogoul in #608
133+
- Fix issue 605 by @RoiArthurB in #615
134+
- [GS GUI] Prevent loading new experiment if state is NOTREADY by @RoiArthurB in #623
135+
- [GS] explicitly parse values into json before sending them back in expression command by @lesquoyb in #621
136+
- Add a new operator to test if two geometries equal by @ptaillandier in #636
137+
- Adds the possibility to browse files in the global search by @AlexisDrogoul in #625
138+
- Moves the server to GAMA directly (instead of PlatformAgent) by @AlexisDrogoul in #634
139+
- Adding hyperlinks and html in parameters view by @AlexisDrogoul in #645
140+
- Solving the "Imported By..." issues in #542 by @AlexisDrogoul in #630
141+
- Rework gama-headless{.sh,.bat} by @RoiArthurB in #579
142+
- Fix p2 generation by @RoiArthurB in #662
143+
- Solving problems of synchronisation of displays (2D and 3D) by @AlexisDrogoul in #639
144+
- Fixes disappearing icons on Windows by @AlexisDrogoul in #663
145+
- [gaml] improves the 'debug' action of agents by @lesquoyb in #682
146+
- Windows zoom focus by @AlexisDrogoul in #690
147+
- Fix #650 - add the possibility to have "nan" no data value in asc files by @ptaillandier in #692
148+
- Improves the operation on iterators + various aspects of GAML by @AlexisDrogoul in #699
149+
- [GS] Multiple fixes and improvements for gama-server by @lesquoyb in #691
150+
New Contributors
151+
- @RoiArthurB made their first contribution in #158
152+
- @lesquoyb made their first contribution in #133
153+
- @benoitgaudou made their first contribution in #227
154+
- @ptaillandier made their first contribution in #256
155+
- @chapuisk made their first contribution in #186
156+
- @Jarakoto made their first contribution in #404
157+
- @hqnghi88 made their first contribution in #583
158+
Full Changelog: 1.9.3...2025.06.4
159+
ReleaseNotesUrl: https://github.com/gama-platform/gama/releases/tag/2025.06.4
160+
Documentations:
161+
- DocumentLabel: Documentation
162+
DocumentUrl: https://gama-platform.org/wiki/Home
163+
- DocumentLabel: Tutorials
164+
DocumentUrl: https://gama-platform.org/wiki/Tutorials
165+
- DocumentLabel: User resources
166+
DocumentUrl: https://gama-platform.org/wiki/category/resources
167+
ManifestType: defaultLocale
168+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: GamaPlatform.Gama
5+
PackageVersion: 2025.06.4
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)