Skip to content

Releases: src-d/hercules

v10.5.0

07 Oct 09:12
31c0f92
Compare
Choose a tag to compare

Features contributed by @akx:

  • It is now possible to specify -m in labours multiple times.
  • Python code was refactored.

v10.4.3

28 Sep 18:59
Compare
Choose a tag to compare

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-latest
    name: Charts generated by src-d/hercules
    steps:
      - uses: actions/checkout@master
      - name: Hercules
        uses: src-d/hercules@master
      - uses: actions/upload-artifact@master
        with:
          name: hercules_charts
          path: hercules_charts.tar

v10.4.0

18 Sep 06:11
Compare
Choose a tag to compare
Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>

v10.3.0

11 Jul 20:59
Compare
Choose a tag to compare
Bump the version

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>

v10.2.0

21 Jun 11:22
3a8653c
Compare
Choose a tag to compare
Merge pull request #292 from vmarkovtsev/master

Added 3D overwrites visual

v10.1.0

26 Apr 08:53
3b04d23
Compare
Choose a tag to compare
  • Variable length tick support in labours
  • Fix merging --devs results
  • Minor API changes related to the tick size

v10.0.4

09 Apr 21:46
Compare
Choose a tag to compare
  • Fix further bugs in the language filter (#270, #274)

v10.0.3

09 Apr 06:45
Compare
Choose a tag to compare
  • Fixed lowercase language name filtering (#270)
  • Fixed resampling by year if the data spans over less than one year (#268)
  • Fixed the survival analysis - now a proper Kaplan-Meier
  • New logging

v10.0.2

09 Apr 07:12
Compare
Choose a tag to compare
  • Fix handling --devs in labours

v10.0.1

06 Apr 15:20
Compare
Choose a tag to compare
  • Fix --devs handling in labours