Re: [julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-11-07 Thread Johan Sigfrids
I believe both ApproXD.jl and Dierckx.jl need Julia 0.3, while Julia Studio is still stuck on 0.2. That is why you can't install them. Until Julia Studio gets updated to 0.3 you might be better off using something like IJulia or Juno. On Friday, November 7, 2014 7:48:41 PM UTC+2, ewing...@gmail

Re: [julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-11-07 Thread ewing . bobe
I'm new to Julia as of this week :-) I'm working through some old homework problems as a way to learn the language. I've gotten stuck on splines. I don't want the even-spacing limitation of Grid.jl (though the problem I'm working on *does* have even spacing!), and I can't figure out how to us

Re: [julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-10-29 Thread Nils Gudat
Thanks Tim, I think I have been able to make the CoordInterpGrid object work in my code for three dimensions, just need to scale it up to the full problem now and see how it fares speedwise. And thanks Peter for suggesting an alternative, I'll definitely check that out as well!

Re: [julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-10-29 Thread Peter Simon
Also, check out ApproXD.jl which is designed for efficient high dimensional interpolation. --Peter On Wednesday, October 29, 2014 5:32:07 AM UTC-7, Tim Holy wrote: > > Grid should be able to do this. Best is to try it and see how it works > out. > > --T

Re: [julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-10-29 Thread Kyle Barbary
Thanks Daan! And for the interesting note on the author (the code was finished in 1987 so I was wondering if he was still around). On Wed, Oct 29, 2014 at 1:47 AM, Daan Huybrechs wrote: > >> Contributions, or advice on the correct pronunciation of "Dierckx", >> gratefully accepted. >> > > The or

[julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-10-29 Thread Daan Huybrechs
> > > Contributions, or advice on the correct pronunciation of "Dierckx", > gratefully accepted. > The original code was written well before my days in Leuven (and the author retired last year), but I can help with the pronunciation :-) The -ckx is just like x, fortunately. The -ie- is like the

Re: [julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-10-29 Thread Tim Holy
Grid should be able to do this. Best is to try it and see how it works out. --Tim On Wednesday, October 29, 2014 04:03:19 AM Nils Gudat wrote: > Since we seem to have a lot of experts on interpolation in Julia in this > thread, can I just ask a general question: I'm trying to interpolate values >

[julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-10-29 Thread Nils Gudat
Since we seem to have a lot of experts on interpolation in Julia in this thread, can I just ask a general question: I'm trying to interpolate values of a function for which I only know the values at some gridpoints in six dimensions. What would be the best way to do this given that I need the i

[julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-10-28 Thread Iain Dunning
I think the name is appropriate, given that it is a wrapper around a library of the same name. Splines.jl could be a meta-package of sort that unifies all spline-related stuff, but I think Kyle's concerns are spot on. On Tuesday, October 28, 2014 5:00:54 PM UTC-4, Davide Lasagna wrote: > > Grea

[julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-10-28 Thread Davide Lasagna
Great work! Thanks for sharing. On Tuesday, October 28, 2014 3:32:40 AM UTC, Kyle Barbary wrote: > > This is an announcement of Dierckx.jl, a Julia wrapper for the dierckx > Fortran library from netlib. This is the same library underlying the spline > classes in scipy.interpolate. > > http://gi

Re: [julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-10-28 Thread Kyle Barbary
I'm open to changing the name to Splines.jl - I agree that it's clearer and more descriptive. I was hesitant to take up a prime name in the "global package namespace". Tim has probably thought a lot more about splines recently, so maybe he (or any spline experts out there) can comment. Thanks to T

[julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-10-28 Thread David P. Sanders
El lunes, 27 de octubre de 2014 21:32:40 UTC-6, Kyle Barbary escribió: > > This is an announcement of Dierckx.jl, a Julia wrapper for the dierckx > Fortran library from netlib. This is the same library underlying the spline > classes in scipy.interpolate. > > http://github.com/kbarbary/Dierckx.

[julia-users] Re: [ANN] Dierckx.jl: 1-d and 2-d splines as in scipy.interpolate

2014-10-28 Thread Tony Kelman
This looks quite useful, thanks for putting it together. I just made dll's of the library for win32 and win64 and am seeing if they pass the package's tests for me. If they do, would you prefer I put them up on sourceforge, or would you have a better place to put them? On Monday, October 27, 2