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: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
-`show_tensor_network` package export: `TYPE_CHECKING` import preserves lazy runtime import while exposing the real signature, annotations, and docstring to IDEs.
17
17
18
+
### Changed
19
+
- Refactor of the `_core` module into tiny pieces.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+66Lines changed: 66 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,72 @@ With the project venv (Windows):
51
51
52
52
Add tests for new features or bug fixes. All tests must pass before opening a PR.
53
53
54
+
### Optional: manual example smoke checks
55
+
56
+
Automated tests do not open interactive Matplotlib windows. After **`pytest`** passes, you can sanity-check **layout and drawing** by running the examples below from the **repository root** (with **`pip install -e ".[dev]"`** or the matching optional extras). Run **one command at a time** (each line is a separate invocation).
0 commit comments