Skip to content

Commit

Permalink
bump version 0.17.1 (#201)
Browse files Browse the repository at this point in the history
* update changelog and toml file

* changelog

---------

Co-authored-by: Dean Poulos <[email protected]>
  • Loading branch information
TheoLaudatQM and deanpoulos authored Apr 20, 2024
1 parent b23f18e commit cbc5d12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit cbc5d12

Please sign in to comment.