Releases: ishepard/pydriller
Releases · ishepard/pydriller
1.6
- 2 new filters: only_authors and only_commits.
- bug fix: the modification type can be unknown now. Thanks to @lucapascarella for the PR!
1.5.1
- Bug fix: now when filtering the commits, the order is the same of
git log
(ordered by commit date, not author date)
1.5
- Bug fixes
only_in_main_branch
doesn't exist anymore, since it was buggy
only_in_branches
became only_in_branch
: getting commits from multiple branches did not work, and it won't. PyDriller can not decide the order of commits in different branches, this decision is left to the user
1.4.3
- Fix bug #13 : the filename was not correctly displayed on Windows machine.
1.4.2
- Now the
Commit
object has the project_path
field
1.4.1
- Small fix of variables and functions scope in
RepositoryMining
1.4
- Support the analysis of multiple repos
- Support remote repos
1.3
PyDriller now calculates structural metrics of every file changed in a commit: the modification object now has this info.
1.2.3
Fix issue on resetting the repository.
Contributor: @Ledenel
1.2.2
Speed improvement in calculating the bug inducing commits.