Skip to content

v3.0.0

Latest

Choose a tag to compare

@mljs-bot mljs-bot released this 06 Jun 06:40
77a3aaa

3.0.0 (2026-06-06)

⚠ BREAKING CHANGES

  • the package no longer has a default export. Replace import GaussianKernel from 'ml-kernel-gaussian' with import { GaussianKernel } from 'ml-kernel-gaussian'.

Features

  • use a named export instead of a default export (ed8653d)