Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.1k
Comparing changes
Open a pull request
base repository:mesa/mesa
Uh oh!
There was an error while loading.Please reload this page.
base:main
head repository:mesa/mesa
Uh oh!
There was an error while loading.Please reload this page.
compare:3.3.x-maintenance
Uh oh!
There was an error while loading.Please reload this page.
- 17commits
- 27files changed
- 13contributors
Commits on Oct 31, 2025
Fixes#2846 by changing the academic article reference link in the "Epstein Civil Violence" example to its corresponding doi equivalent.
Fixes#2846 by changing the academic article reference link in the "Epstein Civil Violence" example to its corresponding doi equivalent.
Fix missing variable g in the tutorial (#2849)
A minor fix of an undefined variable, g, under the AgentSet tutorial in the documentation.
Bump actions/download-artifact from 5 to 6 (#2861)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.- [Release notes](https://github.com/actions/download-artifact/releases)- [Commits](actions/download-artifact@v5...v6)---updated-dependencies:- dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/upload-artifact from 4 to 5 (#2862)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.- [Release notes](https://github.com/actions/upload-artifact/releases)- [Commits](actions/upload-artifact@v4...v5)---updated-dependencies:- dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#2840)
* [pre-commit.ci] pre-commit autoupdateupdates:- [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3)* Update Ruff pre-commit hook version to v0.14.2---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>Co-authored-by: Ewout ter Hoeven <15776622+EwoutH@users.noreply.github.com>Co-authored-by: Jan Kwakkel <j.h.kwakkel@tudelft.nl>
Commits on Nov 7, 2025
Tests: Add test for InputText in UserInputs (#2870)
* Tests: Add tests for Checkbox and InputText in UserInputs* [pre-commit.ci] auto fixes from pre-commit.com hooksfor more information, seehttps://pre-commit.ci* Fix: Remove typo in comment for codespell* Refactor: Move InputText test to test_solara_viz_updated.py as per review* Fix: Correctly place test method inside TestMakeUserInput class---------Co-authored-by: pragam-m25 <pragam279@gmail.com>Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
[pre-commit.ci] pre-commit autoupdate (#2877)
updates:- [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.3](astral-sh/ruff-pre-commit@v0.14.2...v0.14.3)- [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Deprecate
agent_portrayaland update Migration guide (#2872)Updates the migration guide inline with the new visualization API. Also activates the deprecation warnings for portrayal components.
Docs: List overview separate from tutorials (#2878)
This PR updates the Getting Started page to list the Overview section separately from the Tutorials.It clarifies that:- The Overview gives a passive introduction to Mesa’s features and structure.- The Tutorials are for hands-on, step-by-step learning.
Fix: AgentSet initialization should not require explicit random numbe…
…r generator (#2789)This PR modifies the AgentSet initialization to automatically use the random number generator from the model of the first agent when no explicit random parameter is provided, eliminating unnecessary UserWarnings in typical usage.Previously, AgentSet initialization would raise a UserWarning whenever random=None, even though in most cases the agents being added to the set already have access to a seeded random number generator through their model. This resulted in users needing to explicitly pass random=model.random in every AgentSet creation, creating unnecessary boilerplate.Co-authored-by: Jan Kwakkel <j.h.kwakkel@tudelft.nl>Co-authored-by: Ewout ter Hoeven <15776622+EwoutH@users.noreply.github.com>
Update release notes and version for 3.3.1
Update version and release notes for the next feature release, Mesa 3.3.1.
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff main...3.3.x-maintenance
Uh oh!
There was an error while loading.Please reload this page.