Skip to content

Commit

Permalink
Merge pull request #461 from lnccbrown/460-get-ready-for-release-of-v023
Browse files Browse the repository at this point in the history
Ready for v0.2.2 release
  • Loading branch information
digicosmos86 authored Jun 13, 2024
2 parents 3d2f301 + 9cd1f2b commit c1a7ae9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## 0.2.x

### 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]`.

This version incorporates various bug fixes:

1. We fixed a major bug that causes divergences for models using `approx_differentiable` and `blackbox` likelihoods. We are still looking into the issues of divergence with `analytical` likelihoods.
2. We made the model creation process more robust, fixing errors when categorical variables are used with group identifiers.
3. We updated the codebase according to the deprecations in higher versions of JAX.
4. We implemented a temporary fix to an issue that might cause the kernel to die due to OOM.

### 0.2.1

We added a few new features in 0.2.1:
Expand Down

0 comments on commit c1a7ae9

Please sign in to comment.