Closed anvenkat18 closed 1 year ago
R56:
R57:
It looks like starting from seeq==56.1.8.184.12
, we have some changes in spy.pull and spy.search:
spy < 56.1.8.184.12:
spy.pull(... , quiet=True)
spy >= 56.1.8.184.12: spy.pull(... , status=spy.Status(quiet=True))
Let's release v0.4.1 apply this change and the fix for issue #22, and check again.
The add-on works fine with R56 but fails to load/show MV and CV signals in R57 (shows no data available). I know we had seen that earlier and attempted to address it. @imanbabaei let's taker a look once you are in. While we are at it, lets check R58 also.