You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version number and release notes for 2.3.0 release (#2116)
* Update version number and release notes for 2.3.0 release
* Fix 2.3.0 date
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: HISTORY.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: Release History
3
3
---
4
-
# 2.3.0-rc1 (2024-04-18)
4
+
# 2.3.0 (2024-04-23)
5
5
## Highlights
6
-
The 2.3.0-rc1 release is our first release candidate pre-release, meant to test all the new features and enhancement for the upcoming 2.3.0 release.
6
+
Mesa 2.3.0is a big feature release and the last feature release before 3.0.
7
7
8
8
There are two main new features:
9
9
- The experimental cell-centric discrete spaces, as added in #1994. It allows having cells with not only properties but also active behaviors: the `CellAgent`. Its inspired by NetLogo's [patches](https://ccl.northwestern.edu/netlogo/bind/primitive/patches.html) but extend and generalize this concept further.
@@ -13,11 +13,11 @@ There are a lot of other features: The Jupyter visualisation now supports easier
13
13
14
14
Finally, 2.3.0 stabilizes the `AgentSet` (including `model.agents`), making it the first experimental Mesa feature that is taken out of it's experimental phase.
15
15
16
-
Install this pre-release with:
16
+
Install this release with:
17
17
```
18
-
pip install --pre mesa
18
+
pip install --upgrade mesa
19
19
```
20
-
We would love feedback before we release 2.3.0 stable in ~1 week.
20
+
The Mesa 2.3.x-series supports Python 3.9 to 3.12. The next major release will require Python 3.10.
21
21
22
22
## What's Changed
23
23
### 🧪 Experimental features
@@ -87,7 +87,10 @@ We would love feedback before we release 2.3.0 stable in ~1 week.
87
87
*@FoFFolo made their first contribution in https://github.com/projectmesa/mesa/pull/2082
88
88
*@puer-robustus made their first contribution in https://github.com/projectmesa/mesa/pull/2083
0 commit comments