Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Nov 9, 2022
1 parent edb2d9e commit 7c45399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mobie/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.3.2"
__version__ = "0.4.0"
SPEC_VERSION = "0.3.0"
1 change: 1 addition & 0 deletions mobie/tables/default_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def _compute_table_2d(seg_path, seg_key, resolution):
ndim = 2
with open_file(seg_path, "r") as f:
seg = f[seg_key][:]
assert len(resolution) == seg.ndim == ndim

centers = vigra.filters.eccentricityCenters(seg.astype("uint32"))
props = regionprops(seg)
Expand Down

0 comments on commit 7c45399

Please sign in to comment.