Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 944 Bytes

File metadata and controls

33 lines (16 loc) · 944 Bytes

Changelog

3.0.0 (2026-06-06)

⚠ BREAKING CHANGES

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

Features

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

2.1.0 (2026-06-06)

Features

  • migrate to ESM and align with current standards (d19e296)

2.0.1 (2019-06-29)

2.0.0 / 2015-11-18

  • refactor to a class

1.0.0 / 2015-11-18

  • first release