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

Commit cf732e0

Browse files
committed
bump v0.15.7
1 parent ac1fe02 commit cf732e0

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.15.7]
10+
### Added
11+
* _dir__() method for ParamStore, adds Param keys to auto-complete
12+
13+
### Fixed
14+
* Param store save_temp() supports numpy ndarray values
15+
16+
### Changed
17+
* flame has been moved to a seperate repository
18+
919
## [0.15.6]
1020

1121
## Changed
@@ -200,7 +210,8 @@ Entropy persistence backend.
200210
* QPU-DB - This is an extension to entropy which is built to save and manage the pieced of information describing
201211
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.
202212

203-
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.15.6...HEAD
213+
[Unreleased]: https://github.com/entropy-lab/entropy/compare/v0.15.7...HEAD
214+
[0.15.6]: https://github.com/entropy-lab/entropy/compare/v0.15.6...v0.15.7
204215
[0.15.5]: https://github.com/entropy-lab/entropy/compare/v0.15.5...v0.15.6
205216
[0.15.5]: https://github.com/entropy-lab/entropy/compare/v0.15.4...v0.15.5
206217
[0.15.4]: https://github.com/entropy-lab/entropy/compare/v0.15.3...v0.15.4

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.6"
4+
version = "0.15.7"
55

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

0 commit comments

Comments
 (0)