Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ changes that do not affect the user.
Before this change, trying to differentiate through them leaded to wrong gradients or unclear
errors.

### Added

- Added a `py.typed` file in the top package of `torchjd` to ensure compliance with
[PEP 561](https://peps.python.org/pep-0561/). This should make it possible for users to use
[mypy](https://github.com/python/mypy) against the type annotations provided in `torchjd`.

## [0.6.0] - 2025-04-19

### Added
Expand Down
Empty file added src/torchjd/py.typed
Empty file.
Loading