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

Update version number to 2.3.0-rc1 and add release notes #2114

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

EwoutH
Copy link
Member

@EwoutH EwoutH commented Apr 18, 2024

  • Update version number to 2.3.0-rc1
  • Add release notes

Please review and if good, approve, so I can tag the release.

- The experimental cell-centric discrete spaces, as added in #1994. It allows having cells with not only properties but also active behaviors: the `CellAgent`. Its inspired by NetLogo's [patches](https://ccl.northwestern.edu/netlogo/bind/primitive/patches.html) but extend and generalize this concept further.
- Full support for discrete event scheduling, as added in #2066. It allows scheduling events (like Agent actions) at any time, including non-integer timesteps.

There are a lot of other features: The Jupyter visualisation now supports sliders, `NetworkGrid.get_neighbors()` supports a radius, `AgentSet.get()` can retrieve multiple attributes and there are now benchmarks to track Mesa performance during development.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JupyterViz has always supported sliders, the PR was to add a concise convenient wrapper.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How would you formulate it exactly?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EwoutH this statement is misleading, and the PR shouldn't be merged before this is fixed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you offer a suggestion?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"The Jupyter visualisation now supports easier way to specify sliders" is short and not specific enough, but better than the previous one.

Copy link
Member

@jackiekazil jackiekazil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reviewed... I love the way releases go out now. It looks so much cleaner. Thank you.

@EwoutH EwoutH merged commit ce30ca9 into main Apr 19, 2024
9 of 10 checks passed
@EwoutH EwoutH deleted the 2.3.0-rc1-release-notes branch April 24, 2024 08:37
@EwoutH EwoutH added the ignore-for-release PRs that aren't included in the release notes label Apr 24, 2024
vitorfrois pushed a commit to vitorfrois/mesa that referenced this pull request Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release PRs that aren't included in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants