Skip to content

Commit 17b8836

Browse files
authored
chore: Release v0.11.0 (#685)
1 parent 3d0d0a5 commit 17b8836

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ changelog does not include internal changes that do not affect the user.
88

99
## [Unreleased]
1010

11+
## [0.11.0] - 2026-05-18
12+
1113
### Changed
1214

1315
- **BREAKING**: Removed `norm_eps`, `rep_eps` and `solver` parameters from the `__init__` of

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "torchjd"
7-
version = "0.10.0"
7+
version = "0.11.0"
88
description = "Library for Jacobian Descent with PyTorch."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)