Skip to content

v1.7.0

Compare
Choose a tag to compare
@MFA-X-AI MFA-X-AI released this 07 Mar 07:56
· 504 commits to master since this release
d58177b

It's been a few months since the last official update, but we're excited to finally release Xircuits 1.7! This release finally merges #193 which implements branch components as well as loop components. You can now create crazier workflows with do or if like logic.
We also have refactored our compiler to be python-based. Users can now compile .xircuits workflows outside Jupyterlab using xircuits-compile!
Finally we're also happy to add more component libraries to the collection - RPA, Streamlit, as well as RabbitMQ, and MQTT!

What's Changed

Xircuits Core Features:

Component Libraries:

  • Extend Xircuits to include RPA features by @yuenherny in #203 #204
  • Add layer definition for sequential models in pytorch component library. by @wmeddie in #205
  • 📖 XAI Learning -> XAI Tensorflow Keras by @MFA-X-AI in #217

Workflows:

Bug Fixes:

  • 🐛 Fix compulsory inPort args in new compiler by @MFA-X-AI in #211
  • 🐛 Fix Save and compile run from not compiling correctly by @MFA-X-AI in #215

Others:

New Contributors

Full Changelog: v1.6.1...v1.7.0

Upcoming Updates

We're planning on refactoring more of our core features, including merging #200 and #201. More Xircuits charging your way!