Skip to content

Commit

Permalink
Merge pull request #329 from entropy-lab/bump_0154
Browse files Browse the repository at this point in the history
bump v0.15.4
  • Loading branch information
SatyaBade12 authored Aug 29, 2022
2 parents 6131287 + b29ebc0 commit b2879f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.15.4]

## Changed
QuAM: A new implementation of QuAM (breaking change!)
* QuAM: A new implementation of QuAM (breaking change!)
* Relational DB support for ParamStore
* Removed self.__is_dirty

## [0.15.3] - 2022-07-20

Expand Down Expand Up @@ -185,7 +190,8 @@ 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.15.3...HEAD
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.15.4...HEAD
[0.15.4]: https://github.com/entropy-lab/entropy/compare/v0.15.3...v0.15.4
[0.15.3]: https://github.com/entropy-lab/entropy/compare/v0.15.2...v0.15.3
[0.15.2]: https://github.com/entropy-lab/entropy/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/entropy-lab/entropy/compare/v0.15.0...v0.15.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "entropylab"

version = "0.15.3"
version = "0.15.4"

description = ""
license = "BSD-3-Clause"
Expand Down

0 comments on commit b2879f2

Please sign in to comment.