Skip to content

Releases: mapmanager/napari-tracing

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 13 Feb 01:32

Version 1.0.6

Commits

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 13 Feb 01:19

Version 1.0.5

Commits

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 13 Feb 01:00

Version 1.0.4

Commits

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 13 Feb 00:46

Version 1.0.3

Commits

  • [8bf4a5c] updated docs, fixed 3d tracing
  • [cde4b96] updated docs, fixed 3d tracing

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 29 May 06:19
8fe7b7f

Version 1.0.2

Commits

  • [8fe7b7f] Merge pull request #12 from mapmanager/feature/branch-tracing
  • [d6bbd8e] save and load swc files
  • [c07c525] save branched tracings
  • [02dcb1f] save segment as child segment in branch tracing mode

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Apr 18:05
1f34cfe

Version 1.0.1

Commits

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 04:47
88853a1

Version 1.0.0

Commits

  • [88853a1] Merge pull request #7 from mapmanager/publish
  • [29bfeb1] workflows for releasing and publishing
  • [2185089] Merge pull request #6 from mapmanager/feature/available_layers_combo_box
  • [eda4c1b] fix trace saving
  • [47b4aba] Merge pull request #5 from mapmanager/feature/available_layers_combo_box
  • [fb391a7] loading feature complete
  • [c88adab] implemented trace loader
  • [4a49c78] add load tracing button
  • [1afba5a] Merge pull request #4 from mapmanager/feature/available_layers_combo_box
  • [f0273a9] accept/reject tracing feature
  • [ffcc0d6] Merge pull request #3 from mapmanager/feature/available_layers_combo_box
  • [7439a63] Disjoint and continuous tracing features
  • [e577904] Merge pull request #2 from mapmanager/feature/available_layers_combo_box
  • [b20f04a] Happy path for multiple tracing in a single layer
  • [6f95bda] Resetting configuration upon layer deletion
  • [620a897] FEATURE: Combo box image selection feature implemented
  • [ca80dee] support multiple traces
  • [db97d0a] save tracing result to csv file
  • [56a5226] show save tracing file dialog
  • [e40821c] add dialog box for saving tracing result
  • [8c92ead] update todo
  • [0cad95c] fix tox config
  • [b3d6235] support astar and nbastar algorithms
  • [f1ca58e] trace path using brightest-path-lib and napari thread worker
  • [dd68004] add todo
  • [6b84403] make code faster by removing visualization for open/close sets
  • [d753c24] Initial A* tracing
  • [478ce3a] Get the starting and ending points to run the algorithm on
  • [2585c82] Initialize Point Class and its helper methods
  • [fb19e22] Cleaning up boilerplate from CookieCutter and customizing plugin name and details
  • [d0df4dc] initial commit