JuliaStats / MixedModels.jl

A Julia package for fitting (statistical) mixed-effects models
http://juliastats.org/MixedModels.jl/stable
MIT License
405 stars 48 forks source link

`Warning: `ProgressUnknown(desc::AbstractString; kwargs...)` is deprecated, use `ProgressUnknown(; desc = desc, kwargs...)` instead.` #719

Closed yoninazarathy closed 1 year ago

yoninazarathy commented 1 year ago

The usage of ProgressUnknown is deprecated. This warning is generated:

ProgressUnknown(desc::AbstractString; kwargs...) is deprecated, use ProgressUnknown(; desc = desc, kwargs...) instead.

See: https://github.com/timholy/ProgressMeter.jl/blob/e1a4231f280640692fe1545818eb3e4f41855f6b/src/deprecated.jl#L16