-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create CHANGELOG.md * Update Project.toml
- Loading branch information
1 parent
32ab5aa
commit 185a4b3
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|