Skip to content

Commit f155a8d

Browse files
0.16.0
Automatically generated by python-semantic-release
1 parent e6374be commit f155a8d

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
<!-- version list -->
44

5+
## v0.16.0 (2026-06-16)
6+
7+
### Documentation
8+
9+
- Add DEP-0008 for backend selection mechanism ([#34](https://github.com/d9d-project/d9d/pull/34),
10+
[`57055fa`](https://github.com/d9d-project/d9d/commit/57055fa23b34e99fc542b8d2bf540dd924b02939))
11+
12+
### Features
13+
14+
- Implement FA4/FA2/TorchSDPA/Eager attention backends with programmatic auto-selection
15+
([#35](https://github.com/d9d-project/d9d/pull/35),
16+
[`e6374be`](https://github.com/d9d-project/d9d/commit/e6374beb7e7d9ce827745ec467cb5766e3a7b34f))
17+
18+
519
## v0.15.0 (2026-06-04)
620

721
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "d9d"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
description = "d9d - d[istribute]d - distributed training framework based on PyTorch that tries to be efficient yet hackable"
55
authors = [
66
{name = "Maksim Afanasyev", email = "mr.applexz@gmail.com"}

0 commit comments

Comments
 (0)