Skip to content

Releases: mljs/kernel

v4.0.0

06 Jun 06:54
3888d49

Choose a tag to compare

4.0.0 (2026-06-06)

⚠ BREAKING CHANGES

  • ml-kernel no longer has a default export. Replace import Kernel from 'ml-kernel' with import { Kernel } from 'ml-kernel'.

Features

  • migrate to ESM and align with current standards (c6d3f35)
  • use named exports with a barrel index.js (8cb3abe)