Skip to content

Releases: deepforge-dev/deepforge

v0.3.0

30 May 21:13
Compare
Choose a tag to compare

Highlights

Pipeline and Operation Updates

  • Updated operation representation #96 #98 #60 #101
  • Added PipelineEditor #76 #79
  • Added ExecutionView #63 #88
  • Added pipeline execution support #83 #87 #80 #94
  • Added initial node detection for PipelineEditor #91 #92
  • Added execution dir detection #125 #126
  • Color coded the jobs in execution view #139 #142
  • Set the job names to operation name #148 #149

Misc Updates

Bug Fixes

  • Fixed bug w/ PipelineEditor node update #84 #86
  • Fixed node deletion bug w/ PipelineEditor #89 #90
  • Fixed centered text bug in #75 #95
  • Fixed error when local op type not in meta #112 #114
  • Fixed fab artifacts when changing the active node #118 #119
  • Architecture not showing bug fixed #129 #131
  • Set the connection type explicitly in PipelineEditor #145 #146

v0.2.0

23 May 14:08
Compare
Choose a tag to compare

Highlights

  • Added basic pipeline support #50 #52
    • However, a new approach is currently under development #60 #76
  • Added Architecture Editor #55 #12
  • Updated ImportTorch to create arch in active node (not root!) #57 #58
  • Added simple demo seed #56 #57
  • Added stable coloring by layer type for Arch Editor #65 #68
  • Added OperationEditor (editing src of operations) #64 #69 #71 #72
  • Added ForgeActionButton #62 #70 #73 #74
  • Updated to webgme 2.x #49 #51