store RNG instead of seed in iterative layouts #139
CI.yml
on: pull_request
Documentation
10m 46s
Matrix: test
Annotations
3 errors, 11 warnings, and 2 notices
Julia lts - ubuntu-latest - x64 - pull_request
Could not find a Julia version that matches lts
|
Julia pre - ubuntu-latest - x64 - pull_request
Could not find a Julia version that matches pre
|
Julia 1 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
|
Julia lts - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Julia lts - ubuntu-latest - x64 - pull_request
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Julia pre - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Julia pre - ubuntu-latest - x64 - pull_request
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Julia 1 - ubuntu-latest - x64 - pull_request
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Julia 1 - ubuntu-latest - x64 - pull_request
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Documentation:
../../../.julia/packages/Documenter/qoyeC/src/utilities/utilities.jl#L46
17 docstrings not included in the manual:
NetworkLayout.stress :: Union{Tuple{N}, Tuple{T}, Tuple{AbstractArray{Point{T, N}}, Any, Any}} where {T, N}
NetworkLayout.stress :: Tuple{Any}
NetworkLayout.shell :: Tuple{Any}
NetworkLayout.squaregrid :: Tuple{Any}
NetworkLayout.sfdp :: Tuple{Any}
NetworkLayout.weightedlaplacian :: Union{Tuple{AbstractMatrix{T}}, Tuple{T}} where T
NetworkLayout.make_symmetric! :: Tuple{AbstractMatrix}
NetworkLayout.LZ :: Union{Tuple{T}, Tuple{N}, Tuple{AbstractArray{Point{N, T}, 1}, Any, Any}} where {N, T}
NetworkLayout.pairwise_distance :: Union{Tuple{Any}, Tuple{T}, Tuple{Any, Type{T}}} where T
NetworkLayout.buchheim :: Tuple{Any}
NetworkLayout.assert_rooted_tree :: Tuple{AbstractVector{<:AbstractVector}}
NetworkLayout.spectral :: Tuple{Any}
NetworkLayout.infer_pointtype :: Union{Tuple{GeometryBasics.AbstractPoint{dim, t}}, Tuple{t}, Tuple{dim}} where {dim, t}
NetworkLayout.DEFAULT_RNG
NetworkLayout.assertsquare :: Tuple{AbstractMatrix}
NetworkLayout.spring :: Tuple{Any}
NetworkLayout._sanitize_initialpos_pin :: NTuple{4, Any}
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in canonical @docs or @autodocs blocks.
|
Documentation:
../../../.julia/packages/Documenter/qoyeC/src/deploydocs.jl#L533
removing `stable` and linking `stable` to `v0.4.6`.
|
Documentation:
../../../.julia/packages/Documenter/qoyeC/src/deploydocs.jl#L533
removing `v0.4` and linking `v0.4` to `v0.4.6`.
|
Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Documentation
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, julia-actions/setup-julia@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|