|
1 | 1 | <!-- markdown-link-check-disable --> |
2 | 2 |
|
| 3 | +# 0.72.0 |
| 4 | + |
| 5 | +The `0.72.0` release contains various bug fixes, performance improvements and improvements to our documentation. |
| 6 | + |
| 7 | +## What's Changed |
| 8 | +* Fix typo in readme by @schustmi in https://github.com/zenml-io/zenml/pull/3247 |
| 9 | +* adding 0.71.0 to migration tests by @bcdurak in https://github.com/zenml-io/zenml/pull/3250 |
| 10 | +* Fix workload token expiration for cached steps/runs by @schustmi in https://github.com/zenml-io/zenml/pull/3243 |
| 11 | +* Implement wandb settings conversion for latest release by @schustmi in https://github.com/zenml-io/zenml/pull/3246 |
| 12 | +* Add CPU usage note to Modal docs by @strickvl in https://github.com/zenml-io/zenml/pull/3253 |
| 13 | +* Re-authenticate requests that failed authentication by @stefannica in https://github.com/zenml-io/zenml/pull/3256 |
| 14 | +* Add new toc by @htahir1 in https://github.com/zenml-io/zenml/pull/3255 |
| 15 | +* Add step run unique constraint by @schustmi in https://github.com/zenml-io/zenml/pull/3236 |
| 16 | +* Fix build reuse after stack updates by @schustmi in https://github.com/zenml-io/zenml/pull/3251 |
| 17 | +* Fix fetching run template using the client by @schustmi in https://github.com/zenml-io/zenml/pull/3258 |
| 18 | +* Improved deprecation messages for artifact configs and run metadata by @bcdurak in https://github.com/zenml-io/zenml/pull/3261 |
| 19 | +* Filtering and sorting by @bcdurak in https://github.com/zenml-io/zenml/pull/3230 |
| 20 | +* Fix hyperparam tuning docs by @stefannica in https://github.com/zenml-io/zenml/pull/3259 |
| 21 | +* Include user of latest run in pipeline response by @schustmi in https://github.com/zenml-io/zenml/pull/3262 |
| 22 | +* Create model versions server-side to avoid race conditions by @schustmi in https://github.com/zenml-io/zenml/pull/3254 |
| 23 | +* Fix request model validation by @schustmi in https://github.com/zenml-io/zenml/pull/3245 |
| 24 | +* Improve docs to encourage using secrets by @AlexejPenner in https://github.com/zenml-io/zenml/pull/3272 |
| 25 | +* Include service connector requirements in custom flavor registration by @schustmi in https://github.com/zenml-io/zenml/pull/3267 |
| 26 | +* Fix the onboarding state to account for zenml login by @stefannica in https://github.com/zenml-io/zenml/pull/3270 |
| 27 | +* Improve the efficiency of some SQL queries by @schustmi in https://github.com/zenml-io/zenml/pull/3263 |
| 28 | +* Fix broken link by @strickvl in https://github.com/zenml-io/zenml/pull/3276 |
| 29 | +* Bump NLP template by @schustmi in https://github.com/zenml-io/zenml/pull/3275 |
| 30 | +* Fixed and improved sorting by @bcdurak in https://github.com/zenml-io/zenml/pull/3266 |
| 31 | +* Add matplotlib visualization to ZenML dashboard by @htahir1 in https://github.com/zenml-io/zenml/pull/3278 |
| 32 | +* Fix azure integration by @schustmi in https://github.com/zenml-io/zenml/pull/3279 |
| 33 | + |
| 34 | + |
| 35 | +**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.71.0...0.72.0 |
| 36 | + |
| 37 | + |
3 | 38 | # 0.71.0 |
4 | 39 |
|
5 | 40 | ZenML version 0.71.0 delivers a new Modal step operator integration as its |
|
0 commit comments