Skip to content

Commit 68e9c8a

Browse files
committed
Merge branch 'master' of https://github.com/compas-dev/compas
2 parents 77ec41c + 075397c commit 68e9c8a

File tree

4 files changed

+266
-158
lines changed

4 files changed

+266
-158
lines changed

src/compas/hpc/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
orthonormalise_vectors_numba
6868
plane_from_points_numba
6969
circle_from_points_numba
70+
circle_from_points_xy_numba
7071
7172
7273
core
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from .basic import *
1+
from .basic_numba import *
22

3-
from .basic import __all__ as a
3+
from .basic_numba import __all__ as a
44

55
__all__ = a

0 commit comments

Comments
 (0)