Skip to content

Commit b9bbb15

Browse files
committed
Production Ready
1 parent 9ad4668 commit b9bbb15

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file.
1414

1515
### Changed
1616

17+
- PyPI trove classifiers and README now state **Production/Stable** readiness
18+
(replacing the previous Beta development-status marker).
1719
- Publishing polish: the README no longer advertises a removed `png` extra, and
1820
`MANIFEST.in` no longer carries redundant exclusions for non-package
1921
directories, which keeps `python -m build` quieter.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ date-released: "2026-05-02"
1010
repository-code: "https://github.com/DOKOS-TAYOS/Tensor-Network-Editor"
1111
url: "https://github.com/DOKOS-TAYOS/Tensor-Network-Editor"
1212
license: "MIT"
13-
abstract: "A local Python package and browser editor for drawing tensor networks, saving versioned JSON designs, and generating readable Python code for tensor-network backends."
13+
abstract: "A production-ready local Python package and browser editor for drawing tensor networks, saving versioned JSON designs, and generating readable Python code for tensor-network backends."
1414
keywords:
1515
- "tensor networks"
1616
- "scientific computing"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
[![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue)](https://github.com/DOKOS-TAYOS/Tensor-Network-Editor)
1313
[![Windows%20%7C%20Linux](https://img.shields.io/badge/platform-Windows%20%7C%20Linux-0A7BBB)](https://github.com/DOKOS-TAYOS/Tensor-Network-Editor/actions/workflows/ci.yml)
1414
[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
15+
[![Stability](https://img.shields.io/badge/stability-production--ready-brightgreen)](https://pypi.org/project/tensor-network-editor/)
1516

1617
`tensor-network-editor` is a local Python package for drawing tensor networks,
1718
saving them as versioned JSON, and generating readable Python code for several

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tensor-network-editor"
77
dynamic = ["version"]
8-
description = "Local visual editor for tensor networks: versioned JSON diagrams and Python code for einsum and optional backends."
8+
description = "Production-ready local visual editor for tensor networks: versioned JSON diagrams and Python code for einsum and optional backends."
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
license = "MIT"
@@ -38,7 +38,7 @@ keywords = [
3838
"visualization",
3939
]
4040
classifiers = [
41-
"Development Status :: 4 - Beta",
41+
"Development Status :: 5 - Production/Stable",
4242
"Environment :: Web Environment",
4343
"Intended Audience :: Science/Research",
4444
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)