Skip to content

Commit

Permalink
Adding new/updated cellcanvas_napari-cellcanvas_0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale committed Oct 22, 2024
1 parent cb4b1dd commit 7605962
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
Binary file modified album_catalog_index.db
Binary file not shown.
3 changes: 3 additions & 0 deletions solutions/cellcanvas/napari-cellcanvas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.7] - 2024-10-22
Fix widget name

## [0.0.6] - 2024-10-22
Test for experimental server version

Expand Down
4 changes: 2 additions & 2 deletions solutions/cellcanvas/napari-cellcanvas/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run():
viewer = Viewer()

# Initialize the CellCanvasWidget with the provided arguments
widget = CellCanvasWidget(viewer=viewer, copick_config_path=copick_config_path)
widget = ExperimentalCellCanvasWidget(viewer=viewer, copick_config_path=copick_config_path)

# Add the widget to the viewer's dock
viewer.window.add_dock_widget(widget, area='right')
Expand All @@ -50,7 +50,7 @@ def run():
setup(
group="cellcanvas",
name="napari-cellcanvas",
version="0.0.6",
version="0.0.7",
title="napari-CellCanvas",
description="A solution that launches napari-cellcanvas with optional config fetching.",
solution_creators=["Kyle Harrington"],
Expand Down
6 changes: 3 additions & 3 deletions solutions/cellcanvas/napari-cellcanvas/solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ args:
name: copick_config_path
required: true
type: string
changelog: Test for experimental server version
changelog: Fix widget name
description: A solution that launches napari-cellcanvas with optional config fetching.
group: cellcanvas
license: MIT
Expand All @@ -17,6 +17,6 @@ tags:
- cellcanvas
- plugin
- visualization
timestamp: '2024-10-22T14:49:29.690866'
timestamp: '2024-10-22T15:09:15.532625'
title: napari-CellCanvas
version: 0.0.6
version: 0.0.7

0 comments on commit 7605962

Please sign in to comment.