Skip to content

Commit 8da32e2

Browse files
committed
Update release notes and version for 3.0.2
1 parent ae14e3a commit 8da32e2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

HISTORY.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
---
22
title: Release History
33
---
4+
# 3.0.2 (2024-11-11)
5+
## Highlighst
6+
Mesa 3.0.2 is a small follow-up patch release, in which we fixed a lot of small bugs in the example models their visualisation, and improved their testing.
7+
8+
## What's Changed
9+
### 🐛 Bugs fixed
10+
* allow components as a positional argument again by @Corvince in https://github.com/projectmesa/mesa/pull/2488
11+
### 🔍 Examples updated
12+
* examples: Add required components keyword by @EwoutH in https://github.com/projectmesa/mesa/pull/2485
13+
* examples: Fix boid_flockers viz by @EwoutH in https://github.com/projectmesa/mesa/pull/2492
14+
* examples: Fix schelling viz by @EwoutH in https://github.com/projectmesa/mesa/pull/2490
15+
* example: Add input sliders to Sugerscape viz by @EwoutH in https://github.com/projectmesa/mesa/pull/2487
16+
* examples/gol: Add initial fraction alive, add sliders to viz by @EwoutH in https://github.com/projectmesa/mesa/pull/2489
17+
### 🔧 Maintenance
18+
* test app init of examples by @Corvince in https://github.com/projectmesa/mesa/pull/2491
19+
20+
**Full Changelog**: https://github.com/projectmesa/mesa/compare/v3.0.1...v3.0.2
21+
422
# 3.0.1 (2024-11-11)
523
## Highlights
624
After our huge [3.0.0 release](https://github.com/projectmesa/mesa/releases/tag/v3.0.0), Mesa 3.0.1 follows up with two improvements to experimental features, examples and docs.

mesa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525

2626
__title__ = "mesa"
27-
__version__ = "3.0.1"
27+
__version__ = "3.0.2"
2828
__license__ = "Apache 2.0"
2929
_this_year = datetime.datetime.now(tz=datetime.timezone.utc).date().year
3030
__copyright__ = f"Copyright {_this_year} Project Mesa Team"

0 commit comments

Comments
 (0)