Skip to content

Releases: rigetti/paranormal

v0.2.3

26 Jan 23:25
Compare
Choose a tag to compare

0.2.3 (2021-01-26)

Fix

v0.2.2

26 Jan 23:10
Compare
Choose a tag to compare

0.2.2 (2021-01-26)

CI

  • Add SSH deploy key (5395411)
  • Configure automatic package versioning and publication (c1577e1)
  • Fix deploy key script (0757b2d)

Fix

  • Add package specifier to pyproject.toml (dfe12c9)

Upgrade

v0.2.1

22 Oct 05:43
74f8aac
Compare
Choose a tag to compare

Differentiate between omitting params from the encompassing class vs hiding params in nested classes from the command line interface

Fix prefix bug

v0.2.0

27 Sep 20:49
865e0b1
Compare
Choose a tag to compare

Unit refactor. All getting and setting is in SI units except when parsing through the command line

v0.1.8

04 Sep 20:59
9d9bd70
Compare
Choose a tag to compare

SpanLinspaceParam

v0.1.7

21 Aug 23:54
c3cbdbd
Compare
Choose a tag to compare
  • Bugfixes for json serializability and nested class mutability
  • Add si_update function for multiple si parameters
  • Better docstrings in params

v0.1.6

03 Jul 21:43
845cb7b
Compare
Choose a tag to compare

bugfix - SpanArangeParam is now usable

v0.1.5

07 Jun 22:44
0d7c940
Compare
Choose a tag to compare

Bugfixes:

  • Prevent mutating defaults for numpy function param

Features:

  • Change nested class prefixes or prevent them using __nested_prefixes__
  • Hide params with hide=True

v0.1.4

16 May 00:17
dc8a268
Compare
Choose a tag to compare
modify units to not convert None values

v0.1.3

10 May 23:21
d9a95a4
Compare
Choose a tag to compare
  • Patch: fix bug in parameter_interface