History

See CHANGELOG.md for later changes

0.11.5 (2021-07-24)

  • Fixed handling of files with spaces (credit: @Wonshtrum).

0.11.4 (2021-05-31)

  • Now handles errors generated by git show (e.g. attempt to retrieve content for deleted file).

0.11.3 (2021-01-30)

  • Added cm.get_log function for concistency with the rest of the interface.

0.11 (2021-01-16)

  • Introduced GitProject and SvnProject to ease reference the tree, client and utility functions.

0.10 (2020-12-12)

  • Fixed handling of files with commas in the name.

  • Fixed visualization of pandas example as html.

  • Leveraged new pandas dtypes.

  • Introduced type hints in code base.

  • Switched backend to GitHub actions from travis-ci.

0.9 (2019-09-29)

0.8 (2019-02-26)

  • Added svn.get_diff_stats to retrieve line changes stats per diff.

  • Integrated lizard to calculate average and function level cyclomatic complexity.

0.7 (2019-01-09)

  • Function oriented interface.

  • Visualization via Vega, Altair.

  • Documentation.

0.5 (2018-05-12)

  • First release on PyPI.