Skip to content

Commit

Permalink
release(3.17.0): cc3d.statistics supports 2d images properly
Browse files Browse the repository at this point in the history
  • Loading branch information
William Silversmith committed Jun 22, 2024
1 parent d0ac48a commit 2cc38e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cc3d.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ cnp.import_array()
import numpy as np
import time

__VERSION__ = '3.12.4'

cdef extern from "cc3d.hpp" namespace "cc3d":
cdef size_t estimate_provisional_label_count[T](
T* in_labels, int64_t sx, int64_t voxels,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def requirements():

setuptools.setup(
name="connected-components-3d",
version="3.16.1",
version="3.17.0",
setup_requires=['pbr', 'numpy', 'cython'],
install_requires=['numpy'],
python_requires=">=3.8,<4.0",
Expand Down

0 comments on commit 2cc38e8

Please sign in to comment.