Skip to content

Releases: hammerlab/stancache

Redo release following merge error

16 Jan 20:16
22f2548
Compare
Choose a tag to compare
Pre-release

Update requirements to include seaborn

bugfix

16 Jan 19:40
81604a6
Compare
Choose a tag to compare
bugfix Pre-release
Pre-release

This is a minor release to fix a bug causing an error with the current version of survivalstan.

bugfixes

  1. #20 - ValueError: ndarray is not contiguous (unable to hash matrix as ndarray)

minor bugfix; update readme

06 Mar 21:59
Compare
Choose a tag to compare
Pre-release
Update config.py (#12)

fix small error in restore_defaults

try again (push to pypi)

06 Mar 20:49
Compare
Choose a tag to compare
Pre-release

Previous deployment failed due to permissions error. Thus we updated the encrypted password & will try again.

First push to pypi

06 Mar 20:28
Compare
Choose a tag to compare
First push to pypi Pre-release
Pre-release

Stancache has utilities for saving pystan fitted models to disk, such that the file name is unique given the stan model code & unique parameters passed in to fit the stan model. Stancache sets the default seed value for any model fit via config file, so that re-fitting models can be triggered by modifying the seed.

This avoids the expensive task of re-fitting the same model given identical inputs, and allows safe pickling/unpickling of model fit & compiled model code.