Skip to content

Commit

Permalink
bump: 2.1.0 -> 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolarovszki committed Mar 7, 2023
1 parent 94a9101 commit 9ae9e98
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog


## [2.2.0] - 2023-03-07

### Changed

- Several major performance improvements got implemented in
`TensorflowPureFockSimulator`.

### Fixed

- `quantum-blackbird` version got bumped for `numpy` compatibility.
- `Kerr` gate was applied with a wrong equation, it got corrected.
- Typing error was fixed when applying `Interferometer` in
`TensorflowPureFockSimulator`.


## [2.1.0] - 2023-02-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion piquasso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@
"LossyInterferometer",
]

__version__ = "2.1.0"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="piquasso",
version="2.1.0",
version="2.2.0",
packages=find_packages(exclude=["tests.*", "tests", "scripts", "scripts.*"]),
maintainer="Budapest Quantum Computing Group",
maintainer_email="[email protected]",
Expand Down

0 comments on commit 9ae9e98

Please sign in to comment.