From b83d1413cf47909155d800447f91808b8456fe63 Mon Sep 17 00:00:00 2001 From: Pedro Rivero Date: Thu, 2 Feb 2023 00:07:47 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0=20=E2=86=92=200.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.cz.toml b/.cz.toml index 07b49cb..65592bb 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.0.0" +version = "0.0.0" version_files = [ ".cz.toml:version", "staged_primitives/__init__.py:__version__", diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c0ef4e6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +## 0.0.0 (2023-02-02) + +### Feat + +- **sampler**: add StagedSampler class +- **base**: add BaseStagedSampler +- **estimator**: add StagedEstimator implementation +- **utils.circuits**: add infer_end_layout_intlist +- **utils.results**: add map_counts util +- **utils.results**: add reckoning submodule +- **utils**: add results module +- **utils.operators**: add decomposition submodule +- **utils**: add compose_circuits_w_metadata +- **base**: add BaseStagedEstimator +- **utils**: add operators utils +- **utils**: add circuits utils +- **utils**: add binary utils + +### Fix + +- **results**: use int_outcomes instead of int_raw + +### Refactor + +- **sampler**: simplify _transpile_single_unbound logic +- **estimator**: rearrange init +- **utils.results**: rename mask_counts to bitmask_counts +- **utils.results**: rename counts_list arg in ExpvalReckoner +- **utils.operators**: rename init_observable to normalize_operator +- **base**: remove backend abstractproperty