You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+134Lines changed: 134 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,140 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [2.6.0] - 2024-06-26
9
+
10
+
### Major Release - Boost Elimination & Benchmarking Framework
11
+
12
+
This version removes all Boost library dependencies and introduces a comprehensive benchmarking suite for validating libhmm against other HMM implementations.
A modern, high-performance C++17 implementation of Hidden Markov Models with advanced statistical distributions, SIMD optimization, and parallel processing capabilities.
12
12
13
-
**🚀 Latest Release v2.5.0**: Calculator modernization and benchmark validation release featuring complete AutoCalculator system validation, SIMD optimization improvements (~17x performance gain), benchmark suite modernization with 100% numerical accuracy maintained, and API consolidation. Enhanced calculator selection intelligence with detailed performance rationale and future-ready optimization infrastructure.
13
+
**🚀 Latest Release v2.6.0**: Zero dependencies achievement through complete Boost elimination and comprehensive multi-library benchmarking suite. Features custom Matrix/Vector implementations with SIMD-friendly memory layout, lightweight XML serialization, and validated numerical accuracy (100% agreement) across 5 HMM libraries. Establishes performance baseline with streamlined build system requiring only C++17 standard library.
14
14
15
15
## Features
16
16
@@ -65,6 +65,12 @@ A modern, high-performance C++17 implementation of Hidden Markov Models with adv
0 commit comments