Skip to content

Commit

Permalink
Adding new/updated cellcanvas_server_0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale committed Aug 13, 2024
1 parent cafefd2 commit 1da2c7b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Binary file modified album_catalog_index.db
Binary file not shown.
3 changes: 3 additions & 0 deletions solutions/cellcanvas/server/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.9] - 2024-08-13
Add support for torch basic features

## [0.0.8] - 2024-08-13
Switch train model solution

Expand Down
3 changes: 2 additions & 1 deletion solutions/cellcanvas/server/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def run():
"cellcanvas:polnet:generate-tomogram",
"cellcanvas:copick:paint-from-picks",
"cellcanvas:copick:generate-skimage-features",
"cellcanvas:copick:generate-torch-basic-features",
# "cellcanvas:cellcanvas:train-model-xgboost",
"cellcanvas:cellcanvas:segment-tomogram-xgboost",
"cellcanvas:morphospaces:train_swin_unetr_pixel_embedding",
Expand Down Expand Up @@ -246,7 +247,7 @@ def upgrade_endpoint():
setup(
group="cellcanvas",
name="server",
version="0.0.8",
version="0.0.9",
title="FastAPI CellCanvas Server",
description="Backend for CellCanvas with Copick Config Support.",
solution_creators=["Kyle Harrington"],
Expand Down
6 changes: 3 additions & 3 deletions solutions/cellcanvas/server/solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ args:
description: Path to the Copick configuration file.
name: copick_config_path
type: string
changelog: Switch train model solution
changelog: Add support for torch basic features
description: Backend for CellCanvas with Copick Config Support.
group: cellcanvas
license: MIT
Expand All @@ -16,6 +16,6 @@ tags:
- album
- server
- copick
timestamp: '2024-08-13T14:47:30.522867'
timestamp: '2024-08-13T15:42:50.393818'
title: FastAPI CellCanvas Server
version: 0.0.8
version: 0.0.9

0 comments on commit 1da2c7b

Please sign in to comment.