This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summaryAdded preprocessing progress callback and fixed MLflow filesystem tracking plus updated GPU Docker images to include cu126 PyTorch wheels.
Full changelog
What's new
Preprocessing progress callback — implement in your subclass to receive live progress updates (0.0 to 1.0) during feature preprocessing. Works with pandas, Dask, and Ray backends out of the box.
class MyCallback(Callback):
def on_preprocess_progress(self, progress: float, **kwargs):
print(f"Preprocessing: {progress:.0%}")
Fixes
- MLflow 3.x filesystem tracking store compatibility in CI
- GPU Docker images now correctly ship CUDA-enabled PyTorch wheels (cu126)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ludwig
Low-code framework for building custom LLMs, neural networks, and other AI models
Related context
Related tools
Beta — feedback welcome: [email protected]