Skip to content

Commit

Permalink
Prepare v0.2.1 (#120)
Browse files Browse the repository at this point in the history
* Create CHANGELOG.md

* Update Project.toml
  • Loading branch information
asinghvi17 authored Dec 25, 2024
1 parent 32ab5aa commit 185a4b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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

0 comments on commit 185a4b3

Please sign in to comment.