Skip to content

Releases: zenml-io/mlstacks

0.7.5

14 Sep 10:10
832e70c
Compare
Choose a tag to compare

Small bugfixes and testing additions.

What's Changed

Full Changelog: 0.7.4...0.7.5

0.7.4

30 Aug 21:36
Compare
Choose a tag to compare

Small bug fixes. Some documentation updates as well, linked to how mlstacks works together with ZenML.

What's Changed

  • Update variable name for release publication token by @strickvl in #85
  • Renaming the environment variable for analytics by @bcdurak in #87
  • Update zenml-mlstacks sample command by @strickvl in #89
  • Handle errors more gracefully by @strickvl in #88
  • Use real Segment analytics package instead of deprecated version by @strickvl in #86

Full Changelog: 0.7.3...0.7.4

0.7.3

28 Aug 09:13
Compare
Choose a tag to compare

What's Changed

  • Add zenml <-> mlstacks compatibility check to CI by @strickvl in #84
  • Add missing aws flavor (bugfix) by @strickvl in #83

Full Changelog: 0.7.2...0.7.3

0.7.2

25 Aug 12:15
Compare
Choose a tag to compare

Package dependency fixes for zenml compatibility.

What's Changed

Full Changelog: 0.7.1...0.7.2

0.7.1

25 Aug 10:16
Compare
Choose a tag to compare

This is a minor release that fixes the Python base requirement and relaxes our PyYaml dependency (to allow you to use mlstacks in the same environment as zenml).

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

23 Aug 11:56
Compare
Choose a tag to compare

Lots has changed since our last release! (Our name even changed!)

Stacks are now deployed by way of a Python package.

Full information is available at our new documentation site https://mlstacks.zenml.io.

What's Changed

Full Changelog: 0.6.1...0.7.0

0.6.1

27 Jul 12:34
bcfe9ae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.0...0.6.1

0.6.0

10 May 10:28
8eb0659
Compare
Choose a tag to compare

🧙 ZenML Stack Component Deploy now live!

This release brings important additions to the modular recipes, including a rewrite of Kubernetes cluster modules across all modular recipes, addition of more components like Vertex and Sagemaker to the list of available services, along with a ton of bug fixes.

What's Changed

  • [BUGFIX] Replace length check with null check for kubectl by @wjayesh in #39
  • Transition important local values to vars by @wjayesh in #40
  • Update name of Vertex recipe to gcp-vertexai from vertex-ai by @fa9r in #42
  • [BUGFIX] Fix mlflow reference when disabled in Vertex recipe by @wjayesh in #43
  • add gcloud auth requirement to prerequisites by @wjayesh in #46
  • Fix Kubernetes provider config (check null and fix dependency) by @wjayesh in #48
  • Add spellcheck to CI by @strickvl in #47
  • Test branch protection rule by @wjayesh in #49
  • Revert "Test branch protection rule" by @wjayesh in #50
  • Add sagemaker as step operator by @wjayesh in #51
  • Add info about role binding to airflow readme by @wjayesh in #52
  • sync default region across gcp and aws by @wjayesh in #53
  • Randomize output names for stack components by @wjayesh in #54
  • Add modular VertexAI step operator and orchestrator as part of gcp-modular by @strickvl in #55
  • Fix typo by @strickvl in #56

New Contributors

  • @fa9r made their first contribution in #42

Full Changelog: 0.5.0...0.6.0

0.4.0

20 Jan 14:13
80cdb44
Compare
Choose a tag to compare

Welcome Modular Recipes 🥳🎉

This release introduces the concept of modular recipes, starting with AWS, GCP and local K3D deployments. Modular recipes allow the user to selectively enable different components of their stack from the same recipe, eliminating the need to manually extend existing recipes for achieving a different combination than the already provided recipes.

Going forward, modular recipes will completely replace the other recipes as the user will be able to achieve the same output using one or the other combination of stack components. This is also a major step forward in achieving greater ease of deployment of individual stack components, from the CLI and dashboard both.

What's Changed

New Contributors

Full Changelog: 0.3.1...0.4.0