Code Maat Versions Save

A command line tool to mine and analyze data from version-control systems

v1.0.4

1 year ago

This release contains a minor improvement to the entity-effort analysis. In previous versions, the results were sorted just by file name. We maintain that overall order, but also add a second sorting key so that the owners of each entity are listed in descending order based on their total contributions.

v1.0.3

1 year ago

The previous version supported a temporal-period argument, but the support was only partially implemented and restricted to a single day. This PR adds support for an arbitrary temporal period as discussed in https://github.com/adamtornhill/code-maat/issues/84

The algorithm is implemented using a sliding window, combining commit activity across the specified temporal period.

Note that this analysis is really only meaningful for coupling.

No other changes in this release.

v1.0.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/adamtornhill/code-maat/compare/v1.0.1...v1.0.2