Skip to content

Commit

Permalink
chore: update version numbers to 1.1.1 to prepare for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
vprusso committed Dec 30, 2024
1 parent 8773a0d commit 459c815
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.1

Thanks to @Shivansh20128 for numerous contributions and improvements to toqito. Thanks to @RohitP2005 for adding a
pre-commit hook to keep the local development flow clean.

### Highlights

- `complementary_channel` feature to compute the complementary channel of a provided quantum channel.
- Parallelzing the calculation of the classical value of a nonlocal local game.
- Numerous fixes, improvements, corrections, and clarifications both in documentation and in code.

## 1.1.0

Many thanks to first-time contributors @Shivansh20128 and @FabienGhd as well as returning contributor @tnemoz for their participation in this milestone.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = "toqito"
copyright = "2020-2024, toqito Contributors"
copyright = "2020-2025, toqito contributors"
author = "Contributors to toqito"

# The full version, including alpha/beta/rc tags
release = "1.1.0"
release = "1.1.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "toqito"
version = "1.1.0"
version = "1.1.1"
description = "Python tools for the study of quantum information."
authors = ["Vincent Russo <[email protected]>"]
maintainers = ["Vincent Russo <[email protected]>, Purva Thakre <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name="toqito",
version="1.1.0",
version="1.1.1",
author="Vincent Russo",
author_email="[email protected]",
description="Python toolkit for quantum information theory",
Expand Down

0 comments on commit 459c815

Please sign in to comment.