Merged
Conversation
for more information, see https://pre-commit.ci
73cfd75 to
c507f67
Compare
for more information, see https://pre-commit.ci
…APoL/napari-clusters-plotter into v0.9.0_support_tracking_layer
for more information, see https://pre-commit.ci
…APoL/napari-clusters-plotter into v0.9.0_support_tracking_layer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #381, relevant for #376
This pull request introduces support for a new dataset,
tgmm_mini_dataset, and adds functionality for handlingTrackslayers in thenapari_clusters_plotterplugin. The most important changes include adding the new dataset, updating the widget to handleTrackslayers, and enhancing tests to cover the new dataset and layer type.New Dataset Support:
tgmm_mini_datasetfunction to load the TGMM mini dataset insrc/napari_clusters_plotter/_sample_data.py.__init__.pyto includetgmm_mini_datasetin the module exports.napari.yamlto include the new dataset under contributions. [1] [2]Tracks Layer Support:
_algorithm_widget.pyto import and handleTrackslayers. [1] [2]_new_plotter_widget.pyto connectTrackslayer properties and apply colors toTrackslayers. [1] [2]Testing Enhancements:
tgmm_mini_datasetintest_sample_data.py. [1] [2]create_multi_tracks_layerfunction and updated existing tests to includeTrackslayers intest_plotter.py. [1] [2] [3]Documentation and Licensing:
LICENSEfile for the TGMM mini dataset.README.mdfor the TGMM mini dataset.cc @stefanhahmann