ITADN
MakieOrg/Tyler.jl

版本发布 8

v0.2.5
? · 2025-11-16

## Tyler v0.2.5 [Diff since v0.2.4](https://github.com/MakieOrg/Tyler.jl/compare/v0.2.4...v0.2.5) - Fixed Tyler on GeoAxis appearing above plots by translating everything down. - Added docs about the `PlotConfig` construct. **Merged pull requests:** - Add back OSM example (#146) (@asinghvi17) - Bump actions/checkout from 4 to 5 (#148) (@dependabot[bot]) - Fix GeoMakie tiles not being translated down and PlotConfig example issues (#154) (@asinghvi17) **Closed issues:** - Tyler.PlotConfig docs have broken example (#151) - Overlaid polygon covered up by tiles with GeoAxis (#153)

v0.2.2
? · 2025-04-30

## Tyler v0.2.2 [Diff since v0.2.1](https://github.com/MakieOrg/Tyler.jl/compare/v0.2.1...v0.2.2) **Merged pull requests:** - bugfix 2d tile depth (#128) (@rafaqz) - examples and docs details (#135) (@lazarusA) **Closed issues:** - Tyler doesn't precompile on Julia 1.10 despite the compat bound (#134)

v0.2.1
? · 2025-01-22

## Tyler v0.2.1 [Diff since v0.2.0](https://github.com/MakieOrg/Tyler.jl/compare/v0.2.0...v0.2.1) **Merged pull requests:** - CompatHelper: bump compat for Colors to 0.13, (keep existing compat) (#110) (@github-actions[bot]) - CompatHelper: bump compat for GeometryBasics to 0.5, (keep existing compat) (#111) (@github-actions[bot]) - Activate GeoAxis Maps using a GeoMakie extension (#114) (@asinghvi17) - Allow axes to be constructed by namedtuple syntax in Map (#118) (@asinghvi17) - tweak tile load order (#119) (@rafaqz) - Release v0.2.1 (#120) (@asinghvi17) - Fix segfault in tests by waiting on map (#121) (@asinghvi17) - Cleanup (#123) (@rafaqz) - CompatHelper: bump compat for Makie to 0.22, (keep existing compat) (#129) (@github-actions[bot]) - Fix tests for now (#130) (@asinghvi17) **Closed issues:** - Infinite, unstoppable loop if zoom is greater than allowed maximum (#15) - Tyler doesn't work with WGLMakie (#43) - display needs to be removed from Tyler to support WGLMakie (#47) - ImageMagick_jll dependancies causing issues (#58) - Zoom in not respecting vertical mouse position (#66) - Make it work with GeoAxis (#77) - Tyler is plotting the wrong tiles with Makie 0.21 (#82) - Advanced Provider with heavy dependencies (#94) - Tile load order (#115) - FR: allow the `axis` kwarg to `Map` to be a NamedTuple (#116) - cannot use Tyler in Julia 1.11.2 (#122)

v0.2.0
? · 2024-08-14

## Tyler v0.2.0 [Diff since v0.1.5](https://github.com/MakieOrg/Tyler.jl/compare/v0.1.5...v0.2.0) **Merged pull requests:** - add Map3d for 3d tiling (#95) (@SimonDanisch) - CompatHelper: add new compat entry for Scratch at version 1, (keep existing compat) (#97) (@github-actions[bot]) - CompatHelper: add new compat entry for Proj at version 1, (keep existing compat) (#98) (@github-actions[bot]) - CompatHelper: add new compat entry for GeoFormatTypes at version 0.4, (keep existing compat) (#100) (@github-actions[bot]) - CompatHelper: add new compat entry for GeometryOps at version 0.1, (keep existing compat) (#101) (@github-actions[bot]) - CompatHelper: add new compat entry for PointClouds at version 0.3, (keep existing compat) (#102) (@github-actions[bot]) - CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#103) (@github-actions[bot]) - CompatHelper: add new compat entry for ArchGDAL at version 0.10, (keep existing compat) (#104) (@github-actions[bot]) - CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat) (#105) (@github-actions[bot]) - tag v0.2, breaking version (#106) (@SimonDanisch) - use new uv transform (#107) (@SimonDanisch)

v0.1.4
? · 2024-04-04

## Tyler v0.1.4 [Diff since v0.1.3](https://github.com/MakieOrg/Tyler.jl/compare/v0.1.3...v0.1.4) **Merged pull requests:** - make sure figure gets displayed before waiting (#71) (@SimonDanisch) - Docs vite (#72) (@lazarusA) - Bump actions/checkout from 3 to 4 (#74) (@dependabot[bot]) - Bump actions/setup-node from 3 to 4 (#75) (@dependabot[bot]) - Fix typo on main doc page (#80) (@ConnectedSystems) - La/fix videos docs (#81) (@lazarusA) **Closed issues:** - suppress globally warning downloads (#73)

v0.1.3
? · 2024-01-05

## Tyler v0.1.3 [Diff since v0.1.2](https://github.com/MakieOrg/Tyler.jl/compare/v0.1.2...v0.1.3) **Merged pull requests:** - Fix docs (#70) (@lazarusA)

v0.1.2
? · 2023-12-13

## Tyler v0.1.2 [Diff since v0.1.1](https://github.com/MakieOrg/Tyler.jl/compare/v0.1.1...v0.1.2) **Merged pull requests:** - CompatHelper: bump compat for Makie to 0.20, (keep existing compat) (#64) (@github-actions[bot]) - use shading enums to remove warnings (#65) (@rafaqz)

v0.1.1
? · 2023-11-03

## Tyler v0.1.1 [Diff since v0.1.0](https://github.com/MakieOrg/Tyler.jl/compare/v0.1.0...v0.1.1) **Merged pull requests:** - Make max_zoom part of the struct (#52) (@felixcremer) - code copy (#53) (@lazarusA) - Bump actions/checkout from 3 to 4 (#56) (@dependabot[bot]) - Remove type piracy of Extents.extent for Rect2 (#61) (@felixcremer) - Upgrade to Extents 0.1.2 (#63) (@felixcremer) **Closed issues:** - Is Tyler ready to be added to the Julia package registry? (#32) - Tyler + GridLayout throws error (#46) - Add compat bounds for dependencies (#57) - https://github.com/rafaqz/Extents.jl/pull/10 breaks Tyler (#59) - Tyler.Map fails occasionally in VS Code (#62)