Skip to content

Releases: deepforge-dev/deepforge

v0.12.0

08 Aug 13:55
Compare
Choose a tag to compare

Overview

CLI updates

  • Fixed torch update failure due to invalid config #606 #609
  • Added support for multiple workers connected to different servers #618 #623

Job metadata

  • Fixed decimal number parsing #589 #590

Pipeline Execution

Misc UI/UX improvements

  • Updated fab colors #588 #599
  • Updated execution debug indication #601 #603
  • Hide restart button when running #597 #604
  • Removed long err message on failed exec #608 #611

Misc bug fixes

  • Fixed Materialize race condition #607 #610
  • Fixed failed deepforge.image when at end of operation #625 #632
  • Fixed output switching on job issue #626 #631

v0.11.0

01 Aug 14:29
Compare
Choose a tag to compare

Overview

  • Added "setter" support (like ceil in SpatialMaxPooling) and defaults detection #541 #554 #553
  • Added xor example #557 #560

Custom Operations

Execution

  • Merged "snapshot" and "debug" options
  • Improved ansi code support #582 #584
  • Fixed reference code creation bug #558 #561
  • Fixed no metadata in colored worker terminals #562 #563
  • Added output icons in job editor #576 #577
  • Fixed unreported failed jobs #579 #580

Data Types and Classes

  • Added custom class inheritance support #412 #573

v0.10.1

26 Jul 15:26
Compare
Choose a tag to compare

Overview

v0.10.0

25 Jul 17:13
Compare
Choose a tag to compare

Overview

  • Added deepforge cli management #526 #545
  • Added graph output support in operations/jobs #488 #543

Operations

  • Added unused output warnings #518 #522
  • Unused variable warning incorrect #538 #539
  • Attribute naming improvements #533 #534

Pipeline Execution

v0.9.0

18 Jul 13:54
Compare
Choose a tag to compare

Operations

General Usability

  • Added ubuntu support to install script #395 #498
  • Added string, boolean types to project defaults #471 #474
  • Added lenet to cifar10 example #66 #501

Data type creation

  • Added renamed support by editing comment #444 #480

Pipelines Execution

  • Added fork notification and improved fork names #495 #345 #494 #496
  • Log viewer tracks end of the logs #304 #500
  • Fixed error if operation name is quoted #470 #475
  • Fixed deserialization of casted data node bug #245 #478
  • Fixed bug on returning nil complex object #484 #485

Misc

v0.8.0

11 Jul 15:50
Compare
Choose a tag to compare

This release focused primarily on making DeepForge more user friendly. Of course, it also includes a number of bug fixes and a couple important enhancements.

This includes a simple website for DeepForge at http://dfst.github.io/deepforge

Main Screen/Visualizer

Operation Editor

Architecture Editor

Pipelines and Executions

  • made title editable in pipeline editor #375 #383
  • Fixed failing executions due to dangling connections #377 #382
  • Added artifact upload from ArtifactLoader operation #422 #428

Base Project and Examples

Misc

  • Updated icons for better look and feel #406 #469
  • Fixed export branch grabbing unset assets #437 #439
  • Removed old demo seed #365 #384
  • Added support for unrecognized os in install script #404 #405
  • Fixed using PORT=... to set port on start. #425 #426
  • Fixed ImportArtifact incorrect error message #427 #431

v0.7.0

27 Jun 17:03
Compare
Choose a tag to compare

Examples/Documentation

Execution Improvements

Pipeline Improvements

Architecture Improvements

  • Support for variable args in layers #328 #329
  • Simplified arch import button #155 #333

Misc Bug fixes

  • Naming inputs/outputs for operation to '' #351 #352
  • Fixed race condition error on load #359 #360
  • Changing projects from TextEditor bug #366 #367

v0.6.0

20 Jun 21:33
Compare
Choose a tag to compare

Highlights

nn language updates

  • Updated nn provided layers
    • Parsing torch7's nn library for nn visual language #85 #291
    • Updated CreateTorchMeta for updating nn library rather than overwriting #290 #292
    • Added node placement for CreateTorchMeta updating

Pipeline Editor

  • Added port name tooltips #286 #287
  • Added ArtifactFinder #236 #277
  • Set ArtifactLoader to target name #288 #289
  • Updated pipeline buttons

Executions

Misc Bug Fixes

v0.5.0

13 Jun 16:15
Compare
Choose a tag to compare

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

v0.4.0

06 Jun 13:26
Compare
Choose a tag to compare

Highlights

  • Added npm run local command for running in single node mode #121 #193
  • Created custom operation creator #97 #158
  • Added default names for new pipelines, data, ops #172 #182
  • Added DataType editor #137 #159
  • Added delimiters to worker execution #163 #197
  • Removed data download button for meta data nodes #169 #196

Pipeline Editor

Bug fixes