JuliaMath / Calculus.jl

Calculus functions in Julia
Other
275 stars 78 forks source link

Remove Compat.jl and deprecated functions #138

Closed giordano closed 4 years ago

islent commented 4 years ago

Hello, everyone:

With Measurement@2.1.1, Calculus@0.5.0, Compat@3.0.0 and Julia@1.2.0, I got the warning:

WARNING: Compat.LinearAlgebra is deprecated, use LinearAlgebra instead.
  likely near C:\Users\islent\.julia\packages\Calculus\j4WMx\src\derivative.jl:16

This does not produce any severe problems but quite annoying, and would be kindly fixed by the pull request here. Couldn't wait a new version of Calculus!