Pydriller Versions Save

Python Framework to analyse Git repositories

2.6

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ishepard/pydriller/compare/2.5.1...2.6

2.5.1

8 months ago

What's Changed

Full Changelog: https://github.com/ishepard/pydriller/compare/2.5...2.5.1

2.5

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ishepard/pydriller/compare/2.4.1...2.5

2.4.1

1 year ago

What's Changed

Full Changelog: https://github.com/ishepard/pydriller/compare/2.4...2.4.1

2.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ishepard/pydriller/compare/2.3...2.4

2.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ishepard/pydriller/compare/2.2...2.3

2.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ishepard/pydriller/compare/2.1...2.2

2.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ishepard/pydriller/compare/2.0...2.1

2.0

3 years ago

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

1.15.5

3 years ago

The commit obj now carries on information from gitstats, namely:

  • deletions: number of deleted lines in the commit
  • insertions: number of added lines in the commit
  • lines: total number of added + deleted lines in the commit
  • files: number of files changed in the commit