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 0.8.9 to 1.1.1 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps mesa from 0.8.9 to 1.1.1.

Release notes

Sourced from mesa's releases.

v1.1.1

This release fixes projectmesa/mesa#1461 where custom user-specified portrayal images don't load in the visualization server.

Full Changelog: projectmesa/mesa@v1.1.0...v1.1.1

Changelog

Sourced from mesa's changelog.

1.1.1 (2022-10-21) ++++++++++++++++++

This release fixes projectmesa/mesa#1461 where custom user-specified portrayal images don't load in the visualization server.

1.1.0 (2022-10-10) Safford ++++++++++++++++++++++++++

Special notes

  • Perf: ContinuousSpace: speed-up add/remove agents #1376. This is a ~6x performance improvement for add/remove.
  • fix: time: Recompute agent_keys between stages #1391. This is a correctness fix for SimultaneousActivation and StagedActivation when agents are being removed during simulation.
  • ModularServer: Always set model.running = True on reset #1399. With this change, specifying self.running = True in your model __init__ is now optional. Mesa's visualization server will automatically sets it to True in the beginning of a simulation.
  • feat: Allow user-specified local dir to be served by Tornado #1435. This simplifies the usage of ModularServer in Mesa-Geo.
  • Allow batch_run to take arbitrary parameters #1413. With this change, you can finally use any arbitrary Python objects as batch_run parameters, where previously they are restricted to hashable objects only.
  • Prevent seed and random from being shared between instances #1439. With this fix, a model instance has their own isolated RNG.

Improvements

  • CI Updates
    • ci: Cancel previous obsolete runs #1378
    • ci: update black to prevent click error #1382
    • Add "falsy" to .codespellignore #1412
    • Upgrade pre-commit CI (with pyupgrade and syntax checks) #1422
  • Tests
    • test: RandomActivationByType: Test adding agents with duplicate ID #1392
  • Dependency updates
    • Update Pipfile.lock (dependencies) #1398
    • Update Pipfile.lock (dependencies) #1408
    • Update Pipfile.lock (dependencies) #1434
  • Docs
    • docs: Add Tim Pope's guideline for proper Git commit msg #1379
    • readme: Improve the pip install for Git repo instruction #1416
    • Docs: Remove trailing whitespaces #1421
    • Fixes #1423 - fixes build badge in docs #1424
  • Refactors
    • refactor: Apply pyupgrade --py37-plus #1429
    • refactor ModularServer (moving code into init) #1403
  • Perf: ContinuousSpace: speed-up add/remove agents #1376
  • Remove monospace formatting for hyperlinks #1388
  • ModularServer: Always set model.running = True on reset #1399
  • Allow batch_run to take arbitrary parameters #1413
  • ModularServer: Put new optional arg port last #1432
  • feat: Allow user-specified local dir to be served by Tornado #1435
  • Improve and measure speed of clamp function #1440

Fixes

  • Fix stray " in modular_template.html #1380
  • Fix zoom on network visualisation #1381

... (truncated)

Commits
  • d7a762a Update to version 1.1.1
  • 3234b5e ModularVisualization: Move user custom file paths to /local/custom
  • aafe915 fix: ModularVisualization: Add back local handler
  • 1ca4b3d Update to version 1.1.0
  • fed8354 Improve and measure speed of clamp function
  • 478a66b Prevent seed and random from being shared between instances
  • 3def79d feat: Allow user-specified local dir to be served by Tornado
  • 4ce9021 ModularServer: Put new optional arg port last
  • 12f66ab [Bot] Update Pipfile.lock dependencies
  • 8ffd3b4 space: Fix type error for Python < 3.9
  • 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 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 0.8.9 to 1.1.1.
- [Release notes](https://github.com/projectmesa/mesa/releases)
- [Changelog](https://github.com/projectmesa/mesa/blob/main/HISTORY.rst)
- [Commits](projectmesa/mesa@v0.8.9...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 24, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants