Skip to content

Commit

Permalink
release(1.4.2): fix 64-bit addressable in euclidean distance field
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Mar 9, 2020
1 parent fc86a42 commit aa72111
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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.4.1'
__VERSION__ = '1.4.2'

class DimensionError(Exception):
pass
Expand Down

0 comments on commit aa72111

Please sign in to comment.