- Fully transitioned to ignore_globs and include_globs style syntax
- Parallelized cumulative blame support with joblib threading backend
- Added threading parallelism to many project directory functions.
- Added a chaching module for optional redis or memory backed caching of certain resultsets
- Added ignore_globs option alongside all methods with ignore_dir and extensions, will be the only method for filtering files in v2.0.0
- _repo_name changed to repo_name in project directories (old method left with deprecation warning)
- repo_name property added to repositories
- Support for estimating time spent developing on projects.
- bugfix in ignore_dir option for root level directories
- file details function
- Stable API
- Punchcard dataframe added
- Plotting helpers added to library under utilities module
- Added github.com profile object
- Added file owner utility
- Added lifelines example
- Added rev to file change history table
- Added file-wise blame using by='file' parameter
- Bus Factor returns a dataframe
- Now supporting python 2.7+ and 3.3+
- Added file change rates table with risk metrics
- Added basic functionality with coverage files
- Added limited time window based dataset functionality
- Expanded docs
- Added cumulative blame and revision history
- Added approximate bus factor analysis
- Added blame
- Initial release, basic interface to commit history and descriptors