File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v1.7.0 (2026-04-30)
5+
6+ ### Bug Fixes
7+
8+ - Tolerate missing ParentRelationships data table in release metro viz
9+ ([ #99 ] ( https://github.com/moderneinc/moderne-visualizations-misc/pull/99 ) ,
10+ [ ` b063e99 ` ] ( https://github.com/moderneinc/moderne-visualizations-misc/commit/b063e999a2f9b50af448916ae483907dfc7b9c82 ) )
11+
12+ On Gradle codebases the recipe never produces the ParentRelationships data table (parent POMs are a
13+ Maven-only construct), so the parents CSV may be absent rather than just empty. Widen the existing
14+ guard in release_metro_map, release_metro_plan, and release_metro_waves to also catch
15+ FileNotFoundError and fall back to an empty DataFrame.
16+
17+ Tracking the underlying platform-side question in moderneinc/customer-requests #2297 .
18+
19+
420## v1.6.0 (2026-04-23)
521
622### Features
Original file line number Diff line number Diff line change 11# @see https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
22[project ]
33name = " moderne_visualizations_misc"
4- version = " 1.6 .0"
4+ version = " 1.7 .0"
55description = " Miscellaneous visualizations for the Moderne platform"
66authors = [
77 { name = " Jonathan Schneider" , email = " jonathan@moderne.io" },
You can’t perform that action at this time.
0 commit comments