Skip to content

Releases: metrumresearchgroup/Torsten

Release 0.91.0

18 Mar 18:12
Compare
Choose a tag to compare
-   Changed
    -   Update model examples according to new array syntax.
    -   Update to Stan version 2.33.1.
    -   Removed experimental cross-chain feature.
    -   Deprecation of old Torsten functions not using 'pmx\\\_' prefix.
    -   Minor bug fixes.

release candidate with bug fixes for llvm 15

18 Mar 18:11
Compare
Choose a tag to compare
v0.91.0rc3

Merge commit '95ad6a9ccf373fe3922f7dfa8411761833b4ac8d' as 'stanc3'

Torsten 0.91.0rc

05 Jan 22:08
Compare
Choose a tag to compare

Update to upstream Stan 2.33.1.

torsten_v0.91.0rc1

31 Dec 00:52
Compare
Choose a tag to compare
torsten_v0.91.0rc1 Pre-release
Pre-release

Update to upstream Stan 2.33.1.

Torsten 0.90.0

18 May 22:49
Compare
Choose a tag to compare
  • Update to Stan 2.29.2
  • Add developers guide
  • Update example models according to new Stan syntax.
  • Misc bug fixes

Torsten 0.89.1

07 Oct 23:31
Compare
Choose a tag to compare

Bugfix:
compiling with cross-chain activated, i.e.

MPI_ADAPTED_WARMUP=1
TBB_CXX_TYPE=clang

used in make/local.

Torsten v0.89.0

21 Jul 22:17
Compare
Choose a tag to compare
  • Changed
    • New backend for ODE events solvers.
    • Use vector instead of array as ODE function state & return type.
    • Simplified ODE integrator naming, e.g. =pmx_ode_bdf= & =pmx_ode_bdf_ctrl=
    • Update to Stan version 2.27.0.
  • Added