From cbc5d12f491786ac1438cae4086b2d3ab9442472 Mon Sep 17 00:00:00 2001 From: TheoLaudatQM <98808790+TheoLaudatQM@users.noreply.github.com> Date: Sat, 20 Apr 2024 11:06:11 +0200 Subject: [PATCH] bump version 0.17.1 (#201) * update changelog and toml file * changelog --------- Co-authored-by: Dean Poulos --- CHANGELOG.md | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b5bef2..8960b44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] + +## [0.17.1] - 2024-04-19 ### Fixed -- Only load DataHandler XarrayDataProcessor if xarray can be imported -- Fix bug with the data folder path. -- Fix typo in the `baking` tool config lookup (`mwInput` -> `MWInput`) +- results/DataHandler - Only load DataHandler XarrayDataProcessor if xarray can be imported +- results/DataHandler - Fix bug with the data folder path. +- bakery - Fix typo in the `baking` tool config lookup (`mwInput` -> `MWInput`) ## [0.17.0] - 2024-04-18 ### Added @@ -329,7 +331,8 @@ operation (readout pulse for instance) already defined in the configuration. ### Added - This release exposes the baking, RB and XEB functionality. -[Unreleased]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.0...HEAD +[Unreleased]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.1...HEAD +[0.17.1]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.0...v0.17.1 [0.17.0]: https://github.com/qua-platform/py-qua-tools/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/qua-platform/py-qua-tools/compare/v0.15.2...v0.16.0 [0.15.2]: https://github.com/qua-platform/py-qua-tools/compare/v0.15.1...v0.15.2 diff --git a/pyproject.toml b/pyproject.toml index 0bd40055..c516bec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qualang-tools" -version = "v0.17.0" +version = "v0.17.1" description = "The qualang_tools package includes various tools related to QUA programs in Python" license = "BSD-3-Clause" authors = [