Skip to content

Commit 8daebf5

Browse files
committed
Update release notes and version for 2.3.4
1 parent 9ea85dd commit 8daebf5

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

HISTORY.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
---
22
title: Release History
33
---
4+
# 2.3.4 (2024-09-04)
5+
## Highlights
6+
Two fixes in our docs: The visualization tutorial started using an example model that wasn't compatible with Mesa 2.x anymore, and some relative links were broken. This release fixes both.
7+
8+
## What's Changed
9+
### 📜 Documentation improvements
10+
* docs: Fix Visualization Tutorial (2.x branch) by @EwoutH in https://github.com/projectmesa/mesa/pull/2272
11+
* Docs: Fix broken relative links by removing `.html` suffix by @EwoutH in https://github.com/projectmesa/mesa/pull/2274
12+
13+
**Full Changelog**: https://github.com/projectmesa/mesa/compare/v2.3.3...v2.3.4
14+
15+
# 2.3.3 (2024-09-01)
16+
## Highlights
17+
Mesa v2.3.3 is a small patch release with documentation and maintenance updates backported from our main branch.
18+
19+
We do have included one feature as preview for Mesa 3.0: The AgentSet got a convenient `set` method to quickly set a variable value to (a subset of) agents. See #2254 for some examples.
20+
21+
## What's Changed
22+
### 🎉 New features added
23+
* AgentSet: Add `set` method by @EwoutH in https://github.com/projectmesa/mesa/pull/2254
24+
### 📜 Documentation improvements
25+
* Fix image on landing page of docs. by @jackiekazil in https://github.com/projectmesa/mesa/pull/2146
26+
* Replace links in docs - google group to matrix. by @jackiekazil in https://github.com/projectmesa/mesa/pull/2148
27+
* Add experimental features to documentation as per #2122 by @stephenfmann in https://github.com/projectmesa/mesa/pull/2154
28+
* Update visualisation docs by @EwoutH in https://github.com/projectmesa/mesa/pull/2162
29+
* Add original conference paper link to docs by @ENUMERA8OR in https://github.com/projectmesa/mesa/pull/2160
30+
* docs/conf.py: Use modern `intersphinx_mapping` format by @EwoutH in https://github.com/projectmesa/mesa/pull/2206
31+
* Contribution: Add "I have no idea where to start" section by @EwoutH in https://github.com/projectmesa/mesa/pull/2258
32+
33+
**Full Changelog**: https://github.com/projectmesa/mesa/compare/v2.3.2...v2.3.3
34+
435
# 2.3.2 (2024-07-22)
536
## Highlights
637
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.

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.3"
29+
__version__ = "2.3.4"
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)