Skip to content

Commit 1b3e2a7

Browse files
authored
Update release notes and version for 0.9.0a1
1 parent 44c4256 commit 1b3e2a7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
Release History
22
---------------
3+
# 0.9.0a0 (2024-10-17)
4+
## Highlights
5+
This small pre-release fixes a bug in the RasterLayer rendering and deprecated the old GeoJupyterViz, in favor of the new SolaraViz.
6+
7+
## What's Changed
8+
### 🐛 Bugs fixed
9+
* fix raster layer rendering in solaraviz by @wang-boyu in https://github.com/projectmesa/mesa-geo/pull/254
10+
### 📜 Documentation improvements
11+
* Deprecate geojupyterviz and update intro tutorial by @wang-boyu in https://github.com/projectmesa/mesa-geo/pull/255
12+
13+
**Full Changelog**: https://github.com/projectmesa/mesa-geo/compare/v0.9.0a0...v0.9.0a1
14+
315
# 0.9.0a0 (2024-09-27)
416
## Highlights
517
The Mesa-geo `v0.9.0a0` pre-release is the first Mesa-geo version compatible with Mesa 3.0.

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.0a0"
27+
__version__ = "0.9.0a1"
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)