Skip to content

Releases: ZELLMECHANIK-DRESDEN/ShapeOut2

Shape-Out 2.0.0b6

12 Dec 08:14
2.0.0b6
6481f79
Compare
Choose a tag to compare
Shape-Out 2.0.0b6 Pre-release
Pre-release
  • ref: move custom widgets to separate submodule (#24)
  • fix: bad alignment when selecting "Plot" in QuickView (#31)

Shape-Out 2.0.0b5

11 Dec 15:31
2.0.0b5
96da6f5
Compare
Choose a tag to compare
Shape-Out 2.0.0b5 Pre-release
Pre-release
  • fix: correctly handle empty plots (#27)
  • fix: version check checked against version 1 (#30)
  • fix: QuickView window resize incorrect (#31)

Shape-Out 2.0.0b4

11 Dec 09:46
2.0.0b4
a2edc79
Compare
Choose a tag to compare
Shape-Out 2.0.0b4 Pre-release
Pre-release
  • feat: add automated update checker
  • feat: show basic statistics in QuickView (#13)
  • fix: modifying a polygon filter did not update the plots (#26)
  • ref: refactor BlockMatrix (#10)

Shape-Out 2.0.0b3

09 Dec 08:50
2.0.0b3
c06b852
Compare
Choose a tag to compare
Shape-Out 2.0.0b3 Pre-release
Pre-release
  • enh: introduce FilterRay class for caching of hierarchy data (#6)
  • fix: minor plot updating issues
  • fix: QuickView issues when removing datasets (#25)

Shape-Out 2.0.0b2

05 Dec 14:23
2.0.0b2
c7f6817
Compare
Choose a tag to compare
Shape-Out 2.0.0b2 Pre-release
Pre-release
  • feat: support loading sessions with missing dataset paths (#5)
  • fix: don't use area_um, deform, and bright_avg box filters by
    default (#19)
  • fix: bug+regression when removing plots (#21)
  • fix: Pipeline.get_min_max did not take into account final
    filter set in filter ray (#22)
  • fix: do not set the selected filter to the current QuickView
    filter when hitting apply in the analysis view filter panel (#18)
  • fix: remove references to files if they are not needed anymore (#17)
  • enh: include (polygon) filter names in file names when
    exporting filters (#20)

Shape-Out 2.0.0b1

04 Dec 10:46
2.0.0b1
ed73cf9
Compare
Choose a tag to compare
Shape-Out 2.0.0b1 Pre-release
Pre-release
  • feat: automatically rescale plot windows (#8)
  • feat: add auto XY-range checkbox for plotting (#9)
  • feat: allow to choose filter ray when computing statistics for
    data that is not loaded in the session (#11)
  • fix: computing statistics not working (str vs Path)
  • fix: disallow exporting the event index to .rtdc
    (it would be re-enumerated and this can be confusing)
  • fix: plot layout not correctly resized sometimes
  • fix: size of plot part in block matrix not always adjusted
  • fix: use sample names from session in export file names (#14)
  • fix: when exporting data or computing statistics, don't export
    data from disabled filter rays (#15)

Shape-Out 2.0.0a27

03 Dec 10:14
4ce0bdb
Compare
Choose a tag to compare
Shape-Out 2.0.0a27 Pre-release
Pre-release
  • feat: add developer mode
  • feat: display images on hover in polygon window in QuickView
  • feat: implement loading of (polygon) filters from file
  • feat: implement session saving and opening
  • feat: added perceptive colormaps and set viridis as default
  • feat: allow to set hue range for feature-colored scatter plots (#1)
  • feat: add colorbar (#1)
  • fix: hide confusing "Advances Export" plot menu in developer mode
  • fix: only show scalar features in QuickView feature selection
  • fix: QuickView -> Event -> Features labels in table were drawn
    on top of each other
  • fix: minor redrawing issues
  • fix: AttributeError when removing a plot on macOS
  • fix: increase maximum size of plots by factor of 100
  • fix: editing a polygon filter deselected it from the filter
  • enh: Increased speed in QuickView when scrolling through events
  • enh: Added pyqtgraph version check

Shape-Out 2.0.0a26

26 Nov 10:49
2.0.0a26
d42564a
Compare
Choose a tag to compare
Shape-Out 2.0.0a26 Pre-release
Pre-release
  • feat: implement plot export
  • feat: implement filter export
  • fix: fix plot export in right-click menu (forked pyqtgraph)
  • ref: refactor block matrix and reset font sizes
  • build: make sure latest libraries of dclab and pyqtgraph are used

Shape-Out 2.0.0a25

22 Nov 08:18
2.0.0a25
d034c8d
Compare
Choose a tag to compare
Shape-Out 2.0.0a25 Pre-release
Pre-release

2.0.0a25

  • feat: implement data export
  • feat: implement simple computation of basic statistics
  • fix: pipeline modified plain dataset filter
  • fix: allow to remove all datasets or filters
  • fix: failed to load some datasets b/c of zero-valued meta data
  • fix: toggle buttons in Block Matrix not functional
  • enh: update font sizes
  • docs: minor update

Shape-Out 2.0.0a24

20 Nov 08:40
2.0.0a24
b6715c9
Compare
Choose a tag to compare
Shape-Out 2.0.0a24 Pre-release
Pre-release
  • implemented polygon filters
  • condense context menus, add export context menu to all plots
  • add computation of Young's modulus and crosstalk correction
  • add user-defined fluorescence labels in QuickView
  • add legend to trace in QuickView
  • populate metadata panel
  • implement multiple subplots per plot, plot title, plot labels,
    legend, and event count
  • refactor data model
  • functionalize buttons in analysis view
  • correctly handle datasets with different sets of features