jax-ml / bayeux

State of the art inference for your bayesian models.
https://jax-ml.github.io/bayeux/
Apache License 2.0
177 stars 8 forks source link

flowMC 0.3 update breaking API changes - No module named 'flowMC.sampler' #40

Closed danieltomasz closed 7 months ago

danieltomasz commented 7 months ago

While running bambi and bambi invoking bayeux I encountered this error https://github.com/bambinos/bambi/issues/798

This is due to the latest update and internal API changes https://github.com/kazewong/flowMC/releases/tag/flowMC-0.3.0

Using env wth flowMC 2.4 to run the same model seems to be still fine.

danieltomasz commented 7 months ago

HMC and samplers seems to live in proposal world now https://github.com/kazewong/flowMC/tree/main/src/flowMC/proposal

ColCarroll commented 7 months ago

thanks! i'll try to merge this today to fix this.