-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
# PyMigBench | ||
Library migration is the process of replacing one library with another in a client project. | ||
_PyMigBench_ is a benchmark of Python Library Migration that we developed in the paper: | ||
> Mohayeminul Islam, Ajay Kumar Jha, Sarah Nadi. | ||
> PyMigBench and PyMigTax: A Benchmark and Taxonomy for Python Library Migration. | ||
> _Empirical Software Engineering (Under Review)_. | ||
PyMigBench is a benchmark of Python Library Migrations. | ||
This repository contains the dataset and the tool to access the dataset. | ||
This repository contains the benchmark data and the source code of the tool to explore the data. Please visit [the PyMigBench website](https://ualberta-smr.github.io/PyMigBench) to learn more about the dataset and the tool. | ||
|
||
Other than the benchmark, we also developed _PyMigTax_, | ||
a taxonomy of the migration related code changes that we include in PyMigBench. | ||
Please read the [preprint version of the paper](https://arxiv.org/abs/2207.01124) to learn more about PyMigBench and PyMigTax. | ||
|
||
This repository contains the benchmark data and the tools to explore the data. Please visit [the PyMigBench website](https://ualberta-smr.github.io/PyMigBench) to learn more about the dataset and the tool. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
LibPairKey = "lp" | ||
MigrationKey = "mg" | ||
CodeChangeKey = "cc" | ||
|
||
DataTypeKeys = [LibPairKey, MigrationKey, CodeChangeKey] | ||
DataTypeKeys = [LibPairKey, MigrationKey] | ||
|
||
DataTypeName = { | ||
LibPairKey: "library pair", | ||
MigrationKey: "migration", | ||
CodeChangeKey: "code change" | ||
MigrationKey: "migration" | ||
} |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.