|
1 | 1 | # Version 0.2 # |
2 | 2 |
|
| 3 | +## DataLab-Kernel Version 0.2.11 (2026-02-15) ## |
| 4 | + |
| 5 | +### 🛠️ Bug Fixes since version 0.2.10 ### |
| 6 | + |
| 7 | +* Fixed ROI labels showing generic "ROI" text instead of user-defined titles in |
| 8 | + both Plotly and Matplotlib backends — ROI shapes now display the title attribute |
| 9 | + when set, falling back to "ROI 1", "ROI 2", etc. |
| 10 | + |
| 11 | +* Fixed Plotly multi-signal overlay showing "new text" on the second ROI instead |
| 12 | + of a proper label (the annotation text was inadvertently set to `None`, |
| 13 | + triggering Plotly's default placeholder) |
| 14 | + |
| 15 | +* Fixed missing ROI title annotations on image ROI shapes (rectangles, circles, |
| 16 | + polygons) in both Plotly and Matplotlib backends |
| 17 | + |
| 18 | +* Fixed non-uniform image detection using the wrong attribute name |
| 19 | + (`uniform_coords` instead of `is_uniform_coords`), which caused non-uniform |
| 20 | + coordinate images to render incorrectly |
| 21 | + |
| 22 | +### 🔧 Other changes since version 0.2.10 ### |
| 23 | + |
| 24 | +* Revamped the Advanced Showcase notebook with more relevant examples: double- |
| 25 | + Gaussian peaks for FWHM demo, Butterworth bandpass filter for log-scale display, |
| 26 | + per-ROI statistics and centroid overlays in analysis results |
| 27 | + |
| 28 | +* Added `requirements.txt` with package dependencies |
| 29 | + |
| 30 | +* CI: PyPI deployment now gates on test suite passing before publishing |
| 31 | + |
3 | 32 | ## DataLab-Kernel Version 0.2.10 (2026-02-10) ## |
4 | 33 |
|
5 | 34 | ### ✨ New features since version 0.2.9 ### |
|
0 commit comments