Skip to content

Commit 32fd24b

Browse files
committed
Update CHANGELOG for version 2.8.0: add new features, bug fixes, and other changes
1 parent 78d4ae3 commit 32fd24b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [Issue #45](https://github.com/PlotPyStack/PlotPy/issues/45) - Add support for new curve Y-range cursor tool `YRangeCursorTool`:
88
* This tool is similar to the existing `CurveStatsTool`, but it simply shows the Y-range values (min, max and interval).
99
* It can be added to the plot widget using `plot_widget.manager.add_tool(YRangeCursorTool)`
10+
* Update color configurations defaults for improved visibility
1011

1112
🛠️ Bug fixes:
1213

@@ -15,8 +16,15 @@
1516

1617
Other changes:
1718

19+
* API breakage: renamed annotations `AnnotatedShape.get_infos` method to `get_info`
1820
* Updated `guidata` dependency to V3.10.0
1921
* Using new `guidata` translation utility based on `babel`
22+
* Updated dependencies following the latest security advisories (NumPy >= 1.22)
23+
* Added `pre-commit` hook to run `ruff` (both `ruff check` and `ruff format`) on commit
24+
* Added missing `build` optional dependency to development dependencies in `pyproject.toml`
25+
* Visual Studio Code tasks:
26+
* Major overhaul (cleanup and simplification)
27+
* Removal of no longer used batch files
2028

2129
## Version 2.7.4 ##
2230

0 commit comments

Comments
 (0)