Skip to content

Releases: merendamattia/mces

Release list

v1.1.0

Choose a tag to compare

@merendamattia merendamattia released this 04 Feb 17:19

1.1.0 (2026-02-04)

Bug Fixes

  • enhance algorithm selection in handleRunMces function to support connected and greedy path MCES algorithms (6224139)
  • reduce max workers for concurrent runs from 6 to 3 for better resource management (9aec8dc)
  • update edge multipliers and increase max workers for improved benchmark performance (125a6db)

Features

  • add algorithm statistics tracking and display in frontend; enhance backend to return additional metrics (77efb46)
  • add ilp_r2 algorithm to benchmark runner (1514cb1)
  • add plot generation script for benchmark results visualization (4c1ec1b)
  • add simulated annealing algorithm to benchmark runner (3584406)
  • add simulated annealing MCES algorithm and corresponding API endpoint (391dbc7)
  • add thread-safe printing for benchmark progress and results (5be115b)
  • enhance algorithm statistics display with improved styling and consistent table formatting (2f810aa)
  • enhance benchmark output with thread-safe printing and status updates (49ba2c5)
  • enhance solution optimality check in ilp_r2_mces function (610e777)
  • implement benchmark runner for MCES algorithms with CSV output and configurable parameters (19b0350)
  • implement connected and greedy path MCES algorithms; update API and frontend for new functionalities (34dbc85)
  • implement ILP R2 algorithm for MCES and add API endpoint (7e70624)
  • refactor benchmark execution to use ThreadPoolExecutor for concurrent algorithm runs (c310283)

v1.0.0

Choose a tag to compare

@merendamattia merendamattia released this 21 Dec 17:15

1.0.0 (2025-12-21)

Features

  • add Docker support with multi-stage builds for backend and frontend, including health checks and nginx configuration (6a2bf2f)
  • add initial implementation of MCES visualizer with graph generation and rendering (eb99289)
  • enhance algorithm results display with improved layout and styling (cabbd59)
  • enhance graph rendering and algorithm execution with improved documentation and layout handling (70b88b5)
  • enhance result graphs styling with improved layout and visual effects (998c85c)
  • enhance UI styling and add footer with version info and links (47d3823)
  • implement MCES algorithms with API integration and UI controls (05c7827)
  • improve random graph generation to ensure connectivity and edge constraints (b13bfd9)
  • update edge color handling and improve highlight styling in graph rendering (fdc734e)
  • update graph controls and visualization layout for improved user interaction (886757e)