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: HISTORY.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
1
---
2
2
title: Release History
3
3
---
4
+
# 3.0.2 (2024-11-11)
5
+
## Highlighst
6
+
Mesa 3.0.2 is a small follow-up patch release, in which we fixed a lot of small bugs in the example models their visualisation, and improved their testing.
7
+
8
+
## What's Changed
9
+
### 🐛 Bugs fixed
10
+
* allow components as a positional argument again by @Corvince in https://github.com/projectmesa/mesa/pull/2488
11
+
### 🔍 Examples updated
12
+
* examples: Add required components keyword by @EwoutH in https://github.com/projectmesa/mesa/pull/2485
13
+
* examples: Fix boid_flockers viz by @EwoutH in https://github.com/projectmesa/mesa/pull/2492
14
+
* examples: Fix schelling viz by @EwoutH in https://github.com/projectmesa/mesa/pull/2490
15
+
* example: Add input sliders to Sugerscape viz by @EwoutH in https://github.com/projectmesa/mesa/pull/2487
16
+
* examples/gol: Add initial fraction alive, add sliders to viz by @EwoutH in https://github.com/projectmesa/mesa/pull/2489
17
+
### 🔧 Maintenance
18
+
* test app init of examples by @Corvince in https://github.com/projectmesa/mesa/pull/2491
After our huge [3.0.0 release](https://github.com/projectmesa/mesa/releases/tag/v3.0.0), Mesa 3.0.1 follows up with two improvements to experimental features, examples and docs.
0 commit comments