Commit 834cf42
authored
feat(analysis): add built-in plots and view (#17)
* chore(deps): add analysis dependencies
* feat(analysis): add pull request list view
* feat(analysis): implemented state distribution
* feat(analysis): implemented overall timeline distribution
* feat(analysis): implemented author association distribution
* feat(analysis): implemented conventional commit breakdown
* chore(deps): consolidated
* feat(analysis): implemented reaction distribution
* docs(sample): add plot and view samples
* chore(poetry): update lock
* chore(precommit): removed eof fixer
* chore(notebooks): moved view pull requests
* chore(verify): add papermill and jupyter verification scripts
* chore(notebooks): refresh
* chore(ci): verify notebooks
* chore(ci): build project
* chore(pyproject): comment out readme for now
* chore(ci): run poetry shell
* fix(ci): ensure poetry run is used for validate notebooks
* fix(ci): update validate notebooks
* chore(verbose): disable validation
* chore(ci): add amend
* fix(poetry): pin urllib below version 2
python-poetry/poetry#7936
https://github.com/kiran94/prfiesta/actions/runs/5031995017/jobs/9025385196#step:11:26
* chore(ci): restrict verify notebooks to linux
* chore(notebooks): refresh
* chore(notebooks): remove echo
* style(analysis): trailing whitespace1 parent 1485b9b commit 834cf42
22 files changed
Lines changed: 2791 additions & 60 deletions
File tree
- .github/workflows
- docs
- notebooks
- plots
- samples_data
- scripts
- views
- prfiesta/analysis
- tests/analysis
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
59 | 68 | | |
60 | 69 | | |
61 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
Large diffs are not rendered by default.
Lines changed: 132 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 132 additions & 0 deletions
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
0 commit comments