From 2639cb6d0903b09a29506d02474d08650d008b7d Mon Sep 17 00:00:00 2001 From: jgallowa07 Date: Tue, 12 Mar 2024 15:33:34 -0700 Subject: [PATCH] CHANGELOG --- CHANGELOG.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 30cd3c3..934a893 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,17 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_. +0.4.0 +----- +- new simulation validation analysis and plotting functions (at the time of re-submission) +- fixes bug described in `#130 https://github.com/matsengrp/multidms/issues/130`_, having to do with pandas groupby.apply 2.2.0 behavior change. +- updates python version requirements to 3.9 or newer, as 3.8 did not work with the new pandas version, 2.2.0 bug patch described above. +- supresses the cpu warning from jax. +- adds `ModelCollection.add_validation_loss `_, + `Model.conditional_loss `_, and + `Model.get_df_loss `_ methods, which can all be used quite easily to perform cross validation analysis. + 0.3.3 ----- - simply updates the ruff linting to version `0.0.289`