BridgeStan v2.7.0
What's Changed
Features
- Update to Stan 2.37 by @dependabot[bot] in #287
- Allow passing dictionaries to Python functions using stanio by @WardBrian in #283
- Forward declare model and rng class when including bridgestan.h in C++ by @WardBrian in #275
Bug Fixes
- Add thread-safe AD chain before calls to write array, constructor by @WardBrian in #290
Documentation
- Update related projects section of README by @WardBrian in #274
- Update documentation url to roualdes.us by @WardBrian in #288
Other
- Use unique_ptr to simplify model.hpp by @WardBrian in #284
- Clean up, split model_rng source, avoid unnecessary .cpp file by @WardBrian in #276
- Clean up error handling by @WardBrian in #277
- Small updates by @WardBrian in #280
- Update bindgen requirement from 0.71.1 to 0.72.0 in /rust by @dependabot[bot] in #279
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #285
- Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #286
Full Changelog: v2.6.2...v2.7.0