1 parent 5a475f9 commit 4b1c23eCopy full SHA for 4b1c23e
2 files changed
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
<!-- version list -->
4
5
+## v0.18.0 (2026-07-20)
6
+
7
+### Features
8
9
+- Allow arbitrary PyTrees to be passed between pipeline stages
10
+ ([#41](https://github.com/d9d-project/d9d/pull/41),
11
+ [`5a475f9`](https://github.com/d9d-project/d9d/commit/5a475f9dcb90171672b9c5ab02e8c3e13e81e111))
12
13
14
## v0.17.0 (2026-07-10)
15
16
### Documentation
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "d9d"
-version = "0.17.0"
+version = "0.18.0"
description = "d9d - d[istribute]d - distributed training framework based on PyTorch that tries to be efficient yet hackable"
authors = [
{name = "Maksim Afanasyev", email = "mr.applexz@gmail.com"}
0 commit comments