| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-28 | 788 Bytes | |
| v0.11.2 source code.tar.gz | 2026-02-28 | 5.2 MB | |
| v0.11.2 source code.zip | 2026-02-28 | 5.7 MB | |
| Totals: 3 Items | 10.9 MB | 0 | |
What's Changed
Bug Fixes
- Fix slow test failures: Checkpoint API, Dask-expr batch_transform, MinIO S3 storage compatibility
- Use fsspec s3fs for Ray Tune S3 storage (fixes PyArrow/MinIO chunked transfer encoding incompatibility)
- Fix automl best_model loading from Ray Tune checkpoints (use
from_checkpoint=True) - Fix test data sizes where stratified splits require minimum samples per class
Performance
- Optimize test suite: reduce data sizes, model sizes, and epochs across 14+ integration test files
- Reduce CI runtime by ~60-70%
Documentation
- Fix README image URLs to use correct branch
- Rewrite Korean README for v0.11
- Add JSON Schema export for SchemaStore integration
Full Changelog: https://github.com/ludwig-ai/ludwig/compare/v0.11.1...v0.11.2