Releases: rigetti/paranormal
Releases · rigetti/paranormal
v0.2.3
v0.2.2
v0.2.1
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
Unit refactor. All getting and setting is in SI units except when parsing through the command line
v0.1.8
SpanLinspaceParam
v0.1.7
- Bugfixes for json serializability and nested class mutability
- Add si_update function for multiple si parameters
- Better docstrings in params
v0.1.6
bugfix - SpanArangeParam is now usable
v0.1.5
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
modify units to not convert None values
v0.1.3
- Patch: fix bug in parameter_interface