Skip to content

Commit

Permalink
version1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed Nov 30, 2024
1 parent 454e0d2 commit f361c2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.0.1

### Fixed

- Fix support for qiskit>1
Expand Down
1 change: 1 addition & 0 deletions docs/source/contribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ And from GitHub page choose draft a release from tag.
export VERSION=0.x.y
twine upload dist/tensorcircuit-${VERSION}-py3-none-any.whl dist/tensorcircuit-${VERSION}.tar.gz
For upload authetication via token, please refer `this tutorial <https://kynan.github.io/blog/2020/05/23/how-to-upload-your-package-to-the-python-package-index-pypi-test-server>`__ . (username is ``__token__``)

**DockerHub Release**

Expand Down
2 changes: 1 addition & 1 deletion tensorcircuit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
__author__ = "TensorCircuit Authors"
__creator__ = "refraction-ray"

Expand Down
2 changes: 1 addition & 1 deletion tensorcircuit/interfaces/torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Tensor = Any

# TODO(@refraction-ray): new paradigm compatible with torch functional trasnformation
# TODO(@refraction-ray): new paradigm compatible with torch functional transformation


def torch_interface(
Expand Down

0 comments on commit f361c2d

Please sign in to comment.