Skip to content

Commit b8230a3

Browse files
authored
Update release notes and version for 3.1.2 (#2594)
Update version and release notes for the next feature release, Mesa 3.1.2.
1 parent fdf845b commit b8230a3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

HISTORY.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
---
22
title: Release History
33
---
4+
# 3.1.2 (2025-01-04)
5+
## Highlights
6+
Mesa v3.1.2 is a patch release containing updates to our wolf-sheep, shelling and prisoner's dilemma example models and improving documentation in the tutorials and visualisation docstring. No functional changes to the core library were made.
7+
8+
## What's Changed
9+
### 🔍 Examples updated
10+
* examples/wolf_sheep: Don't allow dumb moves by @EwoutH in https://github.com/projectmesa/mesa/pull/2503
11+
* Added homophily ratio in basic schelling example by @vbv-shm in https://github.com/projectmesa/mesa/pull/2520
12+
* examples: Update pd_grid analysis.ipynb to use new spaces by @quaquel in https://github.com/projectmesa/mesa/pull/2553
13+
### 📜 Documentation improvements
14+
* Corrected a few errors in Intro tutorial by @sanika-n in https://github.com/projectmesa/mesa/pull/2583
15+
* Small draw_space docstring fix by @quaquel in https://github.com/projectmesa/mesa/pull/2554
16+
* fix: model name in visualization tutorial by @Sahil-Chhoker in https://github.com/projectmesa/mesa/pull/2591
17+
18+
## New Contributors
19+
* @vbv-shm made their first contribution in https://github.com/projectmesa/mesa/pull/2520
20+
* @sanika-n made their first contribution in https://github.com/projectmesa/mesa/pull/2583
21+
22+
**Full Changelog**: https://github.com/projectmesa/mesa/compare/v3.1.1...v3.1.2
23+
424
# 3.1.1 (2024-12-14)
525
## Highlights
626
Mesa 3.1.1 is a maintenance release that includes visualization improvements and documentation updates. The key enhancement is the addition of an interactive play interval control to the visualization interface, allowing users to dynamically adjust simulation speed between 1ms and 500ms through a slider in the Controls panel.

mesa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]
2323

2424
__title__ = "mesa"
25-
__version__ = "3.1.1"
25+
__version__ = "3.1.2"
2626
__license__ = "Apache 2.0"
2727
_this_year = datetime.datetime.now(tz=datetime.UTC).date().year
2828
__copyright__ = f"Copyright {_this_year} Project Mesa Team"

0 commit comments

Comments
 (0)