Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mesa from 1.1.1 to 3.0.2 #556

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2024

Bumps mesa from 1.1.1 to 3.0.2.

Release notes

Sourced from mesa's releases.

v3.0.2

Highlighst

Mesa 3.0.2 is a small follow-up patch release to Mesa 3.0, in which we fixed a lot of small bugs in the example models their visualisation, and improved their testing.

What's Changed

🐛 Bugs fixed

🔍 Examples updated

🔧 Maintenance

Full Changelog: projectmesa/mesa@v3.0.1...v3.0.2

v3.0.1

Highlights

After our huge 3.0.0 release, Mesa 3.0.1 follows up with two improvements to experimental features, examples and docs.

What's Changed

🧪 Experimental features

🛠 Enhancements made

🔍 Examples updated

📜 Documentation improvements

New Contributors

Full Changelog: projectmesa/mesa@v3.0.0...v3.0.1

v3.0.0

Highlights

After our most extensive pre-release program ever, we’re proud to release Mesa 3.0 as stable. Mesa 3.0 brings major improvements to agent-based modeling, making it more intuitive and powerful while reducing complexity. This release modernizes core functionalities and introduces new capabilities for both beginners and advanced users.

Streamlined agent management

The centerpiece of Mesa 3.0 is its new agent management system. Agents are now automatically tracked and assigned unique IDs, eliminating common boilerplate code. The new AgentSet functionality provides an elegant and flexible way to work with agents, for example:

# Find agents meeting specific criteria
wealthy_agents = model.agents.select(lambda a: a.wealth > 1000)
</tr></table> 

... (truncated)

Changelog

Sourced from mesa's changelog.

3.0.2 (2024-11-11)

Highlighst

Mesa 3.0.2 is a small follow-up patch release, in which we fixed a lot of small bugs in the example models their visualisation, and improved their testing.

What's Changed

🐛 Bugs fixed

🔍 Examples updated

🔧 Maintenance

Full Changelog: projectmesa/mesa@v3.0.1...v3.0.2

3.0.1 (2024-11-11)

Highlights

After our huge 3.0.0 release, Mesa 3.0.1 follows up with two improvements to experimental features, examples and docs.

What's Changed

🧪 Experimental features

🛠 Enhancements made

🔍 Examples updated

📜 Documentation improvements

New Contributors

Full Changelog: projectmesa/mesa@v3.0.0...v3.0.1

3.0.0 (2024-11-09)

Highlights

Mesa 3.0 brings major improvements to agent-based modeling, making it more intuitive and powerful while reducing complexity. This release modernizes core functionalities and introduces new capabilities for both beginners and advanced users.

Streamlined agent management

The centerpiece of Mesa 3.0 is its new agent management system. Agents are now automatically tracked and assigned unique IDs, eliminating common boilerplate code. The new AgentSet functionality provides an elegant and flexible way to work with agents, for example:

# Find agents meeting specific criteria
wealthy_agents = model.agents.select(lambda a: a.wealth > 1000)
</tr></table> 

... (truncated)

Commits
  • 8da32e2 Update release notes and version for 3.0.2
  • ae14e3a examples: Update "How to Run" instructions for solara (#2493)
  • 0d10efb examples/gol: Add initial fraction alive, sldiers (#2489)
  • fed87c6 example: Add input sliders to Sugerscape viz (#2487)
  • 7f345e2 examples: Fix schelling viz (#2490)
  • b1381c4 test app init of examples (#2491)
  • 8d7479b examples: Fix boid_flockers viz (#2492)
  • 21d3017 allow components as a positional argument again
  • d071360 examples: Add required components keyword (#2485)
  • 7430eca History: Final release notes for 3.0.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mesa](https://github.com/projectmesa/mesa) from 1.1.1 to 3.0.2.
- [Release notes](https://github.com/projectmesa/mesa/releases)
- [Changelog](https://github.com/projectmesa/mesa/blob/v3.0.2/HISTORY.md)
- [Commits](projectmesa/mesa@v1.1.1...v3.0.2)

---
updated-dependencies:
- dependency-name: mesa
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 14, 2024

Superseded by #557.

@dependabot dependabot bot closed this Nov 14, 2024
@dependabot dependabot bot deleted the dependabot/pip/mesa-3.0.2 branch November 14, 2024 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant