github Kotlin/kandy v0.8.3

2 days ago

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 before kandy:
%useLatestDescriptors
%use dataframe, kandy
// or
%use dataframe(1.0.0-Beta4n), kandy(0.8.3, 0.8.3)
  • New dataframe and kandy versions are not supported by older Kotlin Jupyter kernel versions.
    Please use kernel 0.16.0-736 or newer.

Versions

  • Kandy statistics - 0.8.3
  • Kotlin Notebook - IDEA 2025.2 or newer;
  • Jupyter Kernel - 0.16.0-736 or newer;
  • Kotlin DataFrame - 1.0.0-Beta4 in Gradle projects / 1.0.0-Beta4n in notebooks;

Changes

This release also includes several small but important improvements - many thanks to our wonderful contributors!

Features

Fixes

Documentation

New Contributors

Full Changelog: v0.8.0...v0.8.3

Don't miss a new kandy release

NewReleases is sending notifications on new releases.