Skip to content

Commit 4aaf73f

Browse files
committed
Version update
1 parent 04eb525 commit 4aaf73f

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.6.1] — 2026-04-12
11+
12+
### Added
13+
14+
- **Color themes:** New color themes for plots and graphs.
15+
16+
### Changed
17+
18+
- **Geometry algorithms:** Generic and planar geometry determination now applies prior pruning earlier in the pipeline.
19+
- **Geometry performance:** The end-to-end geometry-determination process is faster.
20+
- **Visuals:** Broad visual improvements across the visualization.
21+
- **Controls:** Improved interactive controls.
22+
- **Examples:** Examples updated and refined.
23+
1024
## [1.6.0] — 2026-04-10
1125

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

182+
[1.6.1]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.6.0...v1.6.1
168183
[1.6.0]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.5.4...v1.6.0
169184
[1.5.4]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.5.3...v1.5.4
170185
[1.5.3]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.5.2...v1.5.3

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