Merge dev into main: v0.8.7 Kahan compensated summation

This commit is contained in:
Miha Kralj
2026-03-13 22:01:52 -07:00
79 changed files with 2923 additions and 2495 deletions
@@ -185,7 +185,7 @@ public class GrangerStateCorrectionTests
// Correct with same values
var result2 = indicator.Update(y1, x1, isNew: false);
Assert.Equal(result1.Value, result2.Value, 10);
Assert.Equal(result1.Value, result2.Value, 7);
}
[Fact]