PCART 1.3 focuses on cross-platform stability, command execution robustness, and more reliable API parameter compatibility repair. This release improves Windows/Linux support across the main pipeline, strengthens Python environment resolution, and fixes several edge cases in preprocessing, mapping, compatibility analysis, and repair validation.
What's Changed
- Add experimental cross-platform support for Windows and Linux. The following modifications have been made in this submission: by @2333289 in #34
- PCART code formatter by @guanpingxiao in #35
- PCART code formatter by @guanpingxiao in #36
- Fix cross-platform command execution in ChangeAnalyze and Repair modules by @chuanyu-MHSL in #37
- PCART code formatter by @guanpingxiao in #38
- Fix cross-platform command execution in Map module by @guanpingxiao in #39
- Merge Dev branch with cross-platform fixes by @guanpingxiao in #40
- Merge Dev branch with cross-platform fixes by @guanpingxiao in #42
- Merge Dev branch with cross-platform fixes by @guanpingxiao in #43
- Update README.md by @guanpingxiao in #44
- Update README by @guanpingxiao in #45
- Fix Windows path handling and runtime compatibility issues by @guanpingxiao in #46
- Fix Python command parsing and interpreter resolution by @guanpingxiao in #47
- Fix parameter parsing and withitem instrumentation by @guanpingxiao in #48
- Update README branding and structure by @guanpingxiao in #49
New Contributors
- @2333289 made their first contribution in #34
- @chuanyu-MHSL made their first contribution in #37
Full Changelog: v1.2...v1.3