ronisbr / PrettyTables.jl

Print data in formatted tables.
MIT License
391 stars 38 forks source link

Warning: DEPRECATION NOTICE of Formatting.jl #240

Closed jmanthony3 closed 4 months ago

jmanthony3 commented 4 months ago

While running some tests of a package I am developing with Julia v1.10.1 in VS Code on Windows 10, I was given the following warning suggesting to use another package instead of the allegedly outdated Formatting.jl. Running ]why Formatting in a Julia-REPL shows Formatting to be a dependency of PrettyTables.

image

image

ronisbr commented 4 months ago

Hi @jmanthony3 !

You are using an old version of PrettyTables.jl. We already removed this dependency.

jmanthony3 commented 4 months ago

Classic "Did you turn it off and on again?" Well...no...,actually I did not run ]update before posting this issue. Now updating and testing again the deprecation warning is gone.