From 496e7c525b0ae48bbc7413fce1a54aed51aad1f5 Mon Sep 17 00:00:00 2001 From: John Huddleston Date: Mon, 19 Aug 2024 14:16:25 -0700 Subject: [PATCH] Add major changes to change log --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8c80210..033f1ae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # CHANGELOG +## 3.0.0 + +### Major Changes + +* pathogen-embed: Use "simplex" encoding by default for PCA ([#35][]) +* pathogen-cluster: Change default minimum number of samples for a cluster from 5 to 10 ([#35][]) + +[#35]: https://github.com/blab/pathogen-embed/pull/35 + ## 2.3.0 ### Features