Skip to content

Releases: ishepard/pydriller

1.5.1

02 Nov 09:11
Compare
Choose a tag to compare
  • Bug fix: now when filtering the commits, the order is the same of git log (ordered by commit date, not author date)

1.5

01 Nov 09:16
Compare
Choose a tag to compare
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

29 Oct 09:49
Compare
Choose a tag to compare
  • Fix bug #13 : the filename was not correctly displayed on Windows machine.

1.4.2

23 Oct 13:01
Compare
Choose a tag to compare
  • Now the Commit object has the project_path field

1.4.1

23 Oct 08:25
Compare
Choose a tag to compare
  • Small fix of variables and functions scope in RepositoryMining

1.4

22 Oct 14:33
Compare
Choose a tag to compare
1.4
  1. Support the analysis of multiple repos
  2. Support remote repos

1.3

08 Oct 09:31
Compare
Choose a tag to compare
1.3

PyDriller now calculates structural metrics of every file changed in a commit: the modification object now has this info.

1.2.3

03 Aug 13:25
Compare
Choose a tag to compare

Fix issue on resetting the repository.

Contributor: @Ledenel

1.2.2

23 Jul 15:14
Compare
Choose a tag to compare

Speed improvement in calculating the bug inducing commits.

1.2.1

09 Jun 11:13
Compare
Choose a tag to compare

Speed improvement