HORIZONS.jl
HORIZONS.jl copied to clipboard
Move "breaking change" warning to build.jl
Every time HORIZONS
is import
-ed or using
-ed it prints a warning about a breaking change. This can be very distracting, especially in a notebook. I would like to suggest moving this warning to deps/build.jl
so that it is output only when the package is installed (or re-built via Pkg.build(")
).