-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plan for Julia v1.0.x? #20
Comments
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. |
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 < ***@***.***> 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
<#20 (comment)>,
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/
|
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 |
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!
The text was updated successfully, but these errors were encountered: