Skip to content

v3.3.1

Latest

Choose a tag to compare

@EwoutH EwoutH released this 07 Nov 10:43
· 1 commit to 3.3.x-maintenance since this release
2b27a10

Highlights

Mesa 3.3.1 is a maintenance release focused on bug fixes and documentation improvements following the major 3.3.0 visualization update.

This release addresses two critical visualization bugs affecting PropertyLayers on HexGrids and property layer data mapping across both Altair and Matplotlib backends.

The documentation received several important updates, including fixes to tutorial code examples, a new guide for Google Summer of Code contributors, and improved organization of the documentation structure. The migration guide has been updated to reflect the deprecation of the old agent_portrayal parameter in favor of the new AgentPortrayalStyle introduced in Mesa 3.3.0.

We're excited to welcome six new contributors to the Mesa project in this release! Thank you to everyone who contributed bug fixes, documentation improvements, and test coverage enhancements.

What's Changed

🐛 Bugs fixed

  • Fix visualization error for PropertyLayers on HexGrids. Add tranpose … by @flucco in #2868
  • Fix: Property layer data mapping for both Altair and Matplotlib backends by @Sahil-Chhoker in #2869
  • Fix: AgentSet initialization should not require explicit random number generator by @verisimilidude2 in #2789

🔍 Examples updated

📜 Documentation improvements

🔧 Maintenance

New Contributors

Full Changelog: v3.3.0...v3.3.1