From 943fbe3db74c8cb8e600332ccf66cdbd57464c7e Mon Sep 17 00:00:00 2001 From: Pedro Rivero Date: Mon, 5 Feb 2024 18:54:02 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.2=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 11 +++++++++++ CITATION.bib | 2 +- test/__init__.py | 2 +- zne/__init__.py | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.cz.toml b/.cz.toml index be6fe02..b659844 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" bump_message = "bump: version $current_version → $new_version" version_format = "$version" -version = "1.2.2" +version = "1.3.0" version_files = [ ".cz.toml:version", "zne/__init__.py:__version__", diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ed810..f0626d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.3.0 (2024-02-05) + +### Feat + +- **folding_amplifier**: add multi-qubit amplifier facade (#61) + +### Fix + +- **zne_estrategy**: update default amplifier to multi-qubit (#62) +- **extrapolation**: support zero variance inputs (#60) + ## 1.2.2 (2023-12-22) ### Fix diff --git a/CITATION.bib b/CITATION.bib index b22ab2a..2c32519 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -3,7 +3,7 @@ @misc{zne title = {Zero Noise Extrapolation prototype}, year = {2023}, publisher = {Zenodo}, - version = {1.2.2}, + version = {1.3.0}, doi = {}, url = {https://github.com/qiskit-community/prototype-zne}, } diff --git a/test/__init__.py b/test/__init__.py index 21beb21..96078ab 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -16,7 +16,7 @@ def test_version(): - assert __version__ == "1.2.2" + assert __version__ == "1.3.0" ################################################################################ diff --git a/zne/__init__.py b/zne/__init__.py index 2df0d4f..029363e 100644 --- a/zne/__init__.py +++ b/zne/__init__.py @@ -19,7 +19,7 @@ from .zne_strategy import ZNEStrategy __copyright__ = "(C) Copyright IBM 2022" -__version__ = "1.2.2" +__version__ = "1.3.0" __all__ = [