Skip to content

ShapeOut 2.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 11:07
· 28 commits to master since this release
2.21.0
7ff011a

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__;
    use write_pipeline_state and read_pipeline_state instead