Skip to content

pypto-toolkit v4.0.26

Choose a tag to compare

@indigo1973 indigo1973 released this 04 Aug 03:54
· 6 commits to main since this release

New Features

  • Critical Path Preview Optimization for L2 Swimlane Chart: When previewing the l2_swimlane_records.json file, if the critical path analysis output files (CPM_observed.json and CPM_static.json) exist in the same directory, users can enable the corresponding critical path display mode via the critical path option in the render configuration. In this mode, non-critical path tasks in the worker view of the L2 swimlane window will be uncolored and become non-selectable, making it easier to focus on core critical path tasks.
  • Full Task ID Search Support: Extended the task search function for deps*.json preview. The search feature now supports matching complete task IDs in the format of r{}t{}, enabling more accurate and precise task lookup.

Bug Fixes

  • Table Sorting Fix: Fixed the issue of ascending/descending sorting failure when clicking the header row of the preview table for name_map*.json files. The one-click header sorting feature now works properly to support quick data sorting and viewing.