jaak-s / BayesianDataFusion.jl

Bayesian multi-tensor factorization methods, with side information
Other
29 stars 19 forks source link

WIP: Assessment of the amount of effort required to upgrade to Julia v1 #12

Closed xiaodaigh closed 4 years ago

xiaodaigh commented 4 years ago

I have spent 1 hour on this so far and am doing some research on the Future type which has long been deprecated.

So far, it looks the main challenge with updating the code is the effort required to upgrade the distributed/multithreading to the model in Julia v1. I will report back here as soon as I have my findings.

Thank you