Skip to content

Releases: UnicoLab/FlowyML

v1.9.2

28 Mar 07:32

Choose a tag to compare

v1.9.2 (2026-03-28)

Bug Fixes

  • Add frontend build step to release pipeline to include frontend assets in PyPI package (e2dcd79)

Chores

  • Save last release version for recovery [skip ci] (a9e9e96)

Detailed Changes: v1.9.1...v1.9.2

v1.9.1

23 Mar 10:55

Choose a tag to compare

v1.9.1 (2026-03-23)

Bug Fixes

  • Bumping version (0cb4589)

  • Update doc links, fix sidebar logo clipping, make rich a core dep (a50727b)

Chores

  • Save last release version for recovery [skip ci] (d23ac28)

Detailed Changes: v1.9.0...v1.9.1

v1.9.0

23 Mar 08:51

Choose a tag to compare

v1.9.0 (2026-03-23)

Bug Fixes

Chores

  • Save last release version for recovery [skip ci] (1e94c0c)

Continuous Integration

  • Add workflow_dispatch to PR preview workflow (8b7f3e3)

Documentation

Features

  • Adding checkpoint and prompt artifacts + docs alignment (55a40bc)

  • Adding evals and GenAI observability features (3948e56)

  • Adding new features and improvement for stability (ded6126)

  • Automatic steps discovery and steps registry with filtering (f56b059)

Refactoring


Detailed Changes: v1.8.0...v1.9.0

v1.8.0

02 Feb 14:05

Choose a tag to compare

v1.8.0 (2026-02-02)

Bug Fixes

Chores

  • Save last release version for recovery [skip ci] (9a45415)

Features


Detailed Changes: v1.7.2...v1.8.0

v1.7.2

11 Dec 09:12

Choose a tag to compare

v1.7.2 (2025-12-11)

Bug Fixes

  • Add Keras training pipeline example and enhance model asset with training history support (c07bec4)

  • Add new integrations for PyTorch and Scikit-learn in documentation (aeec1f9)

  • Clarify Assets interface data field in assets documentation (75d555f)

  • Enhance AssetDetailsPanel with toggle functionality for asset list visibility (2066a9f)

  • Enhance Dataset and Model assets with automatic statistics and metadata extraction (e61decb)

  • Enhance DatasetViewer and ArtifactViewer for improved dataset handling (3e1264b)

  • Enhance DatasetViewer for improved TensorFlow dataset handling (dbdae52)

  • Introduce DatasetViewer component and enhance artifact selection logic (110ef26)

  • Update frontend components and dependencies for improved functionality (36c4893)

Chores

  • Save last release version for recovery [skip ci] (c025f3e)

Detailed Changes: v1.7.1...v1.7.2

v1.7.1

10 Dec 21:15

Choose a tag to compare

v1.7.1 (2025-12-10)

Chores

  • Save last release version for recovery [skip ci] (44565bc)

Detailed Changes: v1.7.0...v1.7.1

v1.7.0

10 Dec 10:41

Choose a tag to compare

v1.7.0 (2025-12-10)

Bug Fixes

  • Introduce quick commands for managing the flowyml UI server, including start, stop, and status functionalities, enhancing user experience with detailed feedback and options for automatic browser opening. (6fe2145)

Chores

  • Save last release version for recovery [skip ci] (07be0b0)

Features

  • Enhance PipelineDisplay with optional UI and run URLs for improved user experience during pipeline execution. Add methods to display clickable links in both rich and simple modes. (ecf0412)

Detailed Changes: v1.6.0...v1.7.0

v1.6.0

09 Dec 15:36

Choose a tag to compare

v1.6.0 (2025-12-09)

Chores

  • Save last release version for recovery [skip ci] (65d5243)

Features

  • Add data setter to FeatureSet for improved data management and enhance metadata handling in LocalOrchestrator for better attribute access and clarity. (a9e72b4)

  • Enhance experiment tracking and control flow capabilities in pipelines, introducing automatic logging of metrics and conditional execution with If statements for improved flexibility and usability. (c50edff)

  • Enhance testing capabilities by enabling parallel execution for all test types in Makefile and updating pytest configuration in pyproject.toml. Update poetry.lock to reflect changes in optional dependencies and improve feature set initialization in featureset.py. (fc828fb)

  • Implement rich display system for pipeline execution, enhancing CLI output with execution group color coding and improved step status visualization. (aa411a1)

  • Update checkpointing functionality to be enabled by default, enhancing pipeline resilience and simplifying user experience. Improve documentation with automatic checkpointing details and execution history tracking in the scheduler. (0c8b2fb)


Detailed Changes: v1.5.0...v1.6.0

v1.5.0

08 Dec 09:21

Choose a tag to compare

v1.5.0 (2025-12-08)

Chores

  • Save last release version for recovery [skip ci] (38abf2e)

Features

  • Add project filtering to global stats, inject heartbeat timestamps into runs, and improve artifact viewer UI with dark mode support. (d6ad5c6)

  • Implement experiment comparison feature with multi-selection UI and a new dedicated comparison page. (6fcb613)

  • Implement real-time run visualization using websockets and React Flow. (a618895)

  • Implement run stopping, real-time step log streaming, and execution heartbeat integration. (3545f7e)

  • Improve UI data handling robustness, update backend retry policy, and add dead step marking for runs. (cf15ac0)

  • Introduce run comparison page and enable inline artifact content viewing. (92690aa)


Detailed Changes: v1.4.0...v1.5.0

v1.4.0

02 Dec 10:19

Choose a tag to compare

v1.4.0 (2025-12-02)

Bug Fixes

  • Add Python 3.10 compatibility for UTC import from datetime. (b100fe1)

Chores

  • Save last release version for recovery [skip ci] (a7dfa33)

Features

  • Add remote execution and logging, implement Docker deployment, and enhance backend API with asset management and statistics. (33fe5de)

Refactoring

  • Relocate SQLMetadataStore import to address E402 linting. (f754fb5)

Detailed Changes: v1.3.0...v1.4.0