Releases: gotec/git2net
Releases · gotec/git2net
1.8.0
1.7.1
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
-
Added the module
complexityallowing to compute various complexity measures before and after all file modifications in commits. -
Added a new tutorial on how to use the
complexitymodule. -
Added options for disambiguation and complexity computation to the command line version of
git2net. -
Removed
extract_complexityoption from functions in the moduleextraction. This functionality is now provided by the newcomplexitymodule.
1.5.7
- Added full documentation for git2net at git2net.readthedocs.io
- Extended README.md to feature links to all tutorials and integrate with Binder, Google Colab, and NBViewer
1.5.6
Major changes:
- Moved tutorials to its own repository (gotec/git2net-tutorials) and greatly expanded their scope.
- Changed the visualisation function
get_commit_editing_paths()toget_commit_editing_dag(). This function now no longer extracts the paths from the resulting dag. The change was necessary as the path extraction in the current version ofpathpyis slow even for moderately sized networks.
Minor changes:
- Moved from
importlibtopkg_resourcesto detect the running version ofgit2net.