File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
---------------
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
+
3
15
# 0.9.0a0 (2024-09-27)
4
16
## Highlights
5
17
The Mesa-geo ` v0.9.0a0 ` pre-release is the first Mesa-geo version compatible with Mesa 3.0.
Original file line number Diff line number Diff line change 24
24
]
25
25
26
26
__title__ = "Mesa-Geo"
27
- __version__ = "0.9.0a0 "
27
+ __version__ = "0.9.0a1 "
28
28
__license__ = "Apache 2.0"
29
29
_this_year = datetime .datetime .now (tz = datetime .timezone .utc ).date ().year
30
30
__copyright__ = f"Copyright { _this_year } Project Mesa Team"
You can’t perform that action at this time.
0 commit comments