Skip to content

Commit

Permalink
Merge pull request #1 from scipp/map-reduce
Browse files Browse the repository at this point in the history
Add graph with `map` and `reduce` operations.
  • Loading branch information
SimonHeybrock authored Mar 21, 2024
2 parents d28d48a + b1c0375 commit 1099b1d
Show file tree
Hide file tree
Showing 3 changed files with 967 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cyclebane/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
__version__ = "0.0.0"

del importlib

from .graph import Graph

__all__ = ["Graph"]
Loading

0 comments on commit 1099b1d

Please sign in to comment.