3 papers
cs.SE2026
MigMate: A VS Code Extension for LLM-based Library Migration of Python Projects
Matthias Kebede, May Mahmoud, Mohayeminul Islam +1
Modern software relies heavily on third-party software libraries to streamline the development process. The act of switching one library for a similar counterpart, called library m…
cs.SE2026
MigrateLib: a tool for end-to-end Python library migration
Mohayeminul Islam, Ajay Kumar Jha, May Mahmoud +1
Library migration is the process of replacing a library with a similar one in a software project. Manual library migration is time consuming and error prone, as it requires develop…
cs.SE2025
An Empirical Study of Python Library Migration Using Large Language Models
Md Mohayeminul Islam, Ajay Kumar Jha, May Mahmoud +2
Library migration is the process of replacing one library with another library that provides similar functionality. Manual library migration is time consuming and error prone, as i…