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

Commit b2879f2

Browse files
authored
Merge pull request #329 from entropy-lab/bump_0154
bump v0.15.4
2 parents 6131287 + b29ebc0 commit b2879f2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ All notable changes to this project will be documented in this file.
33

44
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).
6+
67
## [Unreleased]
78

9+
## [0.15.4]
10+
811
## Changed
9-
QuAM: A new implementation of QuAM (breaking change!)
12+
* QuAM: A new implementation of QuAM (breaking change!)
13+
* Relational DB support for ParamStore
14+
* Removed self.__is_dirty
1015

1116
## [0.15.3] - 2022-07-20
1217

@@ -185,7 +190,8 @@ Entropy persistence backend.
185190
* QPU-DB - This is an extension to entropy which is built to save and manage the pieced of information describing
186191
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.
187192

188-
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.15.3...HEAD
193+
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.15.4...HEAD
194+
[0.15.4]: https://github.com/entropy-lab/entropy/compare/v0.15.3...v0.15.4
189195
[0.15.3]: https://github.com/entropy-lab/entropy/compare/v0.15.2...v0.15.3
190196
[0.15.2]: https://github.com/entropy-lab/entropy/compare/v0.15.1...v0.15.2
191197
[0.15.1]: https://github.com/entropy-lab/entropy/compare/v0.15.0...v0.15.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "entropylab"
33

4-
version = "0.15.3"
4+
version = "0.15.4"
55

66
description = ""
77
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)