Skip to content

Commit 3305dbb

Browse files
committed
Update release notes and version for 2.3.2
1 parent e6d3f3e commit 3305dbb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
---
22
title: Release History
33
---
4+
# 2.3.2 (2024-07-22)
5+
## Highlights
6+
Mesa 2.3.2 is a small patch release which fixes two bugs, one to the batch_run function still depending on `schedule.steps`, and one in the agent marker visualisation.
7+
8+
## What's Changed
9+
### 🐛 Bugs fixed
10+
* fix: Render agent marker radius correctly by @rht in https://github.com/projectmesa/mesa/pull/2181
11+
* fix: Use model.schedule.steps -> mode._steps for batch_run by @rht in https://github.com/projectmesa/mesa/pull/2183
12+
13+
**Full Changelog**: https://github.com/projectmesa/mesa/compare/v2.3.1...v2.3.2
14+
415
# 2.3.1 (2024-07-03)
516
## Highlights
617
Mesa 2.3.1 is a small patch release with a datacollector bug fixed and improved documentation.

mesa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727

2828
__title__ = "mesa"
29-
__version__ = "2.3.1"
29+
__version__ = "2.3.2"
3030
__license__ = "Apache 2.0"
3131
_this_year = datetime.datetime.now(tz=datetime.timezone.utc).date().year
3232
__copyright__ = f"Copyright {_this_year} Project Mesa Team"

0 commit comments

Comments
 (0)