Skip to content

Version 1.1.5

Choose a tag to compare

@danifranco danifranco released this 23 Jan 17:33
· 100 commits to main since this release

Major:

  • Move to PySide6
  • Add splash screen
  • Enforce the light theme with pyqtdarktheme to prevent the automatic macOS white font change
  • Add initial GUI tour window
  • Update container download process:
    • Readjust container download progress bar and use the terminal-kind label to output progress
    • Separate download and extraction process into two different bars to be more clear
    • Add a spin when this process in done so the user has feedback and knows that the GUI is not frozen

Minor:

  • Add pyqtdarktheme package as a dependency
  • Change citation link to the preprint V2
  • Change log directory from tmp to user cache dir as defined in platformdirs package, which varies depending on the OS
  • Prevent setting older container versions that the default defined by the GUI, avoiding possible errors in the landing page

Fixes:

  • Make GUI version search more robust (fixes #10)
  • Fix middle workflow movement in workflow selection window
  • Simplify gpu and docker svg logos to fix macOS binary problems
  • Solve bug in Wizard after BMZ model selection
  • Solve bug when selecting for a second time a new pretrained model
  • Fix info button not visible in batch size calculation
  • Solve minimize button functionality
  • Solve issues with Torchvision models
  • Fix bug configuring DATA field in the YAML when selecting a pretrained model in the non-wizard configuration mode
  • Ensure test bar moves forward

Full Changelog: v1.1.4...v1.1.5