Skip to content

Commit

Permalink
bumping to version v0.2.6 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JonoCX committed Jul 19, 2023
1 parent 87de92e commit 9ebeb65
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 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:

```python
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](https://mymatcha.ai//references/) to get started!

We're also pleased that as part of this release, we had our first external PR from [Alex](https://github.com/strickvl), a friend of ours over at [ZenML](zenml.io) https://github.com/fuzzylabs/matcha/pull/161.

Date: 19th July 2023

See all changes here: https://github.com/fuzzylabs/matcha/compare/v0.2.5...v0.2.6

---
# v0.2.5

# 🤝 Matcha goes multi-user!
Expand Down Expand Up @@ -30,18 +53,21 @@ We've explained what we're collecting and why in our documentation - see [here](

See all changes here: https://github.com/fuzzylabs/matcha/compare/v0.2.4...v0.2.5

---
# 0.2.4

🔥 This version contains a hot fix for matcha get command, so it does not throw an error when run without arguments.

See all changes here: [v0.2.3...v0.2.4](https://github.com/fuzzylabs/matcha/compare/v0.2.3...v0.2.4)

---
# 0.2.3

🔥 This version contains a quick fix for an import error caused by an old version of `urllib3`

See all changes here: [v0.2.2...v0.2.3](https://github.com/fuzzylabs/matcha/compare/v0.2.2...v0.2.3)

---
# 0.2.2

This release includes documentation changes and bug fixes (detailed below) prior to the public announcement.
Expand All @@ -66,6 +92,7 @@ Date: 16th May 2023

See all changes here: [v0.2.1...v0.2.2](https://github.com/fuzzylabs/matcha/compare/v0.2.1...v0.2.2)

---
# 0.2.1

In this release, we introduce `matcha` to the world - an open source tool for provisioning MLOps environments to the cloud.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "matcha-ml"
version = "0.2.5"
version = "0.2.6"
description = "Matcha: An open source tool for provisioning MLOps environments to the cloud."
authors = ["FuzzyLabs <info@fuzzylabs.ai>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/matcha_ml/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5
0.2.6

0 comments on commit 9ebeb65

Please sign in to comment.