Skip to content

Commit dad7d0e

Browse files
Bump version to 0.6.2 and update changelog for AU predictor CUDA fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3ae62e3 commit dad7d0e

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## 0.6.2
4+
5+
Released on April 17, 2026.
6+
7+
### Fixed
8+
* AU predictor CUDA deadlock with PyTorch >= 2.0 and CUDA >= 12.0 by loading model as native PyTorch nn.Module instead of TorchScript
9+
10+
### Added
11+
* Native PyTorch implementation of OpenGraphAU model (Swin Transformer backbone + GNN head)
12+
* Support for loading native PyTorch models via `native_model_class` parameter in BaseModel
13+
* `timm` dependency for model utilities (DropPath, to_2tuple, trunc_normal_)
14+
15+
### Changed
16+
* AU predictor device restored from forced CPU to configurable device (CUDA support re-enabled)
17+
18+
319
## 0.6.1
420

521
Released on April 14, 2026.

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.6.2

0 commit comments

Comments
 (0)