From 3d02e29b77171d654ccd78557932cfe23d144f8d Mon Sep 17 00:00:00 2001 From: jgallowa07 Date: Tue, 12 Mar 2024 15:47:20 -0700 Subject: [PATCH] patched CHANGELOG typo cont. --- CHANGELOG.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 97e5562..789a111 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,10 +12,7 @@ The format is based on `Keep a Changelog `_. - 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 `_, - `ModelCollection.get_conditional_loss_df `_, - `Model.conditional_loss `_, and - `Model.get_df_loss `_ methods, which can all be used quite easily to perform cross validation analysis. +- adds `ModelCollection.add_validation_loss `_, `ModelCollection.get_conditional_loss_df `_, `Model.conditional_loss `_, and `Model.get_df_loss `_ methods, which can all be used quite easily to perform cross validation analysis. 0.3.3 -----