Skip to content

Commit d85aab2

Browse files
committed
Update CHANGELOG for version 2.7.5: document fix for incorrect summation method in CurveStatsTool
Fix #44
1 parent 3e89b6f commit d85aab2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog #
22

3+
## Version 2.7.5 ##
4+
5+
🛠️ Bug fixes:
6+
7+
* [Issue #44](https://github.com/PlotPyStack/PlotPy/issues/44) - Incorrect calculation method for "∑(y)" in `CurveStatsTool`: replaced `spt.trapezoid` with `np.sum`, which is more consistent with the summation operation
8+
39
## Version 2.7.4 ##
410

511
In this release, test coverage is 80%.

0 commit comments

Comments
 (0)