Skip to content

Bump pydriller from 1.12 to 2.1 - #6

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pydriller-2.1
Closed

Bump pydriller from 1.12 to 2.1#6
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pydriller-2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2022

Copy link
Copy Markdown

Bumps pydriller from 1.12 to 2.1.

Release notes

Sourced from pydriller's releases.

2.1

What's Changed

New Contributors

Full Changelog: ishepard/pydriller@2.0...2.1

2.0

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

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

1.15.4

  • Remove git property from GitRepository.
  • Better tests for get_commits_last_modified_lines

1.15.3

Bug fixes:

  • when using include_refs the commit now has information about remote branches as well

Features:

  • support for relative paths

... (truncated)

Commits
  • 2f93169 prepare for release
  • 1376678 Merge pull request #206 from 12f23eddde/include_deleted_files
  • 200000e Add include_deleted_files
  • 036978c Merge pull request #200 from thtrummer/master
  • add0ae3 Treat URLs starting with http:// as remote
  • 26e6b59 add num_workers in doc
  • 2351934 Update python version of readthedocs
  • a172679 Update python version of readthedocs
  • 5941709 Fix doc link in commit.rst
  • 49f4d43 Merge pull request #193 from gliptak/patch-1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pydriller](https://github.com/ishepard/pydriller) from 1.12 to 2.1.
- [Release notes](https://github.com/ishepard/pydriller/releases)
- [Commits](ishepard/pydriller@1.12...2.1)

---
updated-dependencies:
- dependency-name: pydriller
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 28, 2022
@dependabot @github

dependabot Bot commented on behalf of github Nov 14, 2022

Copy link
Copy Markdown
Author

Superseded by #100.

@dependabot dependabot Bot closed this Nov 14, 2022
@dependabot
dependabot Bot deleted the dependabot/pip/pydriller-2.1 branch November 14, 2022 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants