docs/content/reference/migration/migration-0-13.md
TimeSeriesScalar deprecated in favor of Scalar & SeriesLine/SeriesPointPreviously, TimeSeriesScalar was used to define both
data and styling of time series plots.
Going forward, this is done separately: data is now logged via Scalar.
Styling for point/marker series via SeriesPoint and styling for
line series via SeriesLine.
(Both styling archetypes are typically logged as timeless but this is not a requirement and any property may change over time!)
TimeSeriesScalar will be removed in a future release.
The overhaul of automatic Space View creation makes the Viewer faster and more predictable but comes with a few changes on how paths are expected to be structured:
image/rgb, rects at image/annotationimage, rects at image/annotationDisconnectedSpace now strictly applies only to 2D and 3D Space Views
DisconnectedSpace represents a hard cut in this topology.Future releases will allow you to specify Space Views & view layout from code.