Skip to content

Commit 6eb0fa1

Browse files
committed
Fixed #44 Add FLUSS and FLOSS
1 parent 28d6675 commit 6eb0fa1

File tree

7 files changed

+60200
-8
lines changed

7 files changed

+60200
-8
lines changed

docs/FLOSS_IAC_Derivation.ipynb

Lines changed: 388 additions & 0 deletions
Large diffs are not rendered by default.

docs/Tutorial_3.ipynb

Lines changed: 59188 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/Tutorial_3.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../docs/Tutorial_3.ipynb

stumpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
)
1818
from .mstumped import mstumped # noqa: F401
1919
from .chains import atsc, allc # noqa: F401
20-
20+
from .floss import floss, fluss, _nnmark, _iac, _cac, _rea # noqa: F401
2121
from pkg_resources import get_distribution, DistributionNotFound
2222
import os.path
2323

0 commit comments

Comments
 (0)