Skip to content

Add the option to provide custom splitter in all split methods#259

Draft
tizianocitro wants to merge 6 commits into
mainfrom
feat/splitter
Draft

Add the option to provide custom splitter in all split methods#259
tizianocitro wants to merge 6 commits into
mainfrom
feat/splitter

Conversation

@tizianocitro
Copy link
Copy Markdown
Contributor

All Submissions

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there are no other open Pull Requests for the same changes?
  • Have you made sure you have rebased your branch to the latest commit on the target branch?

Description

  • Added the option to provide custom splitter in all split methods.
  • Fixed HData.remove_hyperedges_with_fewer_than_k_nodes.
  • Added uv.cache in .gitignore.

Checklist

  • Does your submission pass all tests? (use make test)
  • Have you written tests to cover all your changes? If not, provide a reason.
  • Have you lint your code locally before submission? (use make format)
  • Have you type checked your code locally before submission? (use make typecheck)

@codecov
Copy link
Copy Markdown

codecov Bot commented May 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@tizianocitro tizianocitro marked this pull request as draft May 30, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data docs Improvements or additions to documentation feature models tests types

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow users to provide their own splitters in Dataset.split() and HData.split()

1 participant