Skip to content

v0.2.6

Compare
Choose a tag to compare
@swells2020 swells2020 released this 19 Jul 14:57
· 15 commits to main since this release
9ebeb65

🔌 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