Skip to content

Releases: ishepard/pydriller

1.2

07 Jun 09:50
Compare
Choose a tag to compare
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

24 Apr 09:51
b57b701
Compare
Choose a tag to compare
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!

1.0

09 Apr 13:29
Compare
Choose a tag to compare
1.0

initial release