Skip to content

Releases: roualdes/bridgestan

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:33

BridgeStan v2.9.0

What's Changed

Features

Documentation

Other

Full Changelog: v2.8.0...v2.9.0

v2.8.0

Choose a tag to compare

@github-actions github-actions released this 26 May 18:25

BridgeStan v2.8.0

What's Changed

Features

Documentation

Other changes

  • param_unc_names takes const self by @aseyboldt in #294
  • CI: use julia-actions/install-juliaup instead of setup-julia by @WardBrian in #298
  • Set up formatting for R, check formatting in CI by @WardBrian in #295
  • Update rand requirement from 0.9.0 to 0.10.0 in /rust by @dependabot[bot] in #310

Full Changelog: v2.7.0...v2.8.0

v2.7.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 14:46

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

Other

Full Changelog: v2.6.2...v2.7.0

v2.6.2

Choose a tag to compare

@github-actions github-actions released this 28 Apr 14:59

BridgeStan 2.6.2

What's Changed

Fixes

Documentation

  • Start using sphinxcontrib-rust for Rust API documentation by @WardBrian in #264

Misc.

Full Changelog: v2.6.1...v2.6.2

v2.6.1

Choose a tag to compare

@github-actions github-actions released this 02 Jan 15:18

BridgeStan 2.6.1

What's Changed

  • Mark the version numbers as const in bridgestan.h. This fixes a regression in the Send and Sync traits in Rust. Contributed by @aseyboldt in #259

Full Changelog: v2.6.0...v2.6.1

v2.6.0

Choose a tag to compare

@github-actions github-actions released this 13 Dec 15:31

BridgeStan 2.6.0

What's Changed

Features

Documentation

Other

Full Changelog: v2.5.0...v2.6.0

v2.5.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 19:26

BridgeStan 2.5.0

What's Changed

Features

Documentation

Other

Full Changelog: v2.4.1...v2.5.0

v2.4.1

Choose a tag to compare

@github-actions github-actions released this 17 Apr 13:49

BridgeStan 2.4.1

What's Changed

Documentation

Other

  • Julia: Switch from LazyArtifacts to a manual download for the C++ sources by @WardBrian in #227

Full Changelog: v2.4.0...v2.4.1

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 25 Mar 18:02

BridgeStan 2.4.0

What's Changed

Features

Documentation

  • Automate R docs build from roxygen comments by @WardBrian in #205
  • Improve panic error message on the Rust example by @randommm in #211

Other

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 15:30

BridgeStan 2.3.0

What's Changed

Features

  • Python: allow ctypes pointers for in/out parameters by @WardBrian in #193
  • R: Add functionality to build models inside R by @WardBrian in #172
  • Unify constructors to always allow a .stan file to be passed by @WardBrian in #188
  • Set up visibility controls for public symbols in the library by @WardBrian in #185

Documentation

  • Improve developer documentation and experience by @WardBrian in #184
  • Add implementation details docs page, note on propto=True for log_density by @WardBrian in #192
  • Add README sections on known users of BridgeStan by @WardBrian in #186

Other

Full Changelog: v2.2.2...v2.3.0