ShapeOut 2.21.0
Shape-Out 2.21.0 comes with a visualization feature update: The analysis view now allows you to visualize basins (data loaded from other .rtdc files), tables (e.g. telemetry data recorded during a Naiad measurement), and all logs stored in the .rtdc file.
2.21.0
- feat: implement showing dataset basins in the analysis view (#182)
- feat: implement showing dataset logs in the analysis view (#140)
- feat: implement showing dataset tables in the analysis view (#141)
- enh: more Quick View default choices than "deform" and "area_um"
- enh: update icon theme
- docs: document new features in Analysis View
- setup: pygments (for json formatting) is now an explicit dependency
- setup: bump dclab to 0.62.9
- ref: simplify logic in Analysis View
- ref: do not override
QtWidgets
'__setstate__
and__getstate__
;
usewrite_pipeline_state
andread_pipeline_state
instead