What's the status of this project? It seems like the API solves a major problem in pymc2/3, in which it's generally hard to make a model that supports passing through variables that are observed or unobserved. It seems like something like this ought to be integrated into pymc3 somehow, although it's unclear whether this is a standalone API for syntatic sugar or a feature enhancement for the existing Model API.
What's the status of this project? It seems like the API solves a major problem in pymc2/3, in which it's generally hard to make a model that supports passing through variables that are observed or unobserved. It seems like something like this ought to be integrated into pymc3 somehow, although it's unclear whether this is a standalone API for syntatic sugar or a feature enhancement for the existing
ModelAPI.