Skip to content

Commit

Permalink
release(1.9.2): path_from_parents accepts 2d images
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jul 1, 2021
1 parent 07d2a2d commit 48dffd9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- '*'
env:
CIBW_SKIP: cp27-* cp33-* cp34-* cp35-* pp36-mac* pp37-mac*
CIBW_SKIP: cp27-* cp33-* cp34-* cp35-* pp36-* pp37-*

jobs:
build_wheels:
Expand Down
12 changes: 6 additions & 6 deletions dijkstra3d.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dijkstra3d.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ from libcpp.vector cimport vector
cimport numpy as cnp
import numpy as np

__VERSION__ = '1.9.1'
__VERSION__ = '1.9.2'

ctypedef fused UINT:
uint8_t
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(fname):

setuptools.setup(
name="dijkstra3d",
version="1.9.1",
version="1.9.2",
python_requires="~=3.6", # >= 3.6 < 4.0
setup_requires=['numpy'],
ext_modules=[
Expand Down

0 comments on commit 48dffd9

Please sign in to comment.