Skip to content

Commit 68da79c

Browse files
committed
Add release notes for 3.3.1
1 parent 9939b7e commit 68da79c

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

HISTORY.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
11
---
22
title: Release History
33
---
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
39+
40+
**Full Changelog**: https://github.com/projectmesa/mesa/compare/v3.3.0...v3.3.1
41+
442
# 3.3.0 (2025-09-06)
543
## Highlights
644

@@ -14,7 +52,6 @@ The major highlight of release 3.3.0 is the introduction of a new and improved v
1452

1553
[You can read more about the update here](https://gist.github.com/Sahil-Chhoker/470d78683664dffc05725bd858beb494)
1654

17-
1855
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!
1956

2057
## What's Changed

0 commit comments

Comments
 (0)