From e8f7925387784f12e076b75a019c4d8d1d59e29f Mon Sep 17 00:00:00 2001 From: Blaise Frederick Date: Thu, 10 Nov 2022 18:33:46 -0500 Subject: [PATCH] Change for 1.3.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d64968e..7b09c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Release history +## Version 1.3.1 (11/10/22) +* (capfromtcs) Added new option "--initialcenters" to allow specification of k-means cluster centers. This lets you reuse the CAPS as previous runs, but gets around the difficulty of reading back old models run under a different version of python or scikit-learn. + ## Version 1.3.0 (11/10/22) * (package) Removed rapidtide as a dependency by copying over the necessary support routines. * (Docker) Updated basecontainer to latest, switched over to using pip rather than mamba for env.