Skip to content
Merged
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
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog does not include internal
changes that do not affect the user.
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This
changelog does not include internal changes that do not affect the user.

## [Unreleased]

## [0.8.1] - 2026-01-07

### Added

- Added `__all__` in the `__init__.py` of packages. This should prevent PyLance from triggering warnings when importing from `torchjd`.
- Added `__all__` in the `__init__.py` of packages. This should prevent PyLance from triggering
warnings when importing from `torchjd`.

## [0.8.0] - 2025-11-13

Expand Down
Loading