Changes

Summary

  1. Ignore datings marked as such in the XML files. (commit: f05258f) (details)
  2. Sort edge re-adding by weight, descending (commit: 679b021) (details)
  3. Updated data submodule (commit: 8367726) (details)
  4. Generalized handling for sources to ignore. (commit: 6039402) (details)
  5. Fixed reporting of comments and sources (commit: 8746d4d) (details)
Commit f05258f5c5b7d8f7efa11a5a2e2e87ffcd9db3fb by Thorsten Vitt
Ignore datings marked as such in the XML files.
Fixes #4
(commit: f05258f)
The file was modified datings.py (diff)
Commit 679b0218dd96f64fda23801b94073a873389439a by Thorsten Vitt
Sort edge re-adding by weight, descending
(commit: 679b021)
The file was modified graph.py (diff)
The file was modified data (diff)
Commit 60394026bee29b2b8105b341975fdfa025cf4c36 by Thorsten Vitt
Generalized handling for sources to ignore.
Just mark these sources with score=0 in bibscores.tsv, no need to
hardcode.
Cf. https://github.com/faustedition/xml/issues/466
(commit: 6039402)
The file was modified graph.py (diff)
Commit 8746d4dbdf932dc7735bea714e1d7ecb30a0a8aa by Thorsten Vitt
Fixed reporting of comments and sources
(commit: 8746d4d)
The file was modified datings.py (diff)
The file was modified report.py (diff)