File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 7
7
* [ Issue #45 ] ( https://github.com/PlotPyStack/PlotPy/issues/45 ) - Add support for new curve Y-range cursor tool ` YRangeCursorTool ` :
8
8
* This tool is similar to the existing ` CurveStatsTool ` , but it simply shows the Y-range values (min, max and interval).
9
9
* It can be added to the plot widget using ` plot_widget.manager.add_tool(YRangeCursorTool) `
10
+ * Update color configurations defaults for improved visibility
10
11
11
12
🛠️ Bug fixes:
12
13
15
16
16
17
Other changes:
17
18
19
+ * API breakage: renamed annotations ` AnnotatedShape.get_infos ` method to ` get_info `
18
20
* Updated ` guidata ` dependency to V3.10.0
19
21
* 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
20
28
21
29
## Version 2.7.4 ##
22
30
You can’t perform that action at this time.
0 commit comments