You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reminder issue to change the file format version before finalising version 1.5.
Current format version is 1.1.1, which was set after we introduced the DataFrame. Should this stay at 1.1.1 or should we increase it to 1.1.2 for the ColumnDimension #748 and the DataFrame Tag features #717?
The text was updated successfully, but these errors were encountered:
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.
Reminder issue to change the file format version before finalising version 1.5.
Current format version is
1.1.1
, which was set after we introduced the DataFrame. Should this stay at1.1.1
or should we increase it to1.1.2
for the ColumnDimension #748 and the DataFrame Tag features #717?The text was updated successfully, but these errors were encountered: