Skip to content

Commit

Permalink
release(4.13.0): many fixes and improvements since 4.12
Browse files Browse the repository at this point in the history
- Adds cutout feature to image transfers
- Fixes info being overwritten during mesh merge
- Adds global dust thresholds for skeletonizing and meshing
- Fixes use of consolidate for sharded skeletons
- Can disable gzip for shards
- Missing parameter for skeleton spatial index CLI
- Max labels per shard for sharded skeletonization
- Cleans dest info during CCL relabel
  • Loading branch information
william-silversmith committed Mar 15, 2023
1 parent 5490fe5 commit 8a7e9a8
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 @@ -82,7 +82,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.11.1")
@click.version_option(version="4.13.0")
@click.pass_context
def main(ctx, parallel):
"""
Expand Down

0 comments on commit 8a7e9a8

Please sign in to comment.