Skip to content

Commit

Permalink
release(1.3.0): adds connectivity and compass parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 17, 2020
1 parent 0672bde commit f0a52c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.2.0'
__VERSION__ = '1.3.0'

cdef extern from "dijkstra3d.hpp" namespace "dijkstra":
cdef vector[uint32_t] dijkstra3d[T](
Expand Down

0 comments on commit f0a52c1

Please sign in to comment.