Skip to content

Register Matlab .mat format with MAT.jl#434

Merged
ViralBShah merged 1 commit into
masterfrom
register-mat-format
Apr 12, 2026
Merged

Register Matlab .mat format with MAT.jl#434
ViralBShah merged 1 commit into
masterfrom
register-mat-format

Conversation

@ViralBShah
Copy link
Copy Markdown
Member

@ViralBShah ViralBShah commented Apr 12, 2026

Summary

  • Registers .mat extension with MAT.jl (UUID 23992714-dd62-5051-b70f-ba57cb901cac) so that load("file.mat") and save("file.mat", data) work via FileIO
  • Fixes register Matlab's .mat #361

Test plan

  • CI passes
  • using FileIO; query("test.mat") returns File{format"MAT"}

🤖 Generated with Claude Code

Fixes #361

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.44%. Comparing base (4e544bd) to head (ed4b3e4).
⚠️ Report is 8 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #434   +/-   ##
=======================================
  Coverage   91.44%   91.44%           
=======================================
  Files          11       11           
  Lines         713      713           
=======================================
  Hits          652      652           
  Misses         61       61           

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

@ViralBShah ViralBShah merged commit 70fe308 into master Apr 12, 2026
17 checks passed
@ViralBShah ViralBShah deleted the register-mat-format branch April 12, 2026 04:22
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.

register Matlab's .mat

1 participant