|
1 | 1 | --- |
2 | 2 | title: Release History |
3 | 3 | --- |
| 4 | +# 3.0.0a1 (2024-08-01) |
| 5 | +## Highlights |
| 6 | +Mesa 3.0 alpha 1 (`v3.0.0a1`) is another step towards our next major version. This release introduces a name change from JupyterViz (jupyter_viz) to SolaraViz (solara_viz), to better represent the tech stack being used. It also includes two bugfixes also present in 2.3.2. |
| 7 | + |
| 8 | +## What's Changed |
| 9 | +### ⚠️ Breaking changes |
| 10 | +* viz: Combine code for rendering in browser and Jupyter by @rht in https://github.com/projectmesa/mesa/pull/2180 |
| 11 | +### 🛠 Enhancements made |
| 12 | +* Rename JupyterViz to SolaraViz by @rht in https://github.com/projectmesa/mesa/pull/2187 |
| 13 | +* refactor: Rename jupyter_viz namespace to solara_viz by @rht in https://github.com/projectmesa/mesa/pull/2188 |
| 14 | +### 🐛 Bugs fixed |
| 15 | +* fix: Render agent marker radius correctly by @rht in https://github.com/projectmesa/mesa/pull/2181 |
| 16 | +* fix: Use model.schedule.steps -> mode._steps for batch_run by @rht in https://github.com/projectmesa/mesa/pull/2183 |
| 17 | +### 📜 Documentation improvements |
| 18 | +* Add original conference paper link to docs by @ENUMERA8OR in https://github.com/projectmesa/mesa/pull/2160 |
| 19 | + |
| 20 | +## New Contributors |
| 21 | +* @ENUMERA8OR made their first contribution in https://github.com/projectmesa/mesa/pull/2160 |
| 22 | + |
| 23 | +**Full Changelog**: https://github.com/projectmesa/mesa/compare/v3.0.0a0...v3.0.0a1 |
| 24 | + |
4 | 25 | # 3.0.0a0 (2024-07-04) |
5 | 26 | ## Highlights |
6 | 27 | This is the first pre-release in the Mesa 3.0 series, which is still in active development. The `v3.0.0a0` pre-release can help active Mesa developers help starting to test the latest features in their models. |
@@ -38,6 +59,17 @@ This pre-release can be installed with `pip install mesa --upgrade --pre`. |
38 | 59 |
|
39 | 60 | **Full Changelog**: https://github.com/projectmesa/mesa/compare/v2.3.1...v3.0.0a0 |
40 | 61 |
|
| 62 | +# 2.3.2 (2024-07-22) |
| 63 | +## Highlights |
| 64 | +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. |
| 65 | + |
| 66 | +## What's Changed |
| 67 | +### 🐛 Bugs fixed |
| 68 | +* fix: Render agent marker radius correctly by @rht in https://github.com/projectmesa/mesa/pull/2181 |
| 69 | +* fix: Use model.schedule.steps -> mode._steps for batch_run by @rht in https://github.com/projectmesa/mesa/pull/2183 |
| 70 | + |
| 71 | +**Full Changelog**: https://github.com/projectmesa/mesa/compare/v2.3.1...v2.3.2 |
| 72 | + |
41 | 73 | # 2.3.1 (2024-07-03) |
42 | 74 | ## Highlights |
43 | 75 | Mesa 2.3.1 is a small patch release with a datacollector bug fixed and improved documentation. |
|
0 commit comments