hercules v10.4.3 Release Notes

Release Date: 2019-09-28 // over 4 years ago
  • 🚀 The first release which features a GitHub Action. What's inside the produced artifact:

    • Burndown for the whole project
    • Burndown for code ownership
    • Overwrites matrix
    • Couples: files and developers
    • Seriated time series
    • Efforts through time

    To view the embeddings in Tensorflow Projector, go to projector.tensorflow.org, click "Load" and choose the two TSVs. Then use UMAP or T-SNE.

    Sample workflow:

    on: [push]jobs: hercules-charts: runs-on: ubuntu-latestname: Charts generated by src-d/herculessteps: - uses: actions/checkout@master - name: Herculesuses: src-d/hercules@master - uses: actions/upload-artifact@masterwith: name: hercules\_chartspath: hercules\_charts.tar