Skip to content

Commit

Permalink
release(1.1.0): fortran + removing copy ops
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jul 18, 2019
1 parent 17c25f2 commit ee40860
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.0.1'
__VERSION__ = '1.1.0'

class MemoryOrderError(Exception):
pass
Expand Down

0 comments on commit ee40860

Please sign in to comment.