JuliaApproximation / CompactBases.jl

Julia library for function approximation with compact basis functions
MIT License
16 stars 2 forks source link

FEDVR has AbstractVector field #17

Closed jagot closed 4 years ago

jagot commented 4 years ago

FEDVR.t is an AbstractVector. Is changing this breaking according to SemVer?

dlfivefifty commented 4 years ago

I would say no, in any case v0.x.x is experimental so need to be overly pedantic

dlfivefifty commented 4 years ago

(Or another way to think of it: it's only a breaking change if it actually breaks extant code in dependent packages.)