We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a377f commit a1640b9Copy full SHA for a1640b9
yamcs-client/src/yamcs/client/clientversion.py
@@ -1 +1 @@
1
-__version__ = "1.11.1"
+__version__ = "1.11.2"
yamcs-client/src/yamcs/client/timeline/model.py
@@ -390,6 +390,9 @@ class Trace:
390
class ParameterPlot(Band):
391
"""
392
Plot the values of a numeric parameter.
393
+
394
+ .. versionadded:: 1.11.2
395
+ Compatible with Yamcs 5.11.2 onwards
396
397
398
def __init__(self, proto=None):
@@ -574,6 +577,9 @@ class RangeMapping:
574
577
class ParameterStateBand(Band):
575
578
576
579
Show state transitions of a parameter
580
581
582
583
584
585
0 commit comments