Releases: ishepard/pydriller
Releases · ishepard/pydriller
1.2
New function "get_commits_last_modified_lines" that applies SZZ to retrieve the list of the commits that last modified some lines.
Plus, is much faster than before since I fixed a bug in the logging of RepositoryMining. Now it analyses ~60 commits per second.
1.1
Pydriller is now lazy!
All the attributes of a Commit object are lazy evaluated. This allows Pydriller to be up-to 10x faster than before!