diff --git a/CHANGELOG.rst b/CHANGELOG.rst index db1f861..5271d2f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_. +0.3.1 +----- +- fixes bug `#126 `_. +- Adds the initial working simulation notebook. + + 0.3.0 ----- - Adds initial `multidms.model_collection `_ module with ``multidms.fit_models`` for the ability to fit multiple models across a range of parameter spaces in parallel using `multiprocessing`. This is inspired by the `polyclonal.fit_models` function.