Skip to content

Commit bb1cfca

Browse files
committed
add v0.9.0 release notes
1 parent 5436194 commit bb1cfca

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

HISTORY.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
11
Release History
22
---------------
3-
# 0.9.0a0 (2024-10-17)
3+
4+
# 0.9.0 (2024-12-21)
5+
6+
## What's Changed
7+
8+
### 🐛 Bugs fixed
9+
10+
* fix links to readthedocs site by @wang-boyu in https://github.com/projectmesa/mesa-geo/pull/257
11+
* fix broken mesa dependencies in GeoJupyterViz by @AdamZh0u in https://github.com/projectmesa/mesa-geo/pull/269
12+
13+
### 🔧 Maintenance
14+
15+
* rename make_geospace_leaflet to make_geospace_component by @wang-boyu in https://github.com/projectmesa/mesa-geo/pull/270
16+
* update make_plot_measure method name from mesa viz by @wang-boyu in https://github.com/projectmesa/mesa-geo/pull/264
17+
* Require Mesa 3.0 stable by @EwoutH in https://github.com/projectmesa/mesa-geo/pull/260
18+
19+
**Full Changelog**: https://github.com/projectmesa/mesa-geo/compare/v0.9.0a1...v0.9.0
20+
21+
# 0.9.0a1 (2024-10-17)
22+
423
## Highlights
524
This small pre-release fixes a bug in the RasterLayer rendering and deprecated the old GeoJupyterViz, in favor of the new SolaraViz.
625

726
## What's Changed
27+
828
### 🐛 Bugs fixed
929
* fix raster layer rendering in solaraviz by @wang-boyu in https://github.com/projectmesa/mesa-geo/pull/254
1030
### 📜 Documentation improvements

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
# built documents.
6767
#
6868
# The short X.Y version.
69-
version = "0.8.0"
69+
version = "0.9.0"
7070
# The full version, including alpha/beta/rc tags.
71-
release = "0.8.0"
71+
release = "0.9.0"
7272

7373
# The language for content autogenerated by Sphinx. Refer to documentation
7474
# for a list of supported languages.

mesa_geo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525

2626
__title__ = "Mesa-Geo"
27-
__version__ = "0.9.0a1"
27+
__version__ = "0.9.0"
2828
__license__ = "Apache 2.0"
2929
_this_year = datetime.datetime.now(tz=datetime.timezone.utc).date().year
3030
__copyright__ = f"Copyright {_this_year} Project Mesa Team"

0 commit comments

Comments
 (0)