Skip to content

Conversation

@AntonOresten
Copy link
Member

@AntonOresten AntonOresten commented Dec 30, 2025

  • Allow a contiguous sequence of integers or colons (sizes::Union{Int, Colon}...) in a reshape operation, getting replaced by Split(.., sizes).
  • Allow up to 4 leading non-LocalReshape arguments in Base.reshape (up from one colon or ellipsis).
  • Add Split(sizes...) method.

@codecov
Copy link

codecov bot commented Dec 30, 2025

Codecov Report

❌ Patch coverage is 62.92135% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.19%. Comparing base (2de2dcb) to head (25b73a5).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/Reshape/Reshape.jl 57.50% 17 Missing ⚠️
src/Reshape/utils.jl 76.92% 9 Missing ⚠️
src/enhanced-base/reshape.jl 14.28% 6 Missing ⚠️
src/Reshape/LocalReshape.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
- Coverage   81.59%   79.19%   -2.40%     
==========================================
  Files          14       14              
  Lines         652      721      +69     
==========================================
+ Hits          532      571      +39     
- Misses        120      150      +30     

☔ 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.

@AntonOresten AntonOresten merged commit cfa56f6 into main Dec 30, 2025
6 of 8 checks passed
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.

2 participants