Skip to content

Commit 373b1f0

Browse files
edmundmillerclaude
andcommitted
chore: prepare release 0.5.0
Update CHANGELOG.md with version 0.5.0 release notes including: - Programmatic highlighting feature - Vertical orientation support - Vertical upset plot layout improvements and fixes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9e29c73 commit 373b1f0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
## [0.5.0] - 2025-11-17
17+
18+
### Added
19+
1220
- Programmatic highlighting via `highlight` parameter (`"least"`, `"greatest"`, index, or list of indices)
1321
- Vertical orientation support with new `orientation` parameter
1422
- Horizontal orientation (default): cardinality bars on top (vertical), set sizes on right (horizontal)
@@ -24,6 +32,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2432
- Updated component functions to support both horizontal and vertical orientations
2533
- Improved layout logic to handle orientation-specific rendering
2634

35+
### Fixed
36+
37+
- Improved vertical upset plot layout with consistent height ratios (0.6) and bar sizes (20px) matching horizontal orientation
38+
- Fixed set label circles being covered by bars in vertical orientation by separating labels into distinct components
39+
- Added proper Y-axis scale padding (0.1) to prevent matrix dots from being hidden behind set bars
40+
- Added 5px spacing between vertical plot components for better visual separation
41+
2742
## [0.4.0] - 2025-01-20
2843

2944
### Added

0 commit comments

Comments
 (0)