Skip to content

Releases: XpressAI/xircuits

v1.2.0

02 Mar 15:52
Compare
Choose a tag to compare

Full List of Features

Bugs Fixed

Other

Full Changelog: v1.1.0...v1.2.0

v1.1.0

17 Feb 04:30
Compare
Choose a tag to compare

Big Features

1. Double Click to Edit Literals

Previously before this feature, users would have to delete, drag another literal node, and edit the values for each literals, even for a simple misspelling! Now all you need to do it double click and you can easily edit the input. Amazing QoL feature!

2. Right Click Context Menu

The foundation of future right-click-do-something features. Currently you can edit & delete nodes, as well as run Xircuits from this menu.

Full List of Features

Bugs Fixed

  • 🐛Fix path to open components script by @AdrySky in #94
  • 🐛Fix kernel not dispose when closed by @AdrySky in #101
  • 🐛Dispose output panel when no kernel selected by @AdrySky in #102

Other

New Contributors

Full Changelog: v1.0.0...v1.0.1

First official release of Xircuits

02 Feb 04:23
aa08ed5
Compare
Choose a tag to compare

The first release of Xircuits. A Jupyterlab plugin that enables you to create and execute no-code workflows.

Xircuits brings an Unreal Engine Blueprints-inspired workflow to your machine learning projects without having to compromise on flexibility as components are simple python classes.

With this initial release of Xircuits you can:

  • Create new Xircuit files.
  • Edit Xircuit files using drag and drop.
  • Compile and run Xircuit files as python programs.
  • Create and edit new components.
  • Debug Xircuit components interactively.
  • Run as Stand alone or as Spark jobs.
  • Use pre-bundled component libraries which support:
    • Machine Learning operations with Scikit Learn.
    • Pytorch for deep learning.
    • Model Stash for model management.