Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/mesaPublic
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:mesa/mesa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:main
Choose a base ref
Loading
...
head repository:mesa/mesa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:3.3.x-maintenance
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17commits
  • 27files changed
  • 13contributors

Commits on Oct 31, 2025

  1. fix broken link in example

    Fixes#2846 by changing the academic article reference link in the "Epstein Civil Violence" example to its corresponding doi equivalent.
    @BigTurtle8@EwoutH
    BigTurtle8 authored andEwoutH committedOct 31, 2025
    Configuration menu
    Copy the full SHA
    4fc9724View commit details
    Browse the repository at this point in the history
  2. fix broken link in example

    Fixes#2846 by changing the academic article reference link in the "Epstein Civil Violence" example to its corresponding doi equivalent.
    @BigTurtle8@EwoutH
    BigTurtle8 authored andEwoutH committedOct 31, 2025
    Configuration menu
    Copy the full SHA
    899da20View commit details
    Browse the repository at this point in the history
  3. Fix missing variable g in the tutorial (#2849)

    A minor fix of an undefined variable, g, under the AgentSet tutorial in the documentation.
    @pazmiller@EwoutH
    pazmiller authored andEwoutH committedOct 31, 2025
    Configuration menu
    Copy the full SHA
    22d0146View commit details
    Browse the repository at this point in the history
  4. 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>
    @dependabot@EwoutH
    dependabot[bot] authored andEwoutH committedOct 31, 2025
    Configuration menu
    Copy the full SHA
    f0b8234View commit details
    Browse the repository at this point in the history
  5. 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>
    @dependabot@EwoutH
    dependabot[bot] authored andEwoutH committedOct 31, 2025
    Configuration menu
    Copy the full SHA
    268dc8bView commit details
    Browse the repository at this point in the history
  6. ruff fixes in visualization (#2867)

    @quaquel@EwoutH
    quaquel authored andEwoutH committedOct 31, 2025
    Configuration menu
    Copy the full SHA
    4d4cb90View commit details
    Browse the repository at this point in the history
  7. [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>
    @pre-commit-ci@EwoutH@quaquel
    3 people committedOct 31, 2025
    Configuration menu
    Copy the full SHA
    29544cbView commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a2df6dView commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. 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>
    @pragam-m25@pre-commit-ci@EwoutH
    3 people authored andEwoutH committedNov 7, 2025
    Configuration menu
    Copy the full SHA
    10f0516View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3636e6bView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39a8046View commit details
    Browse the repository at this point in the history
  4. [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>
    @pre-commit-ci@EwoutH
    pre-commit-ci[bot] authored andEwoutH committedNov 7, 2025
    Configuration menu
    Copy the full SHA
    531ba52View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24e1003View commit details
    Browse the repository at this point in the history
  6. Deprecateagent_portrayaland update Migration guide (#2872)

    Updates the migration guide inline with the new visualization API. Also activates the deprecation warnings for portrayal components.
    @Sahil-Chhoker@EwoutH
    Sahil-Chhoker authored andEwoutH committedNov 7, 2025
    Configuration menu
    Copy the full SHA
    43d0eefView commit details
    Browse the repository at this point in the history
  7. 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.
    @dhiraj-143r@EwoutH
    dhiraj-143r authored andEwoutH committedNov 7, 2025
    Configuration menu
    Copy the full SHA
    39b35ccView commit details
    Browse the repository at this point in the history
  8. 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>
    @verisimilidude2@quaquel@EwoutH
    3 people committedNov 7, 2025
    Configuration menu
    Copy the full SHA
    62d26acView commit details
    Browse the repository at this point in the history
  9. Update release notes and version for 3.3.1

    Update version and release notes for the next feature release, Mesa 3.3.1.
    @EwoutH
    EwoutH committedNov 7, 2025
    Configuration menu
    Copy the full SHA
    9326d3bView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp