MLJAR Studio Changelog

Version 1.0.4

March 24, 2026

Structured AutoML reports and NumPy 2 compatibility

MLJAR Studio 1.0.4 upgrades AI Data Scientist reporting with structured, LLM-friendly AutoML output and updates dependency compatibility so mljar-supervised works with modern NumPy versions.

Highlights

Added structured AutoML reports optimized for LLM-friendly output
Improved AI Data Scientist report format for more consistent machine-readable sections
Removed the `numpy==1.26.4` dependency pin; mljar-supervised now works with NumPy > 2.0

Added

  • Added structured report output for AutoML in AI Data Scientist.
  • Added an LLM-friendly report format to improve downstream parsing and automation.

Improved

  • Improved AutoML reporting consistency so generated outputs are easier to consume by LLM-based workflows and tools.

Fixed

  • Removed the legacy numpy==1.26.4 dependency constraint.
  • Updated compatibility so mljar-supervised works with NumPy versions greater than 2.0.