Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
code-maat-1.0.3-standalone.jar | 2022-10-24 | 39.4 MB | |
README.md | 2022-10-24 | 485 Bytes | |
Support custom temporal period for coupling source code.tar.gz | 2022-10-24 | 803.9 kB | |
Support custom temporal period for coupling source code.zip | 2022-10-24 | 847.2 kB | |
Totals: 4 Items | 41.0 MB | 0 |
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.