Skip to content

Commit af7f82d

Browse files
authored
Update release notes and version for 0.8.1 (#243)
1 parent be5f1c4 commit af7f82d

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

HISTORY.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
Release History
22
---------------
33

4-
## 0.8.0 (2024-08-21)
4+
# 0.8.1 (2024-09-03)
5+
## Highlights
6+
Mesa-Geo 0.8.1 is a small patch release containing a single feature, a documentation update and a bug fixed.
57

6-
### Highlights
8+
The real novelty is that from now on, all GIS examples on [Mesa-examples](https://github.com/projectmesa/mesa-examples) are tested in CI against Mesa-Geo. We fixed 16 bugs in the 7 GIS example models ([mesa-examples#172](https://github.com/projectmesa/mesa-examples/issues/172)), which are now available on two branches:
9+
- On the `main` branch [GIS examples](https://github.com/projectmesa/mesa-examples/tree/main/gis) can be found will keep being updated for the latest Mesa and Mesa-Geo versions.
10+
- On the `mesa-2.x` branch [GIS examples](https://github.com/projectmesa/mesa-examples/tree/mesa-2.x/gis) examples can be found that keep working with Mesa 2.x and Mesa-Geo 0.8.x.
11+
12+
The Mesa-Geo 0.8.x. series is compatible with Mesa 2.3.x. The next Mesa-Geo release series, 0.9.x, will be compatible with with Mesa 3.0.
13+
14+
## What's Changed
15+
### 🎉 New features added
16+
* Expose rasterio's opener argument in Rasterlayer.from_file by @EwoutH in https://github.com/projectmesa/mesa-geo/pull/237
17+
### 🐛 Bugs fixed
18+
* add model parameter in RasterLayer class method by @wang-boyu in https://github.com/projectmesa/mesa-geo/pull/240
19+
### 📜 Documentation improvements
20+
* Update intro_tutorial.ipynb by @tpike3 in https://github.com/projectmesa/mesa-geo/pull/234
21+
### 🔧 Maintenance
22+
* Add test script for GIS examples and run that in CI by @EwoutH in https://github.com/projectmesa/mesa-geo/pull/241
23+
24+
**Full Changelog**: https://github.com/projectmesa/mesa-geo/compare/v0.8.0...v0.8.1
25+
26+
# 0.8.0 (2024-08-21)
27+
28+
## Highlights
729

830
- The Tornado visualization server is removed and replaced with SolaraViz, which also works within Jupyter notebooks (https://github.com/projectmesa/mesa-geo/pull/212). This is in line with Mesa's recent changes to use Solara for visualization.
931
- The [Introductory Tutorial](https://mesa-geo.readthedocs.io/en/stable/tutorials/intro_tutorial.html) has been fully rewritten for Mesa-Geo 0.8.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.8.0"
27+
__version__ = "0.8.1"
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-Geo Team"

0 commit comments

Comments
 (0)