We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
py.typed
1 parent 3421b0e commit 08cef61Copy full SHA for 08cef61
CHANGELOG.md
@@ -29,6 +29,12 @@ changes that do not affect the user.
29
Before this change, trying to differentiate through them leaded to wrong gradients or unclear
30
errors.
31
32
+### Added
33
+
34
+- Added a `py.typed` file in the top package of `torchjd` to ensure compliance with
35
+ [PEP 561](https://peps.python.org/pep-0561/). This should make it possible for users to use
36
+ [mypy](https://github.com/python/mypy) against the type annotations provided in `torchjd`.
37
38
## [0.6.0] - 2025-04-19
39
40
### Added
src/torchjd/py.typed
0 commit comments