arsenal9971 / Shearlab.jl

Shearlab is a Julia Library with toolbox for two- and threedimensional data processing using the Shearlet system as basis functions which generates an sparse representation of cartoon-like functions.
https://arsenal9971.github.io/Shearlab.jl/
Other
31 stars 9 forks source link

Plan for Julia v1.0.x? #20

Open BoundaryValueProblems opened 5 years ago

BoundaryValueProblems commented 5 years ago

Hector: it would be nice if Shearlab.jl is updated to work under Julia v1.0.x. Most of the common packages we rely on works now under Julia v1.0.1 except the plotlyjs backend of Plots.jl. But that too may be resolved in the near future. Recently, JuMP.jl has been update and works under v1.0.1. What is your plan to update Shearlab.jl? Thanks!

arsenal9971 commented 5 years ago

Hi Professor Saito, yes I would like to do this as soon as possible, at the moment I am quiet busy with PhD related stuff, but I will try to do this on my free time. It is also not an so easy task, on JuliaCon 2018 I got a short course on how to update my package, and it is not completely straight forward. I wont complain if somebody offers any help.

BoundaryValueProblems commented 5 years ago

Hi, Hector. Thanks a lot! We also updated our own Julia package, and it didn't take too long to do so. What we did was: 1) first ran our codes under Julia v0.7, which gave us a bunch of warning messages and suggestions how to revise for v0.7/v1.0; 2) then revised the codes accordingly and tested under v0.7 until it didn't complain; and 3) then move onto Julia v1.0.1. Many packages are now being migrated to v1.0.x series and sticking with v0.6.4 is a bit dangerous. As far as I know, many package developers do not seem to update their codes for 0.6.x series anymore.

On Mon, Oct 8, 2018 at 4:01 AM Hector Andrade Loarca < notifications@github.com> wrote:

Hi Professor Saito, yes I would like to do this as soon as possible, at the moment I am quiet busy with PhD related stuff, but I will try to do this on my free time. It is also not an so easy task, on JuliaCon 2018 I got a short course on how to update my package, and it is not completely straight forward.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/arsenal9971/Shearlab.jl/issues/20#issuecomment-427793630, or mute the thread https://github.com/notifications/unsubscribe-auth/ACwq8DjjuojZ6Xb5zwJ-L17oATrBCaW_ks5uizCYgaJpZM4XLkk2 .

-- Naoki Saito, Ph.D., Professor, Department of Mathematics University of California, One Shields Avenue, Davis, CA 95616-8633 USA Voice: 530-754-2121, Fax: 530-752-6635, Email: saito@math.ucdavis.edu Home Page: http://math.ucdavis.edu/~saito/

arsenal9971 commented 5 years ago

Hi, after finishing some duties I am going to start working on the Julia 1.0 version of Shearlab, tell David that any help is very welcomed