Skip to content

v3.0 alpha 1 (pre-release)

Pre-release
Pre-release
Compare
Choose a tag to compare
@EwoutH EwoutH released this 01 Aug 21:02
· 92 commits to main since this release
1202e2e

Highlights

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.

What's Changed

⚠️ Breaking changes

  • viz: Combine code for rendering in browser and Jupyter by @rht in #2180
  • refactor: Rename jupyter_viz namespace to solara_viz by @rht in #2188

🛠 Enhancements made

  • Rename JupyterViz to SolaraViz by @rht in #2187

🐛 Bugs fixed

  • fix: Render agent marker radius correctly by @rht in #2181
  • fix: Use model.schedule.steps -> mode._steps for batch_run by @rht in #2183

📜 Documentation improvements

New Contributors

Full Changelog: v3.0.0a0...v3.0.0a1