Skip to content

Releases: funkelab/motile_tracker

v3.0.1

13 Feb 15:44
2c5dac2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.1.0-dev

12 Feb 17:14
Compare
Choose a tag to compare
v3.1.0-dev Pre-release
Pre-release

What's Changed

  • A now (hopefully) bug free version of the 3D orthogonal views and 3D clipping plane views with following functionalities:
    orthogonal views:

    • syncing of the layer mode (brush/fill/pipet/navigate/select/add etc)
    • syncing of the layer data and addition/moving new points by clicking/dragging (if no TrackLabels are present)
    • syncing visibility of nodes
    • syncing node color aesthetics (colormap highlights, border color, size)
    • syncing selected_label
    • syncing redo/undo
    • syncing selecting nodes by clicking
    • optional cross widget that centers on the selected node

    clipping planes:

    • define a clipping plane range with a QRangeSlider on an Image or Labels layer
    • if there are tracks, the visible nodes in the TrackLabels and PointLabels will be filtered according to the clipping range specified on the layer in the dropdown.
  • a radiobutton group to choose between 'continue tracks' vs 'start new tracks' when tracking with points (only visible if there is no TrackLabels together with TrackPoints).

  • simplified treewidget range updates: when updating the selection, it checks if all those nodes are still in view. If not, autoRange() is called (instead of setting a customized range for the selected nodes, which is often zoomed in too far and not helpful).

  • If you click outside a label or point in the TrackLabels or TrackPoints layer, the selected_nodes are reset.

  • when you export to CSV, the node color and lineage are also included. The lineage_id is defined as the track_id of the earliest known predecessor (using the get_lineage_id function in SolutionTracks).

Full Changelog: v3.0.0...v3.1.0-dev

v3.0.0

18 Dec 15:35
61b1ce5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v3.0.0

v2.0.1

04 Nov 20:30
377d603
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

21 Oct 16:09
240db32
Compare
Choose a tag to compare

What's Changed

  • Add editing and refactor entire code base by @cmalinmayor in #86
  • fix checkbox size in motile_widget and force tight spacing in editing menu by @AnniekStok in #87
  • fix the label highlighting when scrolling in the time dimension by @AnniekStok in #88
  • Bugfixes by @cmalinmayor in #89
  • convert all graph data where necessary before saving to make it json serializable by @AnniekStok in #90

Full Changelog: v1.1.0...v2.0.0

v2.0.0-alpha

18 Oct 18:39
0869aad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v2.0.0-alpha

v1.1.0

20 Sep 15:50
4a6d058
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

24 Jun 15:46
Compare
Choose a tag to compare

Fix autodeploy to pypi workflow
Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Jun 18:52
6b52c64
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2...v1.0.0

v0.2

23 May 15:08
ae9b227
Compare
Choose a tag to compare

Actually test github action to publish to pypi

What's Changed

Full Changelog: v0.1...v0.2