Skip to content

Commit

Permalink
Adding new/updated cellcanvas_segment-tomogram-binary_0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale committed Aug 11, 2024
1 parent 58d4d36 commit 3850317
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Binary file modified album_catalog_index.db
Binary file not shown.
3 changes: 3 additions & 0 deletions solutions/cellcanvas/segment-tomogram-binary/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.1.2] - 2024-08-11
Remove defaults

## [0.1.1] - 2024-05-22
Use multilabel for segmentations to avoid constraints

Expand Down
3 changes: 1 addition & 2 deletions solutions/cellcanvas/segment-tomogram-binary/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
env_file = """
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- pip
Expand Down Expand Up @@ -116,7 +115,7 @@ def predict_segmentation(run, model_path, voxel_spacing, feature_names):
setup(
group="cellcanvas",
name="segment-tomogram-binary",
version="0.1.1",
version="0.1.2",
title="Predict Binary Segmentations Using Models",
description="A solution that predicts binary segmentations for each label using models created by an optimization solution, and saves them separately.",
solution_creators=["Kyle Harrington"],
Expand Down
6 changes: 3 additions & 3 deletions solutions/cellcanvas/segment-tomogram-binary/solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ args:
name: segmentation_name
required: true
type: string
changelog: Use multilabel for segmentations to avoid constraints
changelog: Remove defaults
description: A solution that predicts binary segmentations for each label using models
created by an optimization solution, and saves them separately.
group: cellcanvas
Expand All @@ -50,6 +50,6 @@ tags:
- segmentation
- prediction
- copick
timestamp: '2024-05-22T15:27:34.996564'
timestamp: '2024-08-11T10:17:16.171585'
title: Predict Binary Segmentations Using Models
version: 0.1.1
version: 0.1.2

0 comments on commit 3850317

Please sign in to comment.