Changelog¶
All notable changes to pymfx are documented here. Format follows Keep a Changelog.
[1.0.0] — 2026-03-16¶
Added¶
pymfx.parse()— read a.mfxfile into Python objectspymfx.write()— serialize aMfxFileto.mfxtext (auto-computes checksums)pymfx.validate()— full V01–V21 rule set from the.mfxv1.0 specpymfx.compute_checksum()/verify_checksum()— SHA-256 per spec §7- Dataclasses:
MfxFile,Meta,Trajectory,TrajectoryPoint,Events,Event,Index,Extension,SchemaField - CLI:
pymfx --validate,pymfx --checksum,pymfx --info - Notebooks:
01_quickstart.ipynb,02_build_from_scratch.ipynb - Zero external runtime dependencies (Python ≥ 3.10 stdlib only)