From 9946c20740dd706db56c2e07033b2dfcf1ab3740 Mon Sep 17 00:00:00 2001 From: Shay Molcho <152275799+shaymolcho@users.noreply.github.com> Date: Sun, 2 Feb 2025 08:20:33 +0200 Subject: [PATCH] Added missing periods for consistency and correctness Added missing periods in various parts of the text to ensure consistency and correctness in writing style. This revision maintains uniform formatting throughout the document, improves readability, and aligns the punctuation with the rest of the content for a more polished and structured appearance. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7174a51a..0fe9e54ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,9 +35,9 @@ - Parallelize feature counting in feature selector using the new `parallel::reduction` - Add a `parallel::for_each_block` algorithm to run functions on - (relatively) equal sub-ranges of an iterator range in parallel + (relatively) equal sub-ranges of an iterator range in parallel. - Add a parallel merge sort as `parallel::sort` -- Add a `util/traits.h` header for general useful traits +- Add a `util/traits.h` header for general useful traits. - Add a Markov model implementation in `sequence::markov_model` - Add a generic unsupervised HMM implementation. This implementation supports HMMs with discrete observations (what is used most often) and