JuliaStats / Klara.jl

MCMC inference in Julia
Other
167 stars 38 forks source link

Julia 0.5 support? #144

Closed jeff-regier closed 8 years ago

jeff-regier commented 8 years ago

Is Julia 0.5 support in the works? We're interested in using Lora.jl over at Celeste.jl, but we have to stick with Julia 0.5 because we need multithreading. Thanks!

papamarkou commented 8 years ago

Thanks for getting in touch @jeff-regier. Yes, I will try to sort out Lora's compatibility with Julia 0.5. I will start by following up two well-known breakages, referencing the current issue so that you can follow the developments.

papamarkou commented 8 years ago

@jeff-regier, I tried to find and download a Julia 0.5 binary for Mac OS X, and there seems to be only 0.4.6 and 0.6 at http://julialang.org/downloads/ - may I ask where from you downloaded the 0.5 version? Thanks for the help!

ararslan commented 8 years ago

You should be able to get it from https://s3.amazonaws.com/julialang/bin/osx/x64/0.5/julia-0.5-latest-osx10.7+.dmg

papamarkou commented 8 years ago

Thanks for the link, @ararslan, I downloaded it now!

papamarkou commented 8 years ago

I think that my latest commit must have ensured that Lora works with Julia 0.5, but if you run into any issues, let me know @jeff-regier

cc @davidanthoff

jeff-regier commented 8 years ago

Thanks a lot @scidom ! Looks like unit tests are all passing on 0.5. We'll let you know how it goes.

CC @andymiller