Skip to content

Commit

Permalink
getting ready for HSSM 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
digicosmos86 committed Jul 12, 2024
1 parent 4d9b969 commit dde2e7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## 0.2.x

### 0.2.3

This is a maintenance release of HSSM, mainly to add a version constraint on `bambi` in light of the many breaking changes that version `0.1.4` introduces. This version also improved compatibility with `PyMC>=5.15` and incorporated minor bug fixes:

1. We incorporated a temporary fix to graphing which broke after `PyMC>=5.15`.
2. We deprecated `ndim` and `ndim_supp` definition in `SSMRandomVariable` in `PyMC>-5.16`.
3. We fixed a bug that prevents new traces from being returned if `model.sample()` is called again.

### 0.2.2

HSSM is now on Conda! We now recommend installing HSSM through `conda install -c conda-forge hssm`. For advanced users, we also support installing the GPU version of JAX through `pip install hssm[cuda12]`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "HSSM"
version = "0.2.2"
version = "0.2.3"
description = "Bayesian inference for hierarchical sequential sampling models."
authors = [
"Alexander Fengler <[email protected]>",
Expand Down

0 comments on commit dde2e7d

Please sign in to comment.