Skip to content

Commit 50d5d36

Browse files
author
semantic-release
committed
1.6.0
Automatically generated by python-semantic-release
1 parent 59b4b1b commit 50d5d36

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @see https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
22
[project]
33
name = "moderne_visualizations_misc"
4-
version = "1.5.2"
4+
version = "1.6.0"
55
description = "Miscellaneous visualizations for the Moderne platform"
66
authors = [
77
{ name = "Jonathan Schneider", email = "jonathan@moderne.io" },

0 commit comments

Comments
 (0)