Skip to content

Commit f1ceda4

Browse files
committed
Version change
1 parent 2eff23f commit f1ceda4

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.0] — 2026-04-10
11+
1012
### Added
1113

1214
- **Structured grid layouts:** You can pass nested index layouts—lists of lists for a regular 2D grid, or lists of lists of lists for a regular 3D grid—so the visualization follows an explicit rectangular structure instead of inferring it only from flat index lists.
@@ -163,6 +165,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163165
- PyPI project URLs for documentation and this changelog.
164166
- README badges for CI, PyPI version, Python support, and license.
165167

168+
[1.6.0]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.5.4...v1.6.0
166169
[1.5.4]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.5.3...v1.5.4
167170
[1.5.3]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.5.2...v1.5.3
168171
[1.5.2]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.5.1...v1.5.2

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.4"
4+
version: "1.6.0"
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.4"
7+
version = "1.6.0"
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)