Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.2.1 #120

Merged
merged 3 commits into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# v0.2.1

- Allow creating `Map`s on `GeoAxis` (from GeoMakie) via a package extension [#114](https://github.com/MakieOrg/Tyler.jl/pull/114).
- This works if you pass the GeoAxis to the `axis` keyword, or a NamedTuple with the keyword `type = GeoAxis` (see the next entry for more details on this).
- Halo2D and SimpleTiling schemes are supported.
- PlotConfig and DebugPlotConfig plotting configs are supported.
- Allow passing axis parameters as a NamedTuple (`axis = (; type = ..., aspect = ...)`, as in standard Makie plotting syntax) [#118](https://github.com/MakieOrg/Tyler.jl/pull/118)
- Improve loading order in Halo2DTiling and load intermediate zoom levels to improve the waiting experience [#119](https://github.com/MakieOrg/Tyler.jl/pull/119)
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Tyler"
uuid = "e170d443-b9d6-418a-9ee8-061e966341ef"
authors = ["SimonDanisch <[email protected]>", "Lazaro Alonso <[email protected]>", "Martijn Visser <[email protected]>", "Rafael Schouten <[email protected]>"]
version = "0.2.0"
version = "0.2.1"

[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Expand Down
Loading