Gitpandas v0.0.6: python 2.7, fileowners, file-wise blame and examples

After the last release about two weeks ago, I’ve focused the development in git-pandas around testing, documentation, and bugfixes in preparation for the first major release, v1.0.0. In this release, we’ve added:

  1. Support for python 2.7
  2. Testing and integration with Travis-CI and Coveralls
  3. Revision name was added to the file change history dataframe
  4. Blame can be done file-wise throughout the project directory or repository rather than at the repository level
  5. Bus factor returns a dataframe
  6. A helper function in repository for determining file owners by majority blame was added
  7. Bugfix in cumulative blame in repositories with heavy refactors

So things remain on track for a v1.0.0 release in the coming weeks, I still welcome any contributors, feedback, or criticism along the way. You can get the latest release on PyPI with:

pip install -U git-pandas

Or check out the source here:

https://github.com/wdm0006/git-pandas

Subscribe to the Newsletter

Get the latest posts and insights delivered straight to your inbox.