-
Ludwig 0.14.1
发布于
2026-04-15 17:39:36 +00:00 Patch release fixing post-0.14.0 CI regressions.
Test suite
- tests/integration_tests/test_ray.py::check_preprocessed_df_equal: align the
ray and local preprocessed dataframes via a per-row hash (including ndarray
columns) before row-wise comparison, so that partition-dependent row order
from Ray Dataset -> to_dask() no longer causes spurious mismatches on
category / vector columns. Fixes test_ray_tabular[dask],
test_ray_tabular_save_inputs[parquet], test_ray_vector[parquet] and
test_ray_vector[csv] on main.
Documentation
- README: drop stale TorchScript / Triton references and document the real
0.14 export targets (SafeTensors default, torch.export, dynamo-based ONNX)
with the actual ludwig export_model CLI flags.
下载附件
- tests/integration_tests/test_ray.py::check_preprocessed_df_equal: align the