Skip to content

v1.7.1

Compare
Choose a tag to compare
@MFA-X-AI MFA-X-AI released this 17 Mar 17:14
· 481 commits to master since this release

What's Changed

Highlight

✨ Make initializing In/OutArgs automatic. by @wmeddie in #223

This PR simplifies component creation by using Python's annotations to auto-initialize InArg/OutArg arguments. Now, init functions are only required for setting default values. Say goodbye to repetitive and tedious typing when creating components!

Other New Features

Bug Fixes:

Other:

Full Changelog: v1.7.0...v1.7.1