Skip to content

Commit afa6b70

Browse files
committed
Prepare release v4.0.1
1 parent 047a93d commit afa6b70

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This document describes the changes to the Code Graph Analysis Pipeline. The changes are grouped by version and date. The latest version is at the top.
44

5+
## v4.0.1 Improve charts to look more similar to previous Jupyter notebook charts and add pipeline to validate Jupyter notebooks
6+
7+
### 🎨 Improvements
8+
9+
* **Python charts improved** — Python charts now look more similar to the previous Jupyter notebooks with improved visual presentation by @JohT
10+
* **Jupyter notebook validation pipeline** — Add pipeline to quickly validate Jupyter notebooks by @JohT
11+
* **Python dependency improvements** — Add `nbformat` library for plotly support in Jupyter notebooks and remove `setuptools` dependency since opentsne is removed by @JohT
12+
513
## v4.0.0 - Vertical slice domains, uv as Python package manager, Jupyter removed
614

715
### ✨ Highlights

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "code-graph-analysis-pipeline"
3-
version = "4.0.0"
3+
version = "4.0.1"
44
requires-python = ">=3.12,<3.14"
55
dependencies = [
66
# --- Jupyter (for notebook environments) ---

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)