Skip to content

Add Base.dropdims for OutputVars#403

Merged
ph-kev merged 1 commit into
mainfrom
kp/dropdims
Jun 9, 2026
Merged

Add Base.dropdims for OutputVars#403
ph-kev merged 1 commit into
mainfrom
kp/dropdims

Conversation

@ph-kev

@ph-kev ph-kev commented Jun 8, 2026

Copy link
Copy Markdown
Member

This PR adds Base.dropdims for OutputVars. This is meant to support workflows using the split-apply-combine pattern, since there is no easy way of getting rid of the singleton dimensions.

closes #395

@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.48%. Comparing base (b63d0c5) to head (5ec1830).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #403   +/-   ##
=======================================
  Coverage   99.48%   99.48%           
=======================================
  Files          19       19           
  Lines        2136     2149   +13     
=======================================
+ Hits         2125     2138   +13     
  Misses         11       11           

☔ View full report in Codecov by Harness.
📢 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.

@ph-kev ph-kev requested a review from imreddyTeja June 8, 2026 18:15
Comment thread docs/src/api.md Outdated
Comment thread src/Var.jl
Comment thread src/Var.jl
@ph-kev ph-kev force-pushed the kp/dropdims branch 3 times, most recently from d9acc97 to e69dbe5 Compare June 9, 2026 17:22
@ph-kev ph-kev merged commit ed4e5be into main Jun 9, 2026
11 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.

Add dropdims

2 participants