Changelog 0.2.8
Added
- Hover a signal in a plot to see where it comes from: the data source(s) feeding it are marked with a dot in the Data Sources list. A computed signal built from several sources marks all of them.
Fixed
scrylab.plot()(Python/MATLAB API) failed with a “400 – unexpected keyword argument” error and no longer plotted the signal. Plotting via the API works again.- Crash on Windows that could occur while a plot was on screen and the app’s window was being captured by screen-sharing or remote tools (e.g. Teams, remote desktop), more likely when data was being sent to ScryLab at the same time.
- App on Windows sometimes failed to start – no window appeared and launching again seemed to help. This was caused by a crash very early in startup and is now fixed.
- Dropping a signal into a new row no longer appends a “(2)” to its name. Signal names only need to be unique within a row, so the same name in a different row is kept as-is.