Skip to content

Commit 3f5b12b

Browse files
committed
Prepare release 0.13.0
1 parent 2fafb56 commit 3f5b12b

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
·
7575
<a href="#-meet-the-team">Meet the Team</a>
7676
<br />
77-
🎉 Version 0.13.0 is out. Check out the release notes
77+
🎉 Version 0.13.1 is out. Check out the release notes
7878
<a href="https://github.com/zenml-io/zenml/releases">here</a>.
7979
<br />
8080
<br />

RELEASE_NOTES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
<!-- markdown-link-check-disable -->
2+
# 0.13.1
3+
4+
ZenML 0.13.1 is here and it comes with several quality of life improvements:
5+
6+
* You can now specify the exact order in which your pipelines steps should be
7+
executed, e.g., via `step_b.after(step_a)`
8+
* TensorBoard was moved to a separate integration so you can use it with Pytorch
9+
and other modeling frameworks
10+
* You can now configure the Evidently integration to ignore specific columns in
11+
your datasets.
12+
13+
This release also contains a lot of documentation on how to deploy
14+
custom code (like preprocessing and postprocessing code) with our KServe and
15+
Seldon integrations.
16+
17+
## What's Changed
18+
* Fix flag info on recipes in docs by @wjayesh in https://github.com/zenml-io/zenml/pull/854
19+
* Fix some materializer issues by @schustmi in https://github.com/zenml-io/zenml/pull/852
20+
* Add ignore columns for evidently drift detection by @SangamSwadiK in https://github.com/zenml-io/zenml/pull/851
21+
* TensorBoard Integration by @fa9r in https://github.com/zenml-io/zenml/pull/850
22+
* Add option to specify task dependencies by @schustmi in https://github.com/zenml-io/zenml/pull/858
23+
* Custom code readme and docs by @safoinme in https://github.com/zenml-io/zenml/pull/853
24+
25+
## New Contributors
26+
* @SangamSwadiK made their first contribution in https://github.com/zenml-io/zenml/pull/851
27+
28+
**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.13.0...0.13.1
29+
30+
231
# 0.13.0
332

433
ZenML version 0.13.0 is chock-full with exciting features.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zenml"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
packages = [
55
{ include = "zenml", from = "src" },
66
]

src/zenml/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.13.1

0 commit comments

Comments
 (0)