Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Sep 11, 2020
1 parent d26e86a commit 17f9807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion macrogen
Submodule macrogen updated 62 files
+16 −0 DATAMODEL.md
+1 −0 MANIFEST.in
+2 −2 build.gradle
+731 −0 expdata/details_reverse-inline.csv
+731 −0 expdata/details_reverse.csv
+717 −0 expdata/details_single-copy-copy.csv
+717 −0 expdata/details_single-copy-farthest.csv
+717 −0 expdata/details_single-copy-nearest.csv
+717 −0 expdata/details_single-copy.csv
+717 −0 expdata/details_single-none.csv
+717 −0 expdata/details_single-orphan.csv
+731 −0 expdata/details_split-inline-low.csv
+731 −0 expdata/details_split-inline.csv
+731 −0 expdata/details_split-none.csv
+ expdata/experiments.xlsx
+717 −0 expdata/positions.csv
+0 −116 graphviewer/graphviewer.py
+0 −54 graphviewer/templates/form.html
+1,067 −0 poetry.lock
+50 −0 pyproject.toml
+3 −0 pytest.ini
+0 −2 requirements-dev.txt
+0 −42 setup.py
+0 −0 src/graphviewer/README.md
+159 −0 src/graphviewer/graphviewer.py
+15 −0 src/graphviewer/templates/faustedition.html
+301 −0 src/graphviewer/templates/form.html
+53 −18 src/graphviewer/templates/help.html
+1 −1 src/macrogen/__init__.py
+3 −1 src/macrogen/bibliography.py
+3 −0 src/macrogen/config.py
+6 −3 src/macrogen/datings.py
+187 −0 src/macrogen/diff.py
+4 −1 src/macrogen/etc/bibscores.tsv
+7 −0 src/macrogen/etc/default.yaml
+174 −0 src/macrogen/etc/graphviz_attrs.yaml
+1 −1 src/macrogen/etc/logging.yaml
+9 −0 src/macrogen/etc/styles.yaml
+0 −15 src/macrogen/faust_logging.py
+3 −1 src/macrogen/fes.py
+426 −111 src/macrogen/graph.py
+142 −11 src/macrogen/graphutils.py
+13 −0 src/macrogen/main.py
+373 −126 src/macrogen/report.py
+130 −0 src/macrogen/splitgraph.py
+15 −8 src/macrogen/uris.py
+42 −4 src/macrogen/visualize.py
+2 −2 tests/skiptest_dates.py
+51 −0 tests/test_bibliography.py
+4 −4 tests/test_fes.py
+34 −1 tests/test_graph.py
+116 −0 tests/test_report_generic.py
+1 −1 tests/test_uris.py
+5 −0 tests/test_witnesses.py
+0 −0 util_scripts/convert_table.py
+1 −1 util_scripts/dates.py
+0 −0 util_scripts/faust.py
+1,214 −0 utils/Diffs.ipynb
+3 −0 utils/README.md
+9 −0 utils/experiments.py
+11 −0 utils/mergestats.py
+11 −0 utils/runs.lst
2 changes: 1 addition & 1 deletion src/main/xproc
Submodule xproc updated 1 files
+1 −0 gradle.properties

0 comments on commit 17f9807

Please sign in to comment.