Skip to content

Commit

Permalink
bump 0.15.0 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
galwiner authored Jun 26, 2022
1 parent 7baf8d4 commit 4dbdc3d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [0.15.0] - 2022-06-26

### Added
* Dashboard now supports marking experimental results as favorite. This is added to DB as well.

### Fixed

* QuAM now supports kwargs to set the location of a remote QuantumMachineManager


## [0.14.0] - 2022-06-22

### Fixed
Expand Down Expand Up @@ -156,7 +167,9 @@ Entropy persistence backend.
* QPU-DB - This is an extension to entropy which is built to save and manage the pieced of information describing
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.

[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.13.0...HEAD
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/entropy-lab/entropy/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/entropy-lab/entropy/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/entropy-lab/entropy/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/entropy-lab/entropy/compare/v0.11.1...v0.12.0
[0.11.2]: https://github.com/entropy-lab/entropy/compare/v0.11.1...v0.11.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 = "entropylab"
version = "0.14.0"
version = "0.15.0"
description = ""
license = "BSD-3-Clause"
authors = [
Expand Down

0 comments on commit 4dbdc3d

Please sign in to comment.