We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b034a71 commit acd6d4eCopy full SHA for acd6d4e
CHANGELOG.md
@@ -8,6 +8,8 @@ changes that do not affect the user.
8
9
## [Unreleased]
10
11
+## [0.8.1] - 2026-01-07
12
+
13
### Added
14
15
- Added `__all__` in the `__init__.py` of packages. This should prevent PyLance from triggering warnings when importing from `torchjd`.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "torchjd"
7
-version = "0.8.0"
+version = "0.8.1"
description = "Library for Jacobian Descent with PyTorch."
readme = "README.md"
authors = [
0 commit comments