Skip to content

v0.5.0

Compare
Choose a tag to compare
@TShapinsky TShapinsky released this 27 Mar 19:40
· 23 commits to develop since this release
b687568
  • Drop support for Python 3.7
  • Move from QraphQL to REST API
  • Renamed methods to standardize naming conventions
  • _many methods replaced by allowing methods to take either a single item or a list as their first argument
  • submit() will automatically zip folders (you no longer need to manually zip your OSWs if you don't want to)
  • Multiple runs can be created from the same model without reuploading by using upload_model and create_run_from_model methods
  • url argument in constructor changed to host
  • Added status method to get Run status
  • Added get_error_log to get Run error log
  • Added upload_model and create_run_from_model methods
  • Renamed inputs to get_inputs
  • Renamed outputs to get_outputs
  • RenamedsetInputs to set_inputs
  • get_sim_time returns Datetime
  • Added get_alias and set_alias
  • Added consisted docstrings and type hinting