This is a technical release, fully compatible with Kotlin DataFrame 1.0.0-Beta4.
The Kandy statistics module now uses the same version as the main Kandy artifact.
To use it in a Notebook:
%use kandy(0.8.3, 0.8.3)Or simply load the latest available descriptors:
%useLatestDescriptors
%use kandy- If you want to include
dataframe, list it beforekandy:
%useLatestDescriptors
%use dataframe, kandy
// or
%use dataframe(1.0.0-Beta4n), kandy(0.8.3, 0.8.3)- New
dataframeandkandyversions are not supported by older Kotlin Jupyter kernel versions.
Please use kernel0.16.0-736or newer.
Versions
- Kandy statistics -
0.8.3 - Kotlin Notebook - IDEA 2025.2 or newer;
- Jupyter Kernel -
0.16.0-736or newer; - Kotlin DataFrame -
1.0.0-Beta4in Gradle projects /1.0.0-Beta4nin notebooks;
Changes
This release also includes several small but important improvements - many thanks to our wonderful contributors!
Features
- Added size check to
breaksLabeled()by @mutokrm in #471 - Added
DataColumnAPI for breaks in Legend/Axis by @CarloMariaProietti #486
Fixes
- Fixed typo on FAQ link to issue on Compose Multiplatform support by @jrgonzalezg in #493
- Added missing lets-plot artifacts by @AndreiKingsley in #494
- Added
saveDfHtmlSample()for DataFrameHtmlData by @koperagen in #503
Documentation
- Updated geo guide & gallery by @AndreiKingsley in #472
New Contributors
- @mutokrm made their first contribution in #471
- @jrgonzalezg made their first contribution in #493
- @koperagen made their first contribution in #503
- @CarloMariaProietti made their first contribution in #486
Full Changelog: v0.8.0...v0.8.3