Skip to content

Commit

Permalink
bump v0.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SatyaBade12 committed Sep 16, 2022
1 parent ac1fe02 commit cf732e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.7]
### Added
* _dir__() method for ParamStore, adds Param keys to auto-complete

### Fixed
* Param store save_temp() supports numpy ndarray values

### Changed
* flame has been moved to a seperate repository

## [0.15.6]

## Changed
Expand Down Expand Up @@ -200,7 +210,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.6...HEAD
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.15.7...HEAD
[0.15.6]: https://github.com/entropy-lab/entropy/compare/v0.15.6...v0.15.7
[0.15.5]: https://github.com/entropy-lab/entropy/compare/v0.15.5...v0.15.6
[0.15.5]: https://github.com/entropy-lab/entropy/compare/v0.15.4...v0.15.5
[0.15.4]: https://github.com/entropy-lab/entropy/compare/v0.15.3...v0.15.4
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.6"
version = "0.15.7"

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

0 comments on commit cf732e0

Please sign in to comment.