Skip to content

Commit d3098e0

Browse files
committed
Changelog: add 2.7.5 intermediate release
1 parent 2bbf740 commit d3098e0

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414

1515
🛠️ Bug fixes:
1616

17-
* [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
18-
* Fix `update_status` method in all cross-section tools (intensity profile tools):
19-
* Use `get_items` instead of `get_selected_items` to retrieve the image items
20-
* This allows the tools to work properly when no image item is selected, but there are image items in the plot
21-
* This closes [Issue #47](https://github.com/PlotPyStack/PlotPy/issues/47) - Intensity profile tools do not work when no image item is selected
2217
* [Issue #46](https://github.com/PlotPyStack/PlotPy/issues/46) - Contrast adjustment with 'Eliminate outliers' failed for float images with high dynamic range
2318
* Item list: refresh tree when item parameters are changed:
2419
* Added `SIG_ITEM_PARAMETERS_CHANGED` signal to `BasePlot` class
@@ -32,15 +27,28 @@
3227
Other changes:
3328

3429
* API breakage: renamed annotations `AnnotatedShape.get_infos` method to `get_info`
35-
* Updated `guidata` dependency to V3.10.0
36-
* Using new `guidata` translation utility based on `babel`
3730
* Updated dependencies following the latest security advisories (NumPy >= 1.22)
3831
* Added `pre-commit` hook to run `ruff` (both `ruff check` and `ruff format`) on commit
3932
* Added missing `build` optional dependency to development dependencies in `pyproject.toml`
4033
* Visual Studio Code tasks:
4134
* Major overhaul (cleanup and simplification)
4235
* Removal of no longer used batch files
4336

37+
## Version 2.7.5 ##
38+
39+
🛠️ Bug fixes:
40+
41+
* [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
42+
* Fix `update_status` method in all cross-section tools (intensity profile tools):
43+
* Use `get_items` instead of `get_selected_items` to retrieve the image items
44+
* This allows the tools to work properly when no image item is selected, but there are image items in the plot
45+
* This closes [Issue #47](https://github.com/PlotPyStack/PlotPy/issues/47) - Intensity profile tools do not work when no image item is selected
46+
47+
Other changes:
48+
49+
* Updated `guidata` dependency to V3.10.0
50+
* Using new `guidata` translation utility based on `babel`
51+
4452
## Version 2.7.4 ##
4553

4654
In this release, test coverage is 80%.

0 commit comments

Comments
 (0)