File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 11Release History
22---------------
33
4+ ## 0.5.0 (2023-03-09)
5+
6+ ### Improvements
7+
8+ - *** Docs updates***
9+ - add citation information about mesa-geo [ #117 ] ( https://github.com/projectmesa/mesa-geo/pull/117 )
10+ - add citation info to readthedocs [ #118 ] ( https://github.com/projectmesa/mesa-geo/pull/118 )
11+ - docs: update docstrings on how to use providers requiring registration [ #141 ] ( https://github.com/projectmesa/mesa-geo/pull/141 )
12+
13+ - *** Front-end updates***
14+ - add scale to Leaflet map [ #123 ] ( https://github.com/projectmesa/mesa-geo/pull/123 )
15+ - allow basemap tiles configuration [ #127 ] ( https://github.com/projectmesa/mesa-geo/pull/127 )
16+
17+ - *** CI updates***
18+ - add testing for python 3.11 [ #122 ] ( https://github.com/projectmesa/mesa-geo/pull/122 )
19+ - ci: replace flake8 with ruff [ #132 ] ( https://github.com/projectmesa/mesa-geo/pull/132 )
20+ - ci: update os, python versions, and dependabot configurations [ #142 ] ( https://github.com/projectmesa/mesa-geo/pull/142 )
21+ - ci: pin ruff version to v0.0.254 [ #144 ] ( https://github.com/projectmesa/mesa-geo/pull/144 )
22+
23+ ### Fixes
24+
25+ - fix WMSWebTile.to_dict() method [ #140 ] ( https://github.com/projectmesa/mesa-geo/pull/140 )
26+
427## 0.4.0 (2022-10-18)
528
629### Improvements
Original file line number Diff line number Diff line change 6565# built documents.
6666#
6767# The short X.Y version.
68- version = "0.3 .0"
68+ version = "0.5 .0"
6969# The full version, including alpha/beta/rc tags.
70- release = "0.3 .0"
70+ release = "0.5 .0"
7171
7272# The language for content autogenerated by Sphinx. Refer to documentation
7373# for a list of supported languages.
Original file line number Diff line number Diff line change 2424]
2525
2626__title__ = "Mesa-Geo"
27- __version__ = "0.4 .0"
27+ __version__ = "0.5 .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-Geo Team"
You can’t perform that action at this time.
0 commit comments