SciFracX / FractionalCalculus.jl

FractionalCalculus.jl: A Julia package for high performance, comprehensive and high precision numerical fractional calculus computing.
http://scifracx.org/FractionalCalculus.jl/dev/
MIT License
35 stars 6 forks source link

Specify what is using in SpecialMatrices #12

Closed JeffFessler closed 1 year ago

JeffFessler commented 1 year ago

Hi, I am helping maintain SpecialMatrices.jl and we are making some possibly breaking changes over there and we wanted to make sure they won't break registered packages that depend on it. This is one of 2 such packages. It took a while to figure out what you are actually using here from SM. I know it is pretty common to just drop a lot of using XYZ statements in the main project file, but that approach makes it hard for others to know what specifically is being used here. This PR simply makes it clear. Thanks.

JeffFessler commented 1 year ago

I just noticed that your sister package makes it specific already - thanks! https://github.com/SciFracX/FractionalDiffEq.jl/blob/80fcd07d63d2b9ca9332317819272d0e7fb1b0df/src/FractionalDiffEq.jl#L7

JeffFessler commented 1 year ago

Bump 🙂

ErikQQY commented 1 year ago

Hi there! Sorry for the late response, I've been very busy lately. Thanks a lot!