Skip to content

Commit acb6e68

Browse files
committed
Version change
1 parent f98dfbb commit acb6e68

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.3] — 2026-04-13
11+
1012
### Changed
1113

1214
- **Refactoring:** Internal refactors for clearer structure and maintainability.
@@ -197,6 +199,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
197199
- PyPI project URLs for documentation and this changelog.
198200
- README badges for CI, PyPI version, Python support, and license.
199201

202+
[1.6.3]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.6.2...v1.6.3
200203
[1.6.2]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.6.1...v1.6.2
201204
[1.6.1]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.6.0...v1.6.1
202205
[1.6.0]: https://github.com/DOKOS-TAYOS/Tensor-Network-Visualization/compare/v1.5.4...v1.6.0

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