From cf732e09fc66d8ab2bf1a9de3171f8d8e2e5e461 Mon Sep 17 00:00:00 2001 From: Satya Bade Date: Fri, 16 Sep 2022 09:46:23 +0200 Subject: [PATCH] bump v0.15.7 --- CHANGELOG.md | 13 ++++++++++++- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270c524e..0f481141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 7244e359..18483ac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "entropylab" -version = "0.15.6" +version = "0.15.7" description = "" license = "BSD-3-Clause"