v0.2.6
🔌 Matcha as an API!
We've been quietly working away on Matcha and we've re-engineered the core of Matcha to support programmatically deploying infrastructure to Azure.
While you'll still be able to use your favourite commands on the CLI (matcha get experiment-tracker
), you can now incorporate Matcha into your Python workflows:
experiment_tracker = matcha.get('experiment-tracker')
This means that you can stand-up, link tools to their infrastructure, and tear-down resources in a couple of lines of Python code.
See our new reference documentation to get started!
We're also pleased that as part of this release, we had our first external PR from Alex, a friend of ours over at ZenML #161.
Date: 19th July 2023
See all changes here: v0.2.5...v0.2.6