brian-j-smith / Mamba.jl

Markov chain Monte Carlo (MCMC) for Bayesian analysis in julia
Other
253 stars 52 forks source link

Update Project.toml #172

Open Corey651 opened 2 years ago

Corey651 commented 2 years ago

Updated dependencies

brian-j-smith commented 2 years ago

Thanks for the pull request to clarify the desired package updates. Let me run the package through my full set of test examples with these to check that everything is works correctly before merging.

Corey651 commented 2 years ago

Ok great!

brian-j-smith commented 2 years ago

It turns out that the PDMats package version needed updating as well since Distributions depends on it. Doing that has resulted in numerous compatibility issues with Mamba. I have been able to fix many of them, but some still remain. I can upload those fixes to a separate branch (v0.20) after the weekend, but it is unlikely that everything will be working until I can find time in the future to devote to this.

Corey651 commented 2 years ago

Ok sounds good. Hopefully I'll be able to get it to run. Thank you very much.

brian-j-smith commented 2 years ago

The develop branch now has a version 0.12.9000 of the packages with some changes needed for the updated dependencies (#171). All of the examples seem to be running now, except for jaws.jl. The latter uses the package's BDiagNormal distribution which is not currently working with the dependencies.

Corey651 commented 2 years ago

Ok that should suffice for now. Thanks!