New
v0.8.3
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 https://github.com/Kotlin/kandy/pull/471 - Added
DataColumnAPI for breaks in Legend/Axis by @CarloMariaProietti https://github.com/Kotlin/kandy/pull/486
Fixes
- Fixed typo on FAQ link to issue on Compose Multiplatform support by @jrgonzalezg in https://github.com/Kotlin/kandy/pull/493
- Added missing lets-plot artifacts by @AndreiKingsley in https://github.com/Kotlin/kandy/pull/494
- Added
saveDfHtmlSample()for DataFrameHtmlData by @koperagen in https://github.com/Kotlin/kandy/pull/503
Documentation
- Updated geo guide & gallery by @AndreiKingsley in https://github.com/Kotlin/kandy/pull/472
New Contributors
- @mutokrm made their first contribution in https://github.com/Kotlin/kandy/pull/471
- @jrgonzalezg made their first contribution in https://github.com/Kotlin/kandy/pull/493
- @koperagen made their first contribution in https://github.com/Kotlin/kandy/pull/503
- @CarloMariaProietti made their first contribution in https://github.com/Kotlin/kandy/pull/486
Full Changelog: https://github.com/Kotlin/kandy/compare/v0.8.0...v0.8.3