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
complexity
allowing to compute various complexity measures before and after all file modifications in commits. -
Added a new tutorial on how to use the
complexity
module. -
Added options for disambiguation and complexity computation to the command line version of
git2net
. -
Removed
extract_complexity
option from functions in the moduleextraction
. This functionality is now provided by the newcomplexity
module.
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 ofpathpy
is slow even for moderately sized networks.
Minor changes:
- Moved from
importlib
topkg_resources
to detect the running version ofgit2net
.