Releases: mar-l01/StaticCodeMetrics
Release list
Bugfix (use included filename only)
This patch included the fix of issue #29.
Now, only the filename of an included file + extension is used as index when calculating the instability metric, not the full included-file path (if one was given).
Bugfix (call script from everywhere)
Within this release following bug was fixed: Until v1.0.1, this scripts installed via pip install staticcodemetrics-scm-pkg was only executable in the root directory of this cloned repository.
Now, when installed via pip, this application can be executed from anywhere without cloning this repository.
Ready for PyPi
This release contains changes which made this repository ready to be installed using the Python package index. From now on, it can simply be installed using pip.
Therefore, the directory structure was changed and some additonal (required) files were added.
Base release
This release is used as basement for further development. It includes:
- test-cases using 'unittest'
- console application execution (either plotting Main Sequence or distance)
- basic description given in repository README
- simple build-pipeline when pushing to repository