Skip to content

MetaForge 1.0.0 RC-14

Compare
Choose a tag to compare
@joeykleingers joeykleingers released this 31 Mar 20:24
· 30 commits to trunk since this release
  • Templates can now be built up by loading multiple data files. Entries from previous data files stick around every time a new data file is loaded. The ability to clear the table and start over is still possible by clicking on the "Reset All Fields" button in the bottom left corner.

  • HDF5 and XML attributes are added into the file tree under a separate node. This fixes some issues that were introduced with the previous iteration of the attribute feature.

  • All parsers have had their return dictionaries flattened, and the logic to parse nested dictionaries has been removed from the EzMetadataModel class.

  • Reverted the application back to "native" styling so that all the table cell painting looks correct.

  • Reorganized all the project files so that they are grouped into logical Python packages and sub-packages.