Skip to content

Releases: mar-l01/StaticCodeMetrics

Bugfix (use included filename only)

Choose a tag to compare

@mar-l01 mar-l01 released this 20 Jun 09:46
b659804

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)

Choose a tag to compare

@mar-l01 mar-l01 released this 06 Jun 12:59
032ab70

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

Choose a tag to compare

@mar-l01 mar-l01 released this 03 Jun 15:01
91a075f

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

Base release Pre-release
Pre-release

Choose a tag to compare

@mar-l01 mar-l01 released this 01 May 12:45
56dfd4e

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