kbarbary / Dierckx.jl

Julia package for 1-d and 2-d splines
Other
157 stars 30 forks source link

When displaying it states showcompact not defined #55

Closed ChrisRackauckas closed 6 years ago

ChrisRackauckas commented 6 years ago
x = [0., 1., 2., 3., 4.]
y = [-1., 0., 7., 26., 63.]  # x.^3 - 1.
spl = Spline1D(x, y)
kbarbary commented 6 years ago

Should be fixed on master by #54 (just merged recently).

Nosferican commented 6 years ago

Could we get a 1.0 compatibility release soon? Was that the last deprecation?

kbarbary commented 6 years ago

As long as you don't try to show the result, it works :trollface: But yeah, I'm planning on fixing #53 and then tagging a new release.

kbarbary commented 6 years ago

Fixed on v0.4.1.