Skip to content

Introduce BlockIndices that generalizes BlockIndexRange to non-contiguous slicing #483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mtfishman
Copy link
Collaborator

@mtfishman mtfishman commented Jul 15, 2025

Introduce BlockIndices that generalizes BlockIndexRange to non-contiguous slicing, such as A[Block(2)[[1, 3]]]. BlockIndexRange is now a type alias for BlockIndices when the indices are unit ranges. Closes #419. Split off from #462.

Copy link

codecov bot commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.45%. Comparing base (a4a0b93) to head (cdfd099).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #483      +/-   ##
==========================================
+ Coverage   93.81%   94.45%   +0.64%     
==========================================
  Files          19       19              
  Lines        1761     1767       +6     
==========================================
+ Hits         1652     1669      +17     
+ Misses        109       98      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Steprange indexing with Block not working
1 participant