|
14 | 14 |
|
15 | 15 | 🛠️ Bug fixes: |
16 | 16 |
|
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 |
22 | 17 | * [Issue #46](https://github.com/PlotPyStack/PlotPy/issues/46) - Contrast adjustment with 'Eliminate outliers' failed for float images with high dynamic range |
23 | 18 | * Item list: refresh tree when item parameters are changed: |
24 | 19 | * Added `SIG_ITEM_PARAMETERS_CHANGED` signal to `BasePlot` class |
|
32 | 27 | Other changes: |
33 | 28 |
|
34 | 29 | * 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` |
37 | 30 | * Updated dependencies following the latest security advisories (NumPy >= 1.22) |
38 | 31 | * Added `pre-commit` hook to run `ruff` (both `ruff check` and `ruff format`) on commit |
39 | 32 | * Added missing `build` optional dependency to development dependencies in `pyproject.toml` |
40 | 33 | * Visual Studio Code tasks: |
41 | 34 | * Major overhaul (cleanup and simplification) |
42 | 35 | * Removal of no longer used batch files |
43 | 36 |
|
| 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 | + |
44 | 52 | ## Version 2.7.4 ## |
45 | 53 |
|
46 | 54 | In this release, test coverage is 80%. |
|
0 commit comments