Skip to content

Commit

Permalink
release(4.23.0): support for cross section analysis on skels
Browse files Browse the repository at this point in the history
- Also fixes for sharded downsampling
- no queue needed for skeleton forging
- exceeding memory target for downsampling is now a warning
- stop_layer in ImageShardTransferTask
- Skeletonizing fewer than 5 labels while meshes are available
  will target the bounding box rather than processing the whole
  dataset.
  • Loading branch information
william-silversmith committed May 11, 2024
1 parent fab2d7b commit 538e63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igneous_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def compute_bounds(path, mip, xrange, yrange, zrange):

@click.group()
@click.option("-p", "--parallel", default=1, help="Run with this number of parallel processes. If 0, use number of cores.")
@click.version_option(version="4.22.1")
@click.version_option(version="4.23.0")
@click.pass_context
def main(ctx, parallel):
"""
Expand Down

0 comments on commit 538e63c

Please sign in to comment.