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 history for 2.0 release #1731

Merged
merged 1 commit into from
Jul 15, 2023
Merged

update history for 2.0 release #1731

merged 1 commit into from
Jul 15, 2023

Conversation

tpike3
Copy link
Member

@tpike3 tpike3 commented Jul 13, 2023

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

@tpike3 tpike3 added this to the Mesa 2.0 (Wellton) milestone Jul 13, 2023
* `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()`
Copy link
Contributor

Choose a reason for hiding this comment

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

@tpike3
Copy link
Member Author

tpike3 commented Jul 13, 2023

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/
Copy link
Contributor

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.

@rht
Copy link
Contributor

rht commented Jul 14, 2023

I usually bump the version in the same commit where the HISTORY.rst was updated. See:

@tpike3
Copy link
Member Author

tpike3 commented Jul 15, 2023

I usually bump the version in the same commit where the HISTORY.rst was updated. See:

done

@codecov
Copy link

codecov bot commented Jul 15, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (4e36a6a) 79.96% compared to head (198e847) 79.96%.

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           
Impacted Files Coverage Δ
mesa/__init__.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rht rht merged commit 8556fbc into projectmesa:main Jul 15, 2023
@EwoutH
Copy link
Member

EwoutH commented Jul 15, 2023

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!

@rht
Copy link
Contributor

rht commented Jul 16, 2023

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.

@rht
Copy link
Contributor

rht commented Jul 16, 2023

The version on PyPI is not yet 2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants