Skip to content

Releases: lnccbrown/HSSM

HSSM v0.2.4

18 Sep 13:06
dac648c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

HSSM v0.2.3

12 Jul 14:47
2b8fadb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

HSSM v0.2.2

13 Jun 18:22
c1a7ae9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

HSSM v0.2.1

08 May 19:21
8d56fe9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Jan 14:11
19b2453
Compare
Choose a tag to compare

What's Changed

This release bumps HSSM 0.2.0b1 to 0.2.0. Changes in HSSM 0.2.0 are:

The main purpose of this update is to create better defaults for priors, to reign in convergence issues that result from bad chain initializations.

Multiple prior strategies are now available, and moreover it is now possible to choose default links on glms so that parameter spaces are a priori constraint to be within the the allowable ranges (this is specifically relevant for likelihoods of the kind 'approx_differentiable').

Secondarily, plotting capabilities were added, to allow for posterior predictive plots and quantile plots (these plots are widely used for the analysis of reaction time and choice data). Plotting is still in experimental stage.

Full Changelog: v0.1.5...v0.2.0

v0.2.0b1

29 Dec 22:16
65f86e7
Compare
Choose a tag to compare

The main purpose of this update is to create better defaults for priors, to reign in convergence issues that result from bad chain initializations.

Multiple prior strategies are now available, and moreover it is now possible to choose default links on glms so that parameter spaces are a priori constraint to be within the the allowable ranges (this is specifically relevant for likelihoods of the kind 'approx_differentiable').

Secondarily, plotting capabilities were added, to allow for posterior predictive plots and quantile plots (these plots are widely used for the analysis of reaction time and choice data). Plotting is still in experimental stage.

HSSM v0.1.5

08 Sep 21:34
a064711
Compare
Choose a tag to compare

We fixed the errors in v0.1.4. Sorry for the convenience! If you have accidentally
downloaded v0.1.4, please make sure that you update hssm to the current version.

  • We made Cython dependencies of this package available via pypi. We have also built
    wheels for (almost) all platforms so there is no need to build these Cython
    dependencies.

HSSM v0.1.4

06 Sep 13:15
706d167
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

HSSM v0.1.3

26 Jul 21:43
0c54135
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

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