Skip to content

Commit 459c815

Browse files
committed
chore: update version numbers to 1.1.1 to prepare for new release.
1 parent 8773a0d commit 459c815

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.1.1
4+
5+
Thanks to @Shivansh20128 for numerous contributions and improvements to toqito. Thanks to @RohitP2005 for adding a
6+
pre-commit hook to keep the local development flow clean.
7+
8+
### Highlights
9+
10+
- `complementary_channel` feature to compute the complementary channel of a provided quantum channel.
11+
- Parallelzing the calculation of the classical value of a nonlocal local game.
12+
- Numerous fixes, improvements, corrections, and clarifications both in documentation and in code.
13+
314
## 1.1.0
415

516
Many thanks to first-time contributors @Shivansh20128 and @FabienGhd as well as returning contributor @tnemoz for their participation in this milestone.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = "toqito"
21-
copyright = "2020-2024, toqito Contributors"
21+
copyright = "2020-2025, toqito contributors"
2222
author = "Contributors to toqito"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "1.1.0"
25+
release = "1.1.1"
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.poetry]
33
name = "toqito"
4-
version = "1.1.0"
4+
version = "1.1.1"
55
description = "Python tools for the study of quantum information."
66
authors = ["Vincent Russo <vincentrusso1@gmail.com>"]
77
maintainers = ["Vincent Russo <vincentrusso1@gmail.com>, Purva Thakre <purva.athakre@gmail.com>"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setuptools.setup(
2121
name="toqito",
22-
version="1.1.0",
22+
version="1.1.1",
2323
author="Vincent Russo",
2424
author_email="vincentrusso1@gmail.com",
2525
description="Python toolkit for quantum information theory",

0 commit comments

Comments
 (0)