Skip to content

v4.4.0

Choose a tag to compare

@mljs-bot mljs-bot released this 06 Jun 13:07
ed87d8b

4.4.0 (2026-06-06)

Features

  • migrate to ESM, vitest and current tooling (a163ca6)

Bug Fixes

  • bound the OPLS component loop with maxComponents (79de99a)
  • handle zero-variance columns to avoid NaN in OPLS (fbc2257)
  • throw on constant labels instead of returning NaN (9b7f364)

Performance Improvements

  • avoid clone churn in the oplsNipals OSC loop (9a89625)
  • skip dead trainFeatures scaling for later OPLS components (fb724e5)
  • skip redundant clones in OPLS _predictAll (921dbda)