Skip to content

Commit

Permalink
update history for Mesa 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 authored and jackiekazil committed Jul 23, 2023
1 parent f08851c commit e9e8c34
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,27 @@
Release History
---------------

2.0.0 (2023-04-15) Wellton
2.1.0 (2023-07-22) Youngtown
+++++++++++++++++++++++++++++

This release creates `mesa.experimental` namespace, this solves the issue that PyPI release will not allow git-based install.

**Users should read the Mesa 2.0.0 release note (directly below this), as this contains the details about the breaking
changes and other major changes that were part of Mesa 2.0 release.**

Changes:
* Creates `mesa.experimental` namespace #1736
* Fix Ruff lint error #1737
* Update permissions for PyPI #1732

2.0.0 (2023-07-15) Wellton
++++++++++++++++++++++++++

**Special notes**

Mesa 2.0 includes:
* **an experimental pure python user interface/ visualization that is also jupyter compatible please see the** `visualization tutorial`_
* an improved `datacollector` that allows collection by agent type
* several breaking changes that provide significant improvements to Mesa.

.. _visualization tutorial: https://mesa.readthedocs.io/en/latest/tutorials/visualization_tutorial.html
Expand Down
2 changes: 1 addition & 1 deletion mesa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]

__title__ = "mesa"
__version__ = "2.0"
__version__ = "2.1"
__license__ = "Apache 2.0"
_this_year = datetime.datetime.now(tz=datetime.timezone.utc).date().year
__copyright__ = f"Copyright {_this_year} Project Mesa Team"

0 comments on commit e9e8c34

Please sign in to comment.