You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a deprecation notice for Formatting.jl suggesting to change to Format.jl.
┌ Formatting
│ ┌ Warning: DEPRECATION NOTICE
│ │
│ │ Formatting.jl has been unmaintained for a while, with some serious
│ │ correctness bugs compromising the original purpose of the package. As a result,
│ │ it has been deprecated - consider using an alternative, such as
│ │ Format.jl (https://github.com/JuliaString/Format.jl) or the Printf stdlib directly.
│ │
│ │ If you are not using Formatting.jl as a direct dependency, please consider
│ │ opening an issue on any packages you are using that do use it as a dependency.
│ │ From Julia 1.9 onwards, you can query ]why Formatting to figure out which
│ │ package originally brings it in as a dependency.
│ └ @ Formatting C:\Users\carlos.esquerre.julia\packages\Formatting\3VxOt\src\Formatting.jl:12
└
I got a deprecation notice for Formatting.jl suggesting to change to Format.jl.
┌ Formatting
│ ┌ Warning: DEPRECATION NOTICE
│ │
│ │ Formatting.jl has been unmaintained for a while, with some serious
│ │ correctness bugs compromising the original purpose of the package. As a result,
│ │ it has been deprecated - consider using an alternative, such as
│ │
Format.jl
(https://github.com/JuliaString/Format.jl) or thePrintf
stdlib directly.│ │
│ │ If you are not using Formatting.jl as a direct dependency, please consider
│ │ opening an issue on any packages you are using that do use it as a dependency.
│ │ From Julia 1.9 onwards, you can query
]why Formatting
to figure out which│ │ package originally brings it in as a dependency.
│ └ @ Formatting C:\Users\carlos.esquerre.julia\packages\Formatting\3VxOt\src\Formatting.jl:12
└
(Julia) pkg> why Formatting
Plots → Latexify → Formatting
Plots → UnitfulLatexify → Latexify → Formatting
The text was updated successfully, but these errors were encountered: