Skip to content

Bump version and Makie compat #638

Bump version and Makie compat

Bump version and Makie compat #638

Triggered via push September 2, 2024 00:05
Status Success
Total duration 9m 30s
Artifacts

ci.yml

on: push
Build and deploy documentation
9m 21s
Build and deploy documentation
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Tests, Julia 1 - ubuntu-latest
No files were found with the provided path: test_images/. No artifacts will be uploaded.
Build and deploy documentation: ../../../.julia/packages/Documenter/bC7iq/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/raster_warping_masking.md:116-120 ```@example raster_warping_masking xy_matrix = Rasters.DimensionalData.DimPoints(transformed) |> collect center_x = mean(first.(xy_matrix)) center_y = mean(last.(xy_matrix)) ``` exception = UndefVarError: `mean` not defined Stacktrace: [1] top-level scope @ raster_warping_masking.md:118 [2] eval @ ./boot.jl:385 [inlined] [3] #58 @ ~/.julia/packages/Documenter/bC7iq/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/bC7iq/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [inlined] [9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/bC7iq/src/expander_pipeline.jl:752
Build and deploy documentation: ../../../.julia/packages/Documenter/bC7iq/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/raster_warping_masking.md:124-128 ```@example raster_warping_masking ax.dest = "+proj=ortho +lon_0=$(center_x) +lat_0=$(center_y)" fig ``` exception = UndefVarError: `center_x` not defined Stacktrace: [1] top-level scope @ raster_warping_masking.md:125 [2] eval @ ./boot.jl:385 [inlined] [3] #58 @ ~/.julia/packages/Documenter/bC7iq/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/bC7iq/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [inlined] [9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/bC7iq/src/expander_pipeline.jl:752
Build and deploy documentation: ../../../.julia/packages/OhMyCards/K5hlS/src/overview.jl#L83
The following pages were not found in the gallery: rotating_earth multiple_crs
Build and deploy documentation: ../../../.julia/packages/OhMyCards/K5hlS/src/overview.jl#L83
The following pages were not found in the gallery: geostationary_image is_it_a_plane projections
Build and deploy documentation: ../../../.julia/packages/Documenter/bC7iq/src/utilities/utilities.jl#L46
failed to run `@example` block in src/index.md:98-104 ```@example MAIN fig = Figure() ax = GeoAxis(fig[1,1]; dest = "+proj=eqearth +lon_0=$(lon_0)") surface!(ax, lons_shift, lats, field_shift, colormap=:balance) lines!.(ax, GeoMakie.coastlines(ax), color=:black, overdraw = true) fig ``` exception = UndefVarError: `Figure` not defined Stacktrace: [1] top-level scope @ index.md:99 [2] eval @ ./boot.jl:385 [inlined] [3] #58 @ ~/.julia/packages/Documenter/bC7iq/src/expander_pipeline.jl:754 [inlined] [4] cd(f::Documenter.var"#58#60"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#57#59"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/bC7iq/src/expander_pipeline.jl:753 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#57#59"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::Function, logstate::Any) @ Base.CoreLogging ./logging.jl:515 [8] with_logger @ ./logging.jl:627 [inlined] [9] capture(f::Documenter.var"#57#59"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/bC7iq/src/expander_pipeline.jl:752
Build and deploy documentation: ../../../.julia/packages/Documenter/bC7iq/src/utilities/utilities.jl#L46
no docs found for 'GeoMakie.to_multipoly' in `@docs` block in src/introduction.md:138-144 ```@docs GeoMakie.to_multipoly GeoMakie.geo2basic GeoMakie.GeoAxis GeoMakie.geoformat_ticklabels GeoMakie.meshimage ```
Build and deploy documentation: ../../../.julia/packages/Documenter/bC7iq/src/utilities/utilities.jl#L46
Cannot resolve @ref for md"[Multiple CRS](@ref)" in src/examples/healpix.md. - No docstring found in doc for binding `Base.-`.
Build and deploy documentation: ../../../.julia/packages/Documenter/bC7iq/src/utilities/utilities.jl#L46
8 docstrings not included in the manual: GeoMakie.geoticks :: NTuple{4, Any} GeoMakie.meshimage! GeoMakie.closest_multiple :: Tuple{Any, Any} GeoMakie.MeshImage GeoMakie.create_transform :: Tuple{String, String} Makie.reset_limits! :: Tuple{GeoAxis} GeoMakie.gft2str GeoMakie.GeoTicks These are docstrings in the checked modules (configured with the modules keyword) that are not included in canonical @docs or @autodocs blocks.
Build and deploy documentation: ../../../.julia/packages/DocumenterVitepress/S9mG1/src/vitepress_config.jl#L111
DocumenterVitepress: No logo.png file found in `docs/src/assets`. Skipping logo replacement.
Build and deploy documentation: ../../../.julia/packages/DocumenterVitepress/S9mG1/src/vitepress_config.jl#L122
DocumenterVitepress: No favicon.ico file found in `docs/src/assets`. Skipping favicon replacement.