2.13.1 Release notes
validmind-library
2.13.1
release
This release fixes issues with boolean fields being excluded from categorical table results and Plotly figure exports hanging.
Bug fixes & support
Fixed boolean fields excluded from categorical table results
Columns with bool dtype were silently excluded from TabularDescriptionTables output because the dtype classification logic only covered numerical, object/category, and datetime types. Boolean columns now appear in categorical table results alongside other categorical data.
Fixed Plotly figure exports hanging
Running tests that generate Plotly figures could hang indefinitely during figure.to_html() calls due to an issue in older versions of kaleido. The kaleido dependency has been updated to version 1.2.0, and figure exports now complete reliably.