Skip to content

Commit d23d81a

Browse files
committed
Version change
1 parent 394d38b commit d23d81a

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.6.2] — 2026-04-13
11+
12+
### Changed
13+
14+
- **Core engine:** Major refactor of the core engine with extensive debugging and stabilization.
15+
- **Documentation:** Substantial documentation improvements across guides, API reference, installation, troubleshooting, and examples.
16+
- **2D structure detection:** Improved detection and handling of two-dimensional tensor-network structures.
17+
1018
## [1.6.1] — 2026-04-12
1119

1220
### Added
@@ -179,6 +187,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
179187
- PyPI project URLs for documentation and this changelog.
180188
- README badges for CI, PyPI version, Python support, and license.
181189

190+
[1.6.2]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.6.1...v1.6.2
182191
[1.6.1]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.6.0...v1.6.1
183192
[1.6.0]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.5.4...v1.6.0
184193
[1.5.4]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.5.3...v1.5.4

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