Bump file format version
achilleas-k opened this issue · 1 comments
achilleas-k commented
achilleas-k commented
For v1.5 the file format version should be 1.2.0 because of the DataFrameDimension. This will block old libraries from opening new files, since they won't be able to read the new dimension type.
With the 1.2.0 file format version we are also introducing a File UUID. A python script is being written to handle upgrading files from old version to the new format. This will also include changing the format of the properties.
See G-Node/nixpy#449.