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
+38-1Lines changed: 38 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,44 @@
1
1
---
2
2
title: Release History
3
3
---
4
+
# 3.3.1 (2025-11-07)
5
+
## Highlights
6
+
Mesa 3.3.1 is a maintenance release focused on bug fixes and documentation improvements following the major 3.3.0 visualization update.
7
+
8
+
This release addresses two critical visualization bugs affecting PropertyLayers on HexGrids and property layer data mapping across both Altair and Matplotlib backends.
9
+
10
+
The documentation received several important updates, including fixes to tutorial code examples, a new guide for Google Summer of Code contributors, and improved organization of the documentation structure. The migration guide has been updated to reflect the deprecation of the old `agent_portrayal` parameter in favor of the new `AgentPortrayalStyle` introduced in Mesa 3.3.0.
11
+
12
+
We're excited to welcome six new contributors to the Mesa project in this release! Thank you to everyone who contributed bug fixes, documentation improvements, and test coverage enhancements.
13
+
14
+
## What's Changed
15
+
### 🐛 Bugs fixed
16
+
* Fix visualization error for PropertyLayers on HexGrids. Add transpose … by @flucco in https://github.com/projectmesa/mesa/pull/2868
17
+
* Fix: Property layer data mapping for both Altair and Matplotlib backends by @Sahil-Chhoker in https://github.com/projectmesa/mesa/pull/2869
18
+
* Fix: AgentSet initialization should not require explicit random number generator by @verisimilidude2 in https://github.com/projectmesa/mesa/pull/2789
19
+
### 🔍 Examples updated
20
+
* Fix missing variable g in the tutorial by @pazmiller in https://github.com/projectmesa/mesa/pull/2849
21
+
### 📜 Documentation improvements
22
+
* fix broken link in example by @BigTurtle8 in https://github.com/projectmesa/mesa/pull/2847
23
+
* Docs: Fix ValueError in tutorial by adding default value to MoneyModel by @pragam-m25 in https://github.com/projectmesa/mesa/pull/2871
24
+
* Add guide for GSoC contributors by @colinfrisch in https://github.com/projectmesa/mesa/pull/2873
25
+
* Deprecate `agent_portrayal` and update Migration guide by @Sahil-Chhoker in https://github.com/projectmesa/mesa/pull/2872
26
+
* Docs: List overview separate from tutorials by @dhiraj-143r in https://github.com/projectmesa/mesa/pull/2878
27
+
### 🔧 Maintenance
28
+
* ruff fixes in visualization by @quaquel in https://github.com/projectmesa/mesa/pull/2867
29
+
*[pre-commit.ci] pre-commit autoupdate: Update to ruff v0.13 by @pre-commit-ci[bot] in https://github.com/projectmesa/mesa/pull/2840
30
+
* Tests: Add test for InputText in UserInputs by @pragam-m25 in https://github.com/projectmesa/mesa/pull/2870
31
+
32
+
## New Contributors
33
+
*@BigTurtle8 made their first contribution in https://github.com/projectmesa/mesa/pull/2847
34
+
*@pazmiller made their first contribution in https://github.com/projectmesa/mesa/pull/2849
35
+
*@flucco made their first contribution in https://github.com/projectmesa/mesa/pull/2868
36
+
*@pragam-m25 made their first contribution in https://github.com/projectmesa/mesa/pull/2870
37
+
*@dhiraj-143r made their first contribution in https://github.com/projectmesa/mesa/pull/2878
38
+
*@verisimilidude2 made their first contribution in https://github.com/projectmesa/mesa/pull/2789
@@ -14,7 +52,6 @@ The major highlight of release 3.3.0 is the introduction of a new and improved v
14
52
15
53
[You can read more about the update here](https://gist.github.com/Sahil-Chhoker/470d78683664dffc05725bd858beb494)
16
54
17
-
18
55
In addition, there were many other improvements to mesa, from bug fixes to improved CI/CD pipelines. Thanks to the PyCON sprints and the developers who supported Mesa!
0 commit comments