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.6.0 (2026-04-23)
5+
6+ ### Features
7+
8+ - V2 data table support via central adapter
9+ ([ #97 ] ( https://github.com/moderneinc/moderne-visualizations-misc/pull/97 ) ,
10+ [ ` 59b4b1b ` ] ( https://github.com/moderneinc/moderne-visualizations-misc/commit/59b4b1b78b2967fd1e36853d58b2e79f6b32d61c ) )
11+
12+ * feat: v2 data table support via central adapter
13+
14+ - Add reusable/data_loader.read_data_table: wraps dt.read_csv and back-fills scmType +
15+ repositoryLink when missing (v2 dropped them) - Migrate 37 notebooks and 2 reusable modules to
16+ read_data_table with v1 sample commented and v2 sample active - Drop samples/v2/ CSVs for 21
17+ tables - Fix value_counts().pivot() anti-pattern in gradle_wrappers and lst_provenance (size() +
18+ explicit values=) - call_graph_uml: set PlantUML namespaceSeparator none + max_edges cap to handle
19+ v2's 84k-row scale and mixed-language class names - Enrich samples: class_quality_metrics (v2)
20+ with test_gaps-matching rows and release_metro_dependencies (v1) with v2 inter-repo edges so merge
21+ visualizations are non-empty
22+
23+ * fix: declare max_edges option in call_graph_uml spec
24+
25+
426## v1.5.2 (2026-04-16)
527
628
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.5.2 "
4+ version = " 1.6.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