File tree Expand file tree Collapse file tree
src/tensor_network_editor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 1.1.0] - 2026-06-23
8+
79### Security
810
911- Test helpers now extract the embedded runtime configuration from script tags
@@ -29,7 +31,6 @@ All notable changes to this project will be documented in this file.
2931- ` scripts/run_pyright.py ` now falls back to the active interpreter when the
3032 shared ` .venv ` launcher exists but cannot actually start, which keeps
3133 targeted type-check tests usable on Windows after Python upgrades.
32-
3334- Documentation now presents the library primarily as a simple way to generate
3435 backend code for complex tensor networks across several frameworks, with
3536 figure rendering described as a secondary export workflow.
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ type: software
55authors :
66 - family-names : " Mata Ali"
77 given-names : " Alejandro"
8- version : " 1.0.1 "
9- date-released : " 2026-05-14 "
8+ version : " 1.1.0 "
9+ date-released : " 2026-06-23 "
1010repository-code : " https://github.com/DOKOS-TAYOS/Tensor-Network-Editor"
1111url : " https://github.com/DOKOS-TAYOS/Tensor-Network-Editor"
1212license : " MIT"
Original file line number Diff line number Diff line change 44
55from typing import Final
66
7- __version__ : Final [str ] = "1.0.1 "
7+ __version__ : Final [str ] = "1.1.0 "
You can’t perform that action at this time.
0 commit comments