Skip to content

v0.12.0

Compare
Choose a tag to compare
@bigcat88 bigcat88 released this 02 Apr 17:38
· 20 commits to refs/heads/main since this release
8ad89cb

Update with new features only for NextcloudApp class. #233

Added

  • ex_app.get_computation_device function for retrieving GPU type(only with AppAPI 2.4.0+).
  • ex_app.integration_fastapi.fetch_models_task are now public function, added progress_init_start_value param.
  • Global authentication when used now sets request.scope["username"] for easy use.

Changed

  • UiActionFileInfo class marked as deprecated, instead ActionFileInfo class should be used.