Skip to content

Commit 20a4c33

Browse files
release(1.10.0): Adds multi-source to distance field and edf
1 parent 169015e commit 20a4c33

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include dijkstra3d.hpp
22
include libdivide.h
3+
include hedly.h
34
include LICENSE

dijkstra3d.cpp

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dijkstra3d.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ from libcpp.vector cimport vector
3535
cimport numpy as cnp
3636
import numpy as np
3737

38-
__VERSION__ = '1.9.2'
38+
__VERSION__ = '1.10.0'
3939

4040
ctypedef fused UINT:
4141
uint8_t

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(fname):
2020

2121
setuptools.setup(
2222
name="dijkstra3d",
23-
version="1.9.2",
23+
version="1.10.0",
2424
python_requires="~=3.6", # >= 3.6 < 4.0
2525
setup_requires=['numpy'],
2626
ext_modules=[

0 commit comments

Comments
 (0)