Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit 4dbdc3d

Browse files
authored
bump 0.15.0 (#305)
1 parent 7baf8d4 commit 4dbdc3d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
## [Unreleased]
77

8+
9+
## [0.15.0] - 2022-06-26
10+
11+
### Added
12+
* Dashboard now supports marking experimental results as favorite. This is added to DB as well.
13+
14+
### Fixed
15+
16+
* QuAM now supports kwargs to set the location of a remote QuantumMachineManager
17+
18+
819
## [0.14.0] - 2022-06-22
920

1021
### Fixed
@@ -156,7 +167,9 @@ Entropy persistence backend.
156167
* QPU-DB - This is an extension to entropy which is built to save and manage the pieced of information describing
157168
a Quantum Processing Unit. If multiple nodes are set up to calibrate the QPU, measuring decoherence times and resonant frequencies for example, then that data can be saved to a centralized store and subsequently used in the target application. Warning: this module will be replaced in future releases but a migration path will be provided.
158169

159-
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.13.0...HEAD
170+
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.15.0...HEAD
171+
[0.15.0]: https://github.com/entropy-lab/entropy/compare/v0.14.0...v0.15.0
172+
[0.14.0]: https://github.com/entropy-lab/entropy/compare/v0.13.0...v0.14.0
160173
[0.13.0]: https://github.com/entropy-lab/entropy/compare/v0.12.0...v0.13.0
161174
[0.12.0]: https://github.com/entropy-lab/entropy/compare/v0.11.1...v0.12.0
162175
[0.11.2]: https://github.com/entropy-lab/entropy/compare/v0.11.1...v0.11.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "entropylab"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
description = ""
55
license = "BSD-3-Clause"
66
authors = [

0 commit comments

Comments
 (0)