Skip to content

Commit

Permalink
Merge pull request #332 from yfukai/split_merge_parallel
Browse files Browse the repository at this point in the history
Making split and merge parallel
  • Loading branch information
yfukai authored Jun 13, 2023
2 parents 32f70ab + 0186ec9 commit f55c46b
Show file tree
Hide file tree
Showing 5 changed files with 286 additions and 558 deletions.
5 changes: 2 additions & 3 deletions src/laptrack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
__author__ = """Yohsuke T. Fukai"""
__email__ = "[email protected]"

from ._tracking import laptrack, LapTrack, LapTrackMulti, LapTrackBase
from ._tracking import laptrack, LapTrack, ParallelBackend
from . import data_conversion, scores, metric_utils, datasets

__all__ = [
"laptrack",
"LapTrackBase",
"LapTrack",
"LapTrackMulti",
"ParallelBackend",
"data_conversion",
"scores",
"metric_utils",
Expand Down
Loading

0 comments on commit f55c46b

Please sign in to comment.