push dev ver #147
Annotations
6 warnings and 1 notice
Julia 1.10 - ubuntu-latest - x64 - push
The following actions use a deprecated Node.js version and will be forced to run on node20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. 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.9 - ubuntu-latest - x64 - push
The following actions use a deprecated Node.js version and will be forced to run on node20: julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. 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/C1XEF/src/utilities/utilities.jl#L46
failed to run `@example` block in src/README.md:310-326
```@example README
using ConcurrentUtils
mop = MutableMOP(; num_vars=2)
add_objectives!(
mop, counted_objf, :rbfLocked; dim_out=2, func_iip=false,
)
X0 = [
-2.0 -2.0 0.0
0.5 0.0 0.0
]
opts = Compromise.ThreadedOuterAlgorithmOptions(;
inner_opts=AlgorithmOptions(;
stop_delta_min = 1e-8,
)
)
rets = Compromise.optimize_with_algo(mop, opts, X0)
```
exception =
ArgumentError: Package ConcurrentUtils not found in current path.
- Run `import Pkg; Pkg.add("ConcurrentUtils")` to install the ConcurrentUtils package.
Stacktrace:
[1] macro expansion
@ ./loading.jl:1630 [inlined]
[2] macro expansion
@ ./lock.jl:267 [inlined]
[3] require(into::Module, mod::Symbol)
@ Base ./loading.jl:1611
[4] eval
@ ./boot.jl:370 [inlined]
[5] #60
@ ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:754 [inlined]
[6] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[7] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:753
[8] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{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
[9] with_logstate(f::Function, logstate::Any)
@ Base.CoreLogging ./logging.jl:514
[10] with_logger
@ ./logging.jl:626 [inlined]
[11] capture(f::Documenter.var"#59#61"{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
[12] runner(#unused#::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/C1XEF/src/expander_pipeline.jl:752
|
Documentation:
../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L46
20 docstrings not included in the manual:
Compromise.CompromiseEvaluators.eval_grads! :: Tuple{Any, Compromise.CompromiseEvaluators.AbstractNonlinearOperator, Any}
Compromise.CompromiseEvaluators.eval_grads! :: Tuple{Any, Compromise.CompromiseEvaluators.AbstractNonlinearOperator, Any, Any}
Compromise.CompromiseEvaluators.update! :: Tuple{Compromise.CompromiseEvaluators.AbstractSurrogateModel, Vararg{Any, 6}}
Compromise.CompromiseEvaluators.copy_model :: Tuple{RBFModel}
Compromise.RBFModels.InverseMultiQuadricKernel
Compromise.RBFModels.RBFConfig
Compromise.CompromiseEvaluators.eval_op! :: Tuple{AbstractVector{<:Real}, Compromise.CompromiseEvaluators.AbstractNonlinearOperator, AbstractVector{<:Real}, Any}
Compromise.CompromiseEvaluators.eval_op! :: Tuple{AbstractVector{<:Real}, Compromise.CompromiseEvaluators.AbstractNonlinearOperator, AbstractVector{<:Real}}
Compromise.RBFModels.set_coefficients! :: NTuple{8, Any}
Compromise.RBFModels._rbf_poly_mat! :: Tuple{AbstractMatrix, Any, AbstractMatrix}
Compromise.RBFModels.update_cholesky_buffers! :: NTuple{9, Any}
Compromise.RBFModels.compute_cholesky_test_value! :: Tuple{AbstractMatrix, AbstractMatrix, AbstractMatrix, AbstractMatrix, AbstractVector, AbstractVector, AbstractMatrix, AbstractMatrix, AbstractMatrix}
Compromise.RBFModels._rbf_eval! :: Tuple{Any, Compromise.RBFModels.RBFSurrogate, Any, NamedTuple{(:centers, :coeff_φ, :coeff_π, :ε), <:NTuple{4, Any}}}
Compromise.RBFModels.initial_qr_for_cholesky_test! :: Tuple{AbstractMatrix, AbstractMatrix, AbstractMatrix, Any, AbstractMatrix, AbstractMatrix}
Compromise.CompromiseEvaluators.eval_hessians! :: Tuple{Any, Compromise.CompromiseEvaluators.AbstractNonlinearOperator, Any}
Compromise.CompromiseEvaluators.eval_hessians! :: Tuple{Any, Compromise.CompromiseEvaluators.AbstractNonlinearOperator, Any, Any}
Compromise.RBFModels.initial_cholesky_for_test! :: NTuple{6, Any}
Compromise.RBFModels.CubicKernel
Compromise.RBFModels.GaussianKernel
Compromise.CompromiseEvaluators.init_surrogate :: Tuple{Compromise.CompromiseEvaluators.AbstractSurrogateModelConfig, Any, Any, 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/C1XEF/src/html/HTMLWriter.jl#L735
Unable to determine the repository root URL for the navbar link.
This can happen when a string is passed to the `repo` keyword of `makedocs`.
To remove this warning, either pass a Remotes.Remote object to `repo` to completely
specify the remote repository, or explicitly set the remote URL by setting `repolink`
via `makedocs(format = HTML(repolink = "..."), ...)`.
|
Documentation
The following actions use a deprecated Node.js version and will be forced to run on node20: 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`
|