Skip to content

Releases: lnccbrown/HSSM

HSSM v0.1.2

24 Jul 23:28
2f4205a
Compare
Choose a tag to compare
  • Improved numerical stability of analytical likelihoods. #210 #182

  • Added the ability to handle lapse distributions. #215

  • Added the ability to perform prior predictive sampling. #202

  • Improved model information output - now default priors provided by bambi is also printed. #211

  • Added a hierarchical switch which turns all parameters into hierarchical
    when participant_id is provided in data. #197

  • Parameters are now named more consistently (group-specific terms are now aliased correctly). #211

  • Fixed a bug where information about which parameter is regression is incorrectly passed. #219

  • Added links to Colab to try out hssm in Google Colab. #194 #199

HSSM v0.1.1

11 Jul 20:20
27cfb06
Compare
Choose a tag to compare

This release features the following updates and improvements:

  • Bumped PyMC and bambi dependency versions. #153
  • Fixed nuts_numpyro sampling. #159
  • Added a quick function for simulating data. #160
  • Added a convenience function to change float types for pytensor and jax. #161
  • Updated model print outputs. #164 #167
  • Fixed bugs in Param helper class. #186
  • Added sampling tests. #137
  • Various documentation updates #157 #188 #145
  • More CI workflows #121