Release date: 14-March-2021
- minor: renamed fixture for clarity
Release date: 12-March-2021
- fix for parsing DPLP trees with only one EDU
Release date: 22-February-2021
- added support for StageDP RST parser
Release date: 10-December-2020
- fix rs3 parser for files produced by isanlp_rst
Release date: 06-June-2020
- added standard RST relations to every rs3 file
Release date: 10-May-2020
- added option to write_svgtree() to return SVG image as a string
Release date: 25-April-2020
- fixed dependencies in 0.4.7
Release date: 23-April-2020
- fixed dependencies in 0.4.6
Release date: 21-April-2020
- added write_svgtree (create SVG files from nltk trees)
Release date: 12-May-2019
- fixed rstlatex nested tree generation
Release date: 11-May-2019
- fixed rstlatex formatting / inheritance bug
Release date: 10-May-2019
- fixed rstlatex file export
Release date: 10-May-2019
- fixed dependency in setup.py
Release date: 27-April-2019
- added exporter for RST trees in Latex
Release date: 25-April-2019
- almost three years of additions/fixes (mostly RST-related importers/exporters, e.g. URML, dis, rs3, HILDA, DPLP, Heilman and Sagae (2015))
Release date: 30-May-2016
- second attempt to fix the distribution of the data directory with the package
- added exporter for FREQT, which extracts frequent embedded subtrees
Release date: 7-May-2016
- attempt to fix the distribution of the data directory with the package
- document graphs can be converted into PTB-style strings (readwrite/tree.py)
- node/edge collections are now ordered (OrderedDict)
Release date: 30-April-2016
- almost two years and countless commits later, finally a new official release
- added lots of importers and exporters and simplified the API
- added 80+ tests (py.test), continuous integration (Travis) and docker support
Release date: 13-May-2014
- added basic Geoff and Neo4j exporter (not yet available via the command line)
- added sphinx-based documentation
Release date: 25-Apr-2014
- small improvements
- added usage examples to readme
- discoursegraphs script now uses the commandline interface of the merging module
Release date: 24-Apr-2014
- first public release
- imports: RS3, TigerXML and an ad-hoc format for expletive annotation
- merge these formats/files into a single multidigraph
- generates simple dot/graphviz-based visualization