Skip to content

Commit

Permalink
release(4.15.2): Fixes unbound local error
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed May 2, 2023
1 parent d5aaa08 commit 0c9a389
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
CHANGES
=======

4.15.1
------

* release(4.15.1): fixes unbound local error
* refactor: mip\_underlying -> chunk\_size
* refactor: remove Storage
* fix: remove unused option
* docs: how to use
* docs: update documentation for voxel count access
* fix: add mapping file to CLI
* refactor: put insertion logic into a function
* refactor: use normalize\_encoding
* fix: 3D downsampling for sharded images

4.15.0
------

* release(4.15.0): --compress in voxel sum, better caching of voxel counts
* perf: cache voxel counts file as compressed zstd in memory
* feat: add compression option to voxel counts

Expand Down
2 changes: 1 addition & 1 deletion igneous_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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.15.1")
@click.version_option(version="4.15.2")
@click.pass_context
def main(ctx, parallel):
"""
Expand Down

0 comments on commit 0c9a389

Please sign in to comment.