Skip to content

2.0

Compare
Choose a tag to compare
@ishepard ishepard released this 11 May 12:28
· 172 commits to master since this release
cb61ead

Pydriller 2.0 finally arrived! Biggest updates are:

  • Multithreading is now supported! With the flag num_workers you can specify how many threads you want to use (default = 1). With threads you can be much faster: when analysing the entire history of apache hadoop, I went from 11.04 minutes to 1.46 minutes!
  • It was time to rename and shorten the main classes:
    • RepositoryMining -> Repository
    • GitRepository -> Git
  • Renamed Modification to a more meaningful class name ModifiedFile