Skip to content

V6.2 - FEAT: Adding the Number of Modified Files Metric

Compare
Choose a tag to compare
@BrenoFariasdaSilva BrenoFariasdaSilva released this 08 Oct 15:12
· 530 commits to main since this release

Release 6.2 - FEAT: Adding the Number of Modified Files Metric

New Features

  • Added the Average Modified Files calculation to enhance repository metrics tracking.
  • Implemented filtering of repositories based on Average Modified Files.
  • Introduced new CSV files to record Average Modified Files occurrences and percentile intervals.
  • Added the Modified Files Count field to the Metrics Track Record, enhancing the metrics evolution analysis.

Improvements

  • Enhanced Code Churn computation performance by up to 50x in PyDriller/repositories_picker.py.
  • Refactored commit count gathering and sorting to improve code readability and maintainability.
  • Improved CSV file handling, including renaming headers and providing verbose output.

Bug Fixes

  • Fixed issues with the Code Churn values extraction function call.
  • Corrected the id and key extraction logic in the metrics_changes.py to ensure accurate data processing.

Full Changelog: v6.1...v6.2