- fix: check column existance before dropping (
c4ed15d
)
- chore: update formatting (
2a0e4c4
)
- run experimental on regular FindMethods recipe (
d5d37ba
)
- fix ellipses (
52d63ed
)
- tsne for dimension reduc and gmm for clustering (
9916d14
)
- remove n_jobs from kmeans and add n_jobs to umap (
2772ae3
)
-
add visualization to test onnx embeddings latency and deployment (#64)
-
add visualization to test onnx embeddings latency and deployment
-
fix new line issue in description (
59d1f69
)
- No longer map plain text
.py
to Python (#63)
We now use the Python parser for .py
sources and no longer want to map the plain text .py
files (of projects which haven't been ingested recently) to the Python group. (1c2868f
)
- fix: need
fetch-depth: 0
for fetching tags to find what version to rev (#62) (e913a63
)
-
fix: sentence casing fix (#61)
-
fix: sentence casing fix
-
chore: update actions to run on PRs
-
chore: update publish workflow to use check workflow
-
chore: add concurrency check (
ea3c3cf
)
- feat: dependency violin chart support for nuget (#60) (
d61b833
)
- fix: treat
version
asstring
and notfloat
(#58)
Avoid truncation of 8.10
to 8.10
when rendering plot
- feat: nuget dependency vulnerability visualization (#59)
modeled after java and npm variant (0d3a19f
)
-
chore: update github actions (#57) (
fd1076a
) -
chore: update thumbnails for
find methods
visualizations (#56)
these are now data grids and custom yaml recipes
re: https://github.com/moderneinc/moderne-ui/issues/4671 (ae5ffbb
)
- refactor(sankey): update color palette for sankey diagram (composite recipe results) (#55)
important to have length of colors
array match number of nodes
fix https://github.com/moderneinc/moderne-ui/issues/4670 (2a30506
)
- chore: cleanup (
63fcea6
)
-
Cleanup ai code search next steps (#52)
-
change arguments from * to ..
-
change arguments to .. and rename columns + cleanup unused df columns (
89360ca
)
- fix(generate_yaml): add custom mime type (
de23dbb
)
-
Feat next steps method search (#51)
-
datagrid for method patterns and generate yaml recipe
-
typo
-
add quotes around query for recipe description
-
temporary ipython code display (
188df06
)
- chore: update violin nodejs images (
ae93ce4
)
- feat: add dependency_tree_view for insights (
572880d
)
- fix: update MANIFEST.in (
5c3796b
)
- feat: add violins for nodejs recipes (
22e88ba
)
- refactor: add resuable module (
9be1981
)
- fix(dependency_tree_view_javascript): remove link (
ce1953d
)
- Add a separate visualization for NPM vulnerabilities (#50) (
d8648c5
)
- chore: style cleanup (
a249460
)
- feat: add dependency_tree_view_javascript (
ae10f74
)
- chore(text matches): limit to org.openrewrite.text.Find for now (
b9c022e
)
- fix(text matches): use better default (
239e3fc
)
- feat: add text matches (#49) (
a1f9524
)
- chore(github_secrets): updated image (
a422fde
)
- feat: add GitHub secrets in use (
92cc34d
)
-
fix: use
1.24.4
instead (#47) (bdb0e29
) -
fix: lock numpy down to 1.x to avoid v2 incompat (#46) (
0946862
)
-
Feat visualization for recommendations (#45)
-
use gradio client to search + display using moderne datagrid
-
add yml for recommendatinos
-
clean up (
29cf70f
)
- refactor: update maven parent pom color scheme (#44)
utilize the color_by_weight(500)
(7e3223d
)
- refactor: update cont. color scale for recipe performance (#43)
use new palette
fix https://github.com/moderneinc/moderne-ui/issues/4273 (1112c02
)
- changes to accept both methods and classes for clustering embeddings (#42) (
8e80d75
)
- Add defaults to Maven parent poms (#41)
Such that it produces meaningful visualizations directly from DevCenter (ff6c21d
)
- fix(embeddings): revert to previous color (
d157dd4
)
-
feat/updated colors (#40)
-
feat: update to latest visualization colors
-
refactor: update screenshots
-
refactor: remove padding from screenshots
-
chore: bump version of code science
-
style: reformat (
7827d26
)
- empty datatable fail safe (#39) (
06a860b
)
- fix(sql_crud): handle missing data (
98387b9
)
- fix(sql_crud): scm types (
be9553d
)
- fix(sql_crud): link column (
7e4de81
)
- feat(sql_crud): add link column (
30f6c43
)
- feat: Add named visualization specifically for Jackson (
2601075
)
- Jackson (
aacb54b
)
- fix(nodejs): update image (
cacae7b
)
- Node.js dependency violin (
d92ae6b
)
- fix(violin): use correct recipes (
0375921
)
-
Use jackson for dependency insight (#37)
-
Use jackson for dependency insight
-
Update dependency_usage_violin.yml
-
Update dependency_usage_violin_gradle.yml
-
Update dependency_usage_violin_maven.yml (
02c1906
)
- change recipe path after reorganising ml recipes (#36) (
a747f4c
)
- feat(violin): add hover counts and improve legibility (#35) (
207b04a
)
- fix(violin): ensure version column isnt read as float (
ce8eec6
)
- fix(spring_relations): scaling issue (
fd3af6a
)
- fix(spring_components): remove link due to issue (
19ee5e5
)
- fix: link type issue (
9a2c92a
)
- fix: various fixes (
f7057b8
)
- chore: file name typos (
9874e07
)
- ci: add ignore words to sentence casing check (
3b1fa91
)
- feat: add spring component visualizations (
8f51080
)
- fix(eslint): update data table name (
ef16017
)
- feat(language-comp): improve simple text mapping based on file extensions (
32d6235
)
-
Add visualization for ESLint (#31)
-
Add visualization for ESLint
-
Update notebook
-
Update notebook
-
Clear cell outputs
-
"Correct" case of
Eslint
-
Fix some more minor issues
-
Polish (
456ce3c
)
-
Changed from TSNE to UMAP for 2D projection (#30)
-
Changed from TSNE to UMAP for 2D projection
-
added umap dependency
-
fix umap dependency
Co-authored-by: juju justine.gehring@gmail.com (4811028
)
- fix(violin): add a min height to figure for readability (
a22b3bb
)
-
Lower timeout, reorder legend, change embds (#29)
-
reorder legend, change embeddings, and fix perplexity for small datatable
-
lower perplexity
Co-authored-by: juju justine.gehring@gmail.com (0193da9
)
-
fix yml (
d81a36f
) -
more moderne colors + fix name yml (
8597485
) -
adding embedding clustering yml file (
8e31c8d
) -
clustering methods or classes (
f7ac8da
)
- Fix copy & paste error (
13cd075
)
- Duplicate violin chart for the other recipes which use it (
4296c89
)
-
chore: bumping code-data-science version for bug fix (
160c237
) -
chore(dependency_usage_violin): sentence casing (
bc879d7
)
- chore: formatting and polish (
9125462
)
- feat: add dependency usage violin (
5234f14
)
-
chore(sankey): update scaling and description (
aad3949
) -
chore(sankey): remove unused import (
faddce2
)
- fix(sankey): add count threshold to spec (
00469f2
)
- chore: fix formatting (
e00bdcf
)
- feat: add composite recipe results sankey (
c5f9ec7
)
- docs(recipe_performance): correction regarding default (
a1c9924
)
- fix(recipe_performance): add minimum plot height (
208978d
)
- chore: update recipe performance spec to all recipes (
6c1e15c
)
- chore: update pyproject.toml (
c2895bc
)
- feat: Add unit measurement to language composition notebooks (#25) (
f8ee8ac
)
- Adding image for comment language distribution viz (
a6cebe5
)
- chore(recipe_performance): convert to seconds (
3025838
)
- fix(recipe_performance): parameter top_n int conversion (
34718e4
)
- feat: add recipe_performance (
b13106c
)
- fix(language_comp): support column rename sourceFileType (
9ac123c
)
-
Add preview image for maven parent poms (
7142ed4
) -
Add explicit legend (
640b2f4
) -
Update README to include running locally (
51bd92b
) -
Add samples after rename projectArtifactId & drop datedSnapshotVersion (
c1eb9b3
)
- Visualize Maven parent POM artifactIds & versions in use (#24) (
f223ef4
)
- chore(dependency_vulnerabilities): update description (
e6b49c6
)
- feat(dependency_vulnerabilities): add repo filter option (
f518777
)
- Java versions by source set (
9353b3c
)
-
adding other category (
1bd710d
) -
Merge branch 'main' of https://github.com/moderneinc/moderne-visualizations-misc (
2bcf996
)
- fix(comment_lang): update recipe and dataTable (
0a44876
)
-
adding unknown to dict of languages (
6623df2
) -
fixing sentence case (
992ef06
) -
typo (
27645f9
) -
typo (
e51aa30
) -
visualization added for language comment distribution (
d12ab12
)
- chore(dependency_tree_view): add image (
420897c
)
- feat: add dependency_tree_view (
06d16b1
)
- chore: sentence casing (
fad64f0
)
- Update displayName of ParseFailureStacktraces (
8822467
)
- fix(call_graph_uml): address backward link creation (
f4f8738
)
- chore: run formatting (
cc24328
)
- fix(call_graph_uml): addres bad hierarchy with inner classes (
5a6559d
)
- chore: update plantuml jar (
db92036
)
- chore(parse_failure_stacktraces): update image (
2523496
)
-
chore(parse_failure_stacktraces): clean outputs (
4866f3d
) -
chore(parse_failure_stacktraces): trying as data grid (
3ee1458
)
-
add parse-failure-stacktraces image (
e07ff30
) -
add parse_failure_stacktraces.yml (
83a8294
) -
Add parse failure stack trace grouping and top10 failures display (
f913a19
)
-
ci: cleanup local things (
f28f587
) -
ci: prevent publish unless checks pass (
d2d5d8e
) -
ci: add tasks to check options and casing (
f1c6883
)
- docs: update README (
18d75df
)
- Render inner classes in the call_graph_uml. (
e3be531
)
- feat: call_graph_data_grid (
3cd1321
)
- chore(call_graph_uml): raise exception if df empty (
a1edefb
)
- chore: update manifest to include resources (
037c28d
)
- chore(call_graph_uml): use local plantuml (
cc87e3f
)
- fix: Typos in call graph yaml (
997b4d2
)
- Filter df if filter_by_fqn is provided. (#22)
Prevent inner classes relationships, since it causes an issue in UML (requires creating inner classes in the template). (a64544f
)
- chore: move older yml to dev mode (
9eb1499
)
- chore(call_graph_uml): add parameters tag (
7946989
)
- feat: add call_graph_uml (
c81fc11
)
-
Call graph (#21)
-
Call graph vis WIP
-
chore: add uml notebook
-
chore: update dependency
-
Renamed uml variant to call_graph_uml. Added filtering by FQN and method name. Started update for call_graph with graphviz.
-
poe format
-
Updated call_graph_uml name with UML.
Co-authored-by: Sam Snyder sam@moderne.io
Co-authored-by: Kyle Scully scullykns@gmail.com (2895601
)
- fix: Add node_shape for io.moderne.FindCallGraph (
f3f55ae
)
-
Basic call graph (
7a7af62
) -
Call graph vis WIP (#18)
Co-authored-by: Sam Snyder sam@moderne.io (d4be066
)
- Added nodesep and removed minLen. (
393455b
)
- fix(cobol_relationships): escape html annotation (
e42b14d
)
- feat(maven): Add effective maven settings data grid (#17) (
34cf41a
)
- fix(cobol_relationships): update size (
3c4a4a6
)
- feat: Add language composition by repository (#16) (
ab0c328
)
- Change engine back to sfdp (
e873023
)
- Set overlap_scaling to 30.
Updated engine to neato. (
c96dc47
)
- Expanded viewable relationships through filter. (#15)
Added option to view exclude relationships.
Create a unique shape for filtered node. (d5d339b
)
- Added normalization graph config. Added beautify for filtered graphs for easy readability. (
1e13558
)
- Removed graph layout option settings. (#14)
Set engine to "sfdp" and added configurations for clearer clustering. (44534d5
)
- feat: add parameter for defining graphviz layout engine (#13) (
9ee166e
)
- Fix relationships for copybooks that to refer to more than 1 copybook. (
13efd0c
)
- Prevent redundant copybook relationships. (#12) (
1ada2b3
)
- chore: move parse_failure_analysis to dev (
4213578
)
- Updated SQL relationship colors for visibility (#11) (
788945e
)
- feat(sql_crud): add option to filter operations (
4527362
)
-
fix(cobol_relationships): remove unused option (
a671671
) -
fix: remove extra empty cell and clean outputs (
43a9d3a
) -
fix(language_comp): clear cells (
0ed34d9
) -
fix(language_comp): seperate plot into its own cell (
6f1a52c
) -
fix(language_comp): remove extra cell (
27854c4
) -
fix(language_comp): update dependencies (
b9ea3ad
) -
fix: dependency vulnerabilities imports (
c2f42b6
)
-
chore: clean up (
5dcbe30
) -
chore: update dev deps (
3d3bbc2
) -
chore: bump version (
a1fa7a6
) -
chore: bump version (
e7d7f0d
) -
chore: update images (
d3a901f
) -
chore: bump version (
04d4932
) -
chore: bump version (
c1e08e1
) -
chore: bump version (
500f5e1
) -
chore: bump version (
fcff20c
) -
chore: run formatting (
735b031
) -
chore: add type checking (
8c59f57
) -
chore: more option support (
e97331b
) -
chore: bump version (
b90933c
) -
chore: clean up (
f0d861b
) -
chore: update code_data_science (
27a01f9
) -
chore: bump version (
b63c1d3
) -
chore: bump version (
90c7513
) -
chore: update dependencies (
2a6d2ac
) -
chore: bump version (
43672ed
) -
chore: bump version (
8bbb49b
) -
chore: bump version (
0f29dab
) -
chore: add plotly dependency (
b2d735d
) -
chore: bump version (
e8ab9a1
) -
chore(dependency_vulnerabilities): remove height restraint (
e5320d9
) -
chore: bump version (
f560495
) -
chore: update gitignore (
970e3f5
) -
chore: add more samples (
77952b1
) -
chore: exlude samples directory in publishing (
dc60d3a
) -
chore: changing version for initial publish (
2ec9b59
) -
chore: add preview images (
93b2dd0
)
- feat: add language comp by folder (#8)
Co-authored-by: Sam Snyder sam@moderne.io (dd66434
)
-
feat: add cobol relationships data grid (
7f4d2e8
) -
feat(cobol_relationships): add new option to filter to resource (
0af3dec
) -
feat: add colors to cobol (
96cfd4f
) -
feat(gradle_wrappers): update colors (
e619282
) -
feat: add github action (
f65fbd9
)
-
Added SQL_CURSOR (#9) (
e52c150
) -
Bump version (
4ce2674
) -
Separate relationships by node and type. (#7) (
9de0927
) -
Update cobol relationships. (#5) (
a684629
) -
Add arguments to cobol_relationships (#4) (
bf532ac
) -
Add lst_provenance viz (
2ae3683
) -
Better preview (
0a3eb80
) -
Bump version and add preview image (
df12dd4
) -
Merge branch 'main' of https://github.com/moderneinc/moderne-visualizations-misc (
f9ea0c9
) -
Merge pull request #3 from shanman190/feature/gradle-wrappers-image
Add preview image for gradle wrapper visualization (8cb35e3
)
-
Add preview image for gradle wrapper visualization (
5b74d35
) -
Merge pull request #2 from shanman190/main
Add gradle wrapper visualization (3693164
)
-
Add gradle wrapper visualization (
b3243bc
) -
Update samples to include bindcard bindplan linkedit (
c6430b3
) -
Clear outputs (
62b79d5
) -
cobol relationships (
fbf8e7e
) -
Back to svg (
219e756
) -
Copybook output as png for now (
4bb6a56
) -
Remove outputs (
ec5ced0
) -
Fix copybook viz (
8861ead
) -
Add sdfp layout for copybook viz (
bdc96fe
) -
Update copybook viz (
13afedd
) -
Fix copybook viz (
7ad4b09
) -
Copybook not copy book (
b035799
) -
Add SourceFileModelTypes (
53e975a
) -
FindMethods (
e82501a
) -
First COBOL graph visualization (
8027d66
) -
Add ipynb (
7cfc289
) -
MANIFEST.in (
fadd64f
) -
Bump version (
e8f6d39
) -
code_data_science==1.1.4 (
ab6b4e8
) -
Sample (
cb94749
) -
Initial import (
43cf672
)