python-odml icon indicating copy to clipboard operation
python-odml copied to clipboard

Changing info.FORMAT_VERSION leads to parser errors

Open mpsonntag opened this issue 5 years ago • 0 comments

When updating the info.json FORMAT_VERSION, both dict and xml parser will break on all older version files even if format changes are backwards compatible.

The current format version handling needs to be refactored to support more fine grained support for odml files of different format versions.

mpsonntag avatar Apr 15 '20 08:04 mpsonntag