diff --git a/README.md b/README.md index 1324efe0..f13aeff8 100644 --- a/README.md +++ b/README.md @@ -94,11 +94,13 @@ HSSM is licensed under [Copyright 2023, Brown University, Providence, RI](LICENS ## Support -For questions, bug reports, or other unexpected issues, please open an issue on the GitHub repository. +For questions, please feel free to [open a discussion](https://github.com/lnccbrown/HSSM/discussions). + +For bug reports and feature requests, please feel free to [open an issue](https://github.com/lnccbrown/HSSM/issues) using the corresponding template. ## Contribution -If you want to contribute to this project, please familiarize yourself with our [contribution guidelines](docs/CONTRIBUTING.md). +If you want to contribute to this project, please follow our [contribution guidelines](docs/CONTRIBUTING.md). ## Acknowledgements diff --git a/docs/changelog.md b/docs/changelog.md index ebdfd546..770a03f9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,15 @@ ## 0.1.x +### 0.1.4 + +- Added support of `blackbox` likelihoods for `ddm` and `ddm_sdv` models. +- Added support for `full_ddm` models via `blackbox` likelihoods. +- Added the ability to use `hssm.Param` and `hssm.Prior` to specify model parameters. +- Added support for non-parameter fields to be involved in the computation of likelihoods. +- Major refactor of the code to improve readability and maintainability. +- Fixed a bug in model.sample_posterior_predictive(). + ### 0.1.3 - Added the ability to specify `inf`s in bounds. diff --git a/docs/getting_started/getting_started.ipynb b/docs/getting_started/getting_started.ipynb index 7dbe2a02..bdb76c88 100644 --- a/docs/getting_started/getting_started.ipynb +++ b/docs/getting_started/getting_started.ipynb @@ -67,7 +67,6 @@ "outputs": [], "source": [ "import arviz as az\n", - "import bambi as bmb # only necessary if you want to specify priors using bmb.Prior\n", "import numpy as np\n", "import hssm" ] @@ -147,27 +146,27 @@ "
\n", "