Skip to content

Commit 07725a5

Browse files
committed
chore: update release notes for version 0.2.11 with bug fixes and enhancements
1 parent 99c8a75 commit 07725a5

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

doc/release_notes/release_0.02.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Version 0.2 #
22

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+
332
## DataLab-Kernel Version 0.2.10 (2026-02-10) ##
433

534
### ✨ New features since version 0.2.9 ###

0 commit comments

Comments
 (0)