-
Notifications
You must be signed in to change notification settings - Fork 948
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 history for 2.0 release #1731
Conversation
* `position_agent()`: convert this to `place_agent` | ||
* `neighbor_iter()`: convert this to `iter_neighborhood()` | ||
* batchrunner: remove deprecations #1627 | ||
* `class BatchRunner` and `class BatchRunnerMP`: convert these to `batch_run()` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated |
HISTORY.rst
Outdated
* **an experimental pure python user interface/ visualization that is also jupyter compatible please see the** `visualization tutorial`_ | ||
* several breaking changes that provide significant improvements to Mesa. | ||
|
||
.. _visualization tutorial: https://mesa.readthedocs.io/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last comment: needs to link to the actual visualization tutorial.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1731 +/- ##
=======================================
Coverage 79.96% 79.96%
=======================================
Files 18 18
Lines 1178 1178
Branches 220 220
=======================================
Hits 942 942
Misses 202 202
Partials 34 34
☔ View full report in Codecov by Sentry. |
Congratulations on the 2.0 release! Looks like a serious clean-up, and looking forward to testing and using the data collection by agent type and the improved visualization. Thanks for all the hard work! |
The visualization is slightly slower because it is a Matplotlib redraw every time it gets updated, but it is fast enough for small scale models. The visualization is mainly for small scale exploration anyway. In return, it is much simpler to customize. |
The version on PyPI is not yet 2.0. |
With requested corrections, release date 15 July. Feel free to make any additional corrections to the history. --- supersedes #1727, this merges into main branch not v2.0