Skip to content

Commit

Permalink
release(3.14.0): adds support for 8-connectivity periodic boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Apr 9, 2024
1 parent f4776e2 commit 9b1704d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.13.0",
version="3.14.0",
setup_requires=['pbr', 'numpy', 'cython'],
install_requires=['numpy'],
python_requires=">=3.7,<4.0",
Expand All @@ -59,11 +59,11 @@ def requirements():
'LICENSE',
],
},
description="Connected components on 2D and 3D images. Supports multiple labels.",
description="Connected components on discrete and continuous multilabel 3D and 2D images. Handles 26, 18, and 6 connected variants; periodic boundaries (4, 8, & 6).",
long_description=read('README.md'),
long_description_content_type="text/markdown",
license = "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
keywords = "connected-components CCL volumetric-data numpy connectomics image-processing biomedical-image-processing decision-tree union-find sauf bbdt 2d 3d",
keywords = "connected-components CCL volumetric-data numpy connectomics image-processing biomedical-image-processing decision-tree union-find sauf 2d 3d",
url = "https://github.com/seung-lab/connected-components-3d/",
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit 9b1704d

Please sign in to comment.