| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-01 | 438 Bytes | |
| v0.11.3 source code.tar.gz | 2026-04-01 | 5.2 MB | |
| v0.11.3 source code.zip | 2026-04-01 | 5.7 MB | |
| Totals: 3 Items | 10.9 MB | 0 | |
What's Changed
Features
- Upgrade to PyTorch 2.7.1 with bitsandbytes and CUDA compatibility fixes
Bug Fixes
- Fix dask metadata mismatch in batch_predict by disabling tensor extension casting
- Fix dropout removal in sequence encoder gradient test
- Fix StackedCNN gradient test to pass with sparse updates
- Pin torchvision and torchaudio versions in CI to match torch 2.6.0
Maintenance
- Pre-commit suggestions (#4075)