You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Contained within this repository is a comprehensive and automated code graph ana
28
28
29
29
### :newspaper: News
30
30
31
+
- November 2025: Removed deprecated (since version 2.x) "graph-visualization" node package
31
32
- November 2025: Treemap charts for anomalies and archetypes
32
33
- October 2025: Graph visualizations for anomaly archetypes
33
34
- October 2025: Anomaly archetypes with markdown summary
@@ -98,13 +99,6 @@ Here are some fully automated graph visualizations utilizing [GraphViz](https://
98
99
- To use venv, no additional installation is needed. For that the environment variable `USE_VIRTUAL_PYTHON_ENVIRONMENT_VENV` needs to be set to `'true'`.
99
100
- Chromium will automatically be downloaded if needed for Jupyter Notebook PDF reports generation.
100
101
101
-
### Additional Prerequisites for Graph Visualization
102
-
103
-
These tools are needed to run the graph visualization scripts of directory [scripts/visualization/](./scripts/visualization/) and the deprecated scripts in [graph-visualization](./graph-visualization):
104
-
105
-
-[Node.js](https://nodejs.org/en)
106
-
-[npm](https://docs.npmjs.com/about-npm)
107
-
108
102
### Additional Prerequisites for Windows
109
103
110
104
- Add this line to your `~/.bashrc` file if you are using Anaconda3: `/c/ProgramData/Anaconda3/etc/profile.d/conda.sh`. Try to find a similar script for other conda package managers or versions.
@@ -163,7 +157,6 @@ The [Code Structure Analysis Pipeline](./.github/workflows/internal-java-code-an
163
157
-[scikit-learn](https://scikit-learn.org)
164
158
-[optuna](https://optuna.org)
165
159
-[SHAP](https://github.com/shap/shap)
166
-
-[Graph Visualization](./graph-visualization/README.md) uses [node.js](https://nodejs.org/de) and the dependencies listed in [package.json](./graph-visualization/package.json).
167
160
-[HPCC-Systems (High Performance Computing Cluster) Web-Assembly (JavaScript)](https://github.com/hpcc-systems/hpcc-js-wasm) containing a wrapper for GraphViz to visualize graph structures.
168
161
-[GraphViz](https://gitlab.com/graphviz/graphviz) for CLI Graph Visualization
169
162
-[Check links in markdown documentation (GitHub workflow)](./.github/workflows/internal-check-links-in-documentation.yml) uses [markdown-link-check](https://github.com/tcort/markdown-link-check).
0 commit comments