From 09e886610d4ff0dd78b414da8f63d38c6e0bd482 Mon Sep 17 00:00:00 2001 From: Jared Galloway Date: Wed, 6 Dec 2023 11:35:56 -0800 Subject: [PATCH] CHANGELOG --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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.