Skip to content

Convert from PyStan back end to BridgeStan #3

@bob-carpenter

Description

@bob-carpenter

It would be good for performance and for keeping up with Stan releases to replace PyStan with the BridgeStan interface to Stan. BridgeStan is also much simpler. We just released a stable 1.0 version with full doc and testing (please let us know if something's unclear). BridgeStan communicates through the low-level ctypes interface for Python, which lets us do everything in memory directly without copying. It's also good for compatibility and installation because it only requires memory compatibility, which is guaranteed by the C++ spec.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions