Skip to content

Commit 78721b3

Browse files
committed
Version change
1 parent 9359c48 commit 78721b3

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [1.5.1] — 2026-04-04
12+
13+
### Added
14+
- **Tensor elements visualizer:** `show_tensor_elements` inspects tensor values in Matplotlib with optional group/mode controls (heatmap, magnitude, distribution, text summary, and complex/diagnostic views), `TensorElementsConfig` for modes and axis grouping, multi-tensor selection when applicable, and the same engine auto-detection as the network viewer.
15+
1016
### Changed
1117
- **API cleanup:** Streamlined and modernized the API by removing redundant and obsolete arguments, leading to a simpler and more intuitive interface.
1218
- **Codebase optimization:** Optimized internal logic and removed dead code for improved performance and maintainability.
1319

1420
### Documentation
1521
- **Improved docs:** Updated and clarified documentation throughout the project to better reflect the current API and usage patterns.
1622

17-
1823
## [1.5.0] — 2026-04-03
1924

2025
### Added
@@ -96,6 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
96101
- PyPI project URLs for documentation and this changelog.
97102
- README badges for CI, PyPI version, Python support, and license.
98103

104+
[1.5.1]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.5.0...v1.5.1
99105
[1.5.0]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.4.2...v1.5.0
100106
[1.4.2]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.4.1...v1.4.2
101107
[1.4.1]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.4.0...v1.4.1

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: "1.2.0"
22
title: "tensor-network-visualization"
33
message: "If you use this software, please cite it as below."
4-
version: "1.5.0"
4+
version: "1.5.1"
55
type: software
66
license: MIT
77
repository-code: "https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tensor-network-visualization"
7-
version = "1.5.0"
7+
version = "1.5.1"
88
description = "Minimal Matplotlib visualizations for TensorKrowch, TensorNetwork, Quimb, TeNPy, and traced PyTorch/NumPy einsum tensor networks."
99
authors = [{ name = "Alejandro Mata Ali" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)