File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Expand file tree Collapse file tree 3 files changed +24
-4
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)
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
+
4
23
## Highlights
5
24
This small pre-release fixes a bug in the RasterLayer rendering and deprecated the old GeoJupyterViz, in favor of the new SolaraViz.
6
25
7
26
## What's Changed
27
+
8
28
### 🐛 Bugs fixed
9
29
* fix raster layer rendering in solaraviz by @wang-boyu in https://github.com/projectmesa/mesa-geo/pull/254
10
30
### 📜 Documentation improvements
Original file line number Diff line number Diff line change 66
66
# built documents.
67
67
#
68
68
# The short X.Y version.
69
- version = "0.8 .0"
69
+ version = "0.9 .0"
70
70
# The full version, including alpha/beta/rc tags.
71
- release = "0.8 .0"
71
+ release = "0.9 .0"
72
72
73
73
# The language for content autogenerated by Sphinx. Refer to documentation
74
74
# for a list of supported languages.
Original file line number Diff line number Diff line change 24
24
]
25
25
26
26
__title__ = "Mesa-Geo"
27
- __version__ = "0.9.0a1 "
27
+ __version__ = "0.9.0 "
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