G-Node / python-odml

odML libraries
http://g-node.github.io/python-odml/
BSD 4-Clause "Original" or "Old" License
24 stars 30 forks source link

Changing info.FORMAT_VERSION leads to parser errors #380

Open mpsonntag opened 4 years ago

mpsonntag commented 4 years ago

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.