Hi all --
@bob-carpenter and I recently released 0.0.1 of walnutpie, which takes a lot of inspiration from this package and @aseyboldt's work on nuts-rs.
In particular, with an eye for compatibility, I modeled our callback type on the one nuts-rs uses. I'd love to allow users to efficiently plug in pymc models using numba like is done here, but it seems like it depends a lot on pymc internals.
Is there any chance that this kind of API could be exposed (either by nutpie or pymc itself) in a stable way we could depend on in other packages?
Hi all --
@bob-carpenter and I recently released 0.0.1 of
walnutpie, which takes a lot of inspiration from this package and @aseyboldt's work on nuts-rs.In particular, with an eye for compatibility, I modeled our callback type on the one nuts-rs uses. I'd love to allow users to efficiently plug in pymc models using numba like is done here, but it seems like it depends a lot on pymc internals.
Is there any chance that this kind of API could be exposed (either by nutpie or pymc itself) in a stable way we could depend on in other packages?