From 51024d5e0868d95be11f8a085e2216ff6ce5e3d9 Mon Sep 17 00:00:00 2001 From: Tom Pike Date: Sat, 6 Sep 2025 16:15:10 -0400 Subject: [PATCH 1/3] init for current release --- mesa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa/__init__.py b/mesa/__init__.py index 29a47d0e880..f9adf588bb1 100644 --- a/mesa/__init__.py +++ b/mesa/__init__.py @@ -24,7 +24,7 @@ ] __title__ = "mesa" -__version__ = "3.3.0" +__version__ = "3.3.0.dev" __license__ = "Apache 2.0" _this_year = datetime.datetime.now(tz=datetime.UTC).date().year __copyright__ = f"Copyright {_this_year} Project Mesa Team" From b4a71ec24c8c43e312df57431d13c545089a3e16 Mon Sep 17 00:00:00 2001 From: Tom Pike Date: Fri, 19 Sep 2025 06:39:10 -0400 Subject: [PATCH 2/3] Correct init update --- mesa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa/__init__.py b/mesa/__init__.py index f9adf588bb1..bae9dad07ad 100644 --- a/mesa/__init__.py +++ b/mesa/__init__.py @@ -24,7 +24,7 @@ ] __title__ = "mesa" -__version__ = "3.3.0.dev" +__version__ = "3.4.0.dev" __license__ = "Apache 2.0" _this_year = datetime.datetime.now(tz=datetime.UTC).date().year __copyright__ = f"Copyright {_this_year} Project Mesa Team" From fd0d9d29beec0fb1d5e1c8fbc973c95e47298be4 Mon Sep 17 00:00:00 2001 From: Tom Pike Date: Fri, 19 Sep 2025 07:34:37 -0400 Subject: [PATCH 3/3] update readme --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c7906f45b83..8ad32a8c528 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,8 @@ pip install -U -e git+https://github.com/YOUR_FORK/mesa@YOUR_BRANCH#egg=mesa ## Resources For resources or help on using Mesa, check out the following: -- [Intro to Mesa Tutorial](http://mesa.readthedocs.org/en/stable/tutorials/intro_tutorial.html) (An introductory model, the Boltzmann - Wealth Model, for beginners or those new to Mesa.) -- [Visualization Tutorial](https://mesa.readthedocs.io/stable/tutorials/visualization_tutorial.html) (An introduction into our Solara visualization) -- [Complexity Explorer Tutorial](https://www.complexityexplorer.org/courses/172-agent-based-models-with-python-an-introduction-to-mesa) (An advanced-beginner model, - SugarScape with Traders, with instructional videos) -- [Mesa Examples](https://github.com/projectmesa/mesa-examples) (A repository of seminal ABMs using Mesa and - examples of employing specific Mesa Features) +- [Getting Started](https://mesa.readthedocs.io/stable/getting_started.html) (A collection of tutorials that will walk you through a basic model.) +- [Mesa Examples](https://mesa.readthedocs.io/stable/examples.html) (A repository of seminal ABMs that are part of the Mesa[rec] install and use the most current Mesa release) - [Docs](http://mesa.readthedocs.org/) (Mesa's documentation, API and useful snippets) - [Development version docs](https://mesa.readthedocs.io/latest/) (the latest version docs if you're using a pre-release Mesa version) - [Discussions](https://github.com/projectmesa/mesa/discussions) (GitHub threaded discussions about Mesa)