Skip to content

v0.5.0

Compare
Choose a tag to compare
@brollb brollb released this 13 Jun 16:15
· 924 commits to master since this release

Highlights

  • Added concat layer support for arch code generation #61 #273
  • Added torch check on worker start #255 #265
  • Added single file generation (for dist operations) #138 #219

Project Improvements

Artifact Interactions

Pipeline/Execution Improvements

  • Improved execution performance in local mode #205 #217
  • Updated executions to update job state during execution #150 #220 #237 #248
  • Referencing arch support #222 #223
  • Added quick pivoting between operation definition and pipeline #232 #234
  • Added support for nil inputs #228 #239

Misc Aesthetic Improvements

Bug fixes

  • Reference deletion from the operation editor #207 #213
  • ExecutePipeline fail on linux bug #241 #242
  • Multiple output for an operation fails in execution #249 #250
  • Fixed failed remove in OperationEditor #259 #266