-
MPath v1.0.0-rc.1 Pre-release
released this
2026-09-19 15:30:13 +00:00 | -410 commits to main since this releaseMPath provides reusable paths for accessing and modifying deeply nested MATLAB data.
This first release candidate contains the intended feature set for MPath 1.0.0. Testing and feedback are welcome, particularly on path resolution, result shaping, assignment and removal, packaging, documentation, and MATLAB compatibility.
Highlights
- Query and modify nested data with
mpath.resolve,mpath.exists,mpath.get,mpath.set, andmpath.remove. - Reuse paths with
mpath.Pointer, constructed from path text or operation objects. - Select members by exact name, glob pattern, or list.
- Control result shapes, missing locations, and how paths and values are grouped.
Compatibility
Requires MATLAB R2025a or later.
Downloads
mpath-1.0.0-rc.1.mltbx— installable MATLAB toolbox.mpath-1.0.0-rc.1.zip— curated portable distribution.mpath-1.0.0-rc.1-SHA256SUMS.txt— checksums for both distributions.
See the complete changelog for the full feature inventory.
Downloads
- Query and modify nested data with