Skip to content

Releases: entropy-lab/entropy

v0.15.9

30 Mar 11:31
Compare
Choose a tag to compare

Changed

  • Updated SQLAlchemy from version 1.4 to 2.0

v0.15.8

27 Mar 16:36
aee1969
Compare
Choose a tag to compare

Changed

  • supporting python versions 3.7, 3.8, 3.9, 3.10
  • removed unused python packages

v0.15.7

16 Sep 08:39
Compare
Choose a tag to compare

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

v0.15.6

07 Sep 07:13
Compare
Choose a tag to compare

Changed

  • Updated qualangtools version

v0.15.5

05 Sep 19:46
Compare
Choose a tag to compare

Fixed

  • ParamStore.save_temp() can be called more than once (using SqlAlchemyPersistence)

v0.15.4: Merge pull request #329 from entropy-lab/bump_0154

29 Aug 12:23
b2879f2
Compare
Choose a tag to compare

Changed

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

v0.15.3: bump 0.15.3 (#317)

20 Jul 13:16
1b9f6d3
Compare
Choose a tag to compare

Fixed

  • version bump due to pypi error

v0.15.2

20 Jul 11:44
bb5ff45
Compare
Choose a tag to compare

Fixed

  • Changed pyquatools dependency to be latest

v0.15.1

30 Jun 11:00
9a00186
Compare
Choose a tag to compare

Fixed

  • Resolved bug in migration code for paramstore due to namespace changes.

v0.15.0

26 Jun 18:23
4dbdc3d
Compare
Choose a tag to compare

Added

  • Dashboard now supports marking experimental results as favorite. This is added to DB as well.

Fixed

  • QuAM now supports kwargs to set the location of a remote QuantumMachineManager