Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning from ProgressMeter.jl #58

Closed
juliohm opened this issue Sep 21, 2023 · 3 comments
Closed

Deprecation warning from ProgressMeter.jl #58

juliohm opened this issue Sep 21, 2023 · 3 comments
Assignees

Comments

@juliohm
Copy link

juliohm commented Sep 21, 2023

┌ BetaML [024491cd-cc6b-443e-8034-08ea7eb7db2b]
│ ┌ Warning: Progress(n::Integer, dt::Real, desc::AbstractString = "Progress: ", barlen = nothing, color::Symbol = :green, output::IO = stderr; offset::Integer = 0) is deprecated, use Progress(n; dt = dt, desc = desc, barlen = barlen, color = color, output = output, offset = offset) instead.
│ │ caller = ip:0x0
│ └ @ Core :-1

@sylvaticus sylvaticus self-assigned this Sep 21, 2023
@sylvaticus
Copy link
Owner

Going to look on this, thanks!

@sylvaticus
Copy link
Owner

Hello, sorry for the delay.
In BetaML we use the macro @showprogress, not the function Progress directly.
This seems to be unrelated to BetaML. I did open an issue for this in the ProgressMeter.jl repository. Thanks for reporting!

@sylvaticus
Copy link
Owner

I updated the @showprogress macro to follow the new API, the next release will not show the warning. Thank you again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants