@@ -5,6 +5,52 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.9] [ 0.6.9 ] - 2026-02-10
9+
10+ ### Fixed
11+
12+ - Updated switcher.json to remove deprecated version entry for v0.4.10
13+ - Improved documentation and method naming for clarity
14+ - Removed unused code
15+
16+ ### Changed
17+
18+ - Continued development of custom dimensional framework tutorial
19+
20+ ## [ 0.6.8] [ 0.6.8 ] - 2026-02-09
21+
22+ ### Added
23+
24+ - Queueing module for customization with enhanced Sphinx documentation configuration
25+
26+ ### Changed
27+
28+ - Updated variable symbol for density in tutorial documentation from ` \rho ` to ` \rho_{1} ` to reflect updated notation
29+
30+ ### Fixed
31+
32+ - Improved documentation clarity and consistency
33+ - Enhanced LaTeX parsing logic
34+
35+ ## [ 0.6.7] [ 0.6.7 ] - 2026-02-06
36+
37+ ### Fixed
38+
39+ - Refactored documentation and improved clarity across PyDASA modules
40+
41+ ### Changed
42+
43+ - Enhanced Sphinx documentation configuration
44+ - Enhanced documentation for dimensional analysis features in PyDASA
45+ - Renamed ` relevant_lt ` to ` relevance_lt ` for consistency and clarity
46+
47+ ## [ 0.6.6] [ 0.6.6 ] - 2026-02-03
48+
49+ ### Fixed
50+
51+ - Forced documentation update
52+ - Updated CHANGELOG for version 0.6.5 with new features, changes, fixes, and removals
53+
854## [ 0.6.5] [ 0.6.5 ] - 2026-02-03
955
1056### Added
@@ -609,6 +655,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
609655
610656Experimentation phase before formal semantic versioning, establishing core dimensional analysis concepts and data structures.
611657
658+ [ 0.6.9 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.8...v0.6.9
659+ [ 0.6.8 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.7...v0.6.8
660+ [ 0.6.7 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.6...v0.6.7
661+ [ 0.6.6 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.5...v0.6.6
612662[ 0.6.5 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.4...v0.6.5
613663[ 0.6.4 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.3...v0.6.4
614664[ 0.6.3 ] : https://github.com/DASA-Design/PyDASA/compare/v0.6.2...v0.6.3
0 commit comments