Releases: delph-in/pydelphin
Releases · delph-in/pydelphin
v1.3.0
Fixes some bugs with TDL parsing, DMRS conversion, mkprof, MRS isomorphism checking, and TSDB.
See the CHANGELOG.
v1.2.4
Fix an issue with Python's newlline handling when reading TSDB relations.
See the CHANGELOG.
v1.2.3
Fixes a couple of bugs with the delphin process
command and gives it a progress bar when -vv
is not used (also for API usage).
See the CHANGELOG.
v1.2.2
Added stderr
parameter to delphin.ace.ACEGenerator
and delphin.ace.ACETransferer
.
See the CHANGELOG.
v1.2.1
Bug fixes for recent Python versions and for the delphin mkprof
command, and more user-friendly error messages from all delphin
commands.
See the CHANGELOG.
v1.2.0
This release removes Python 3.5 support, adds Python 3.8 support, adds the cli
namespace, fixes some issues with MRS and DMRS, an expands formatting options for delphin convert
.
See the CHANGELOG.
v1.1.0
This release fixes some issues with TSDB and TSQL, adds some features to the Derivation classes, and removes the NetworkX dependency by implementing the VF2 algorithm for graph isomorphism detection. See the CHANGELOG.
v1.0.3
This patch release fixes a couple more bugs in REPP processing, one or two in the TSDB primitives, and improves logging. It also ensures that the code type-checks with Mypy. See the CHANGELOG.
v1.0.2
This patch release fixes a bug in REPP processing and also improves its performance. See the CHANGELOG.
v1.0.1
This patch release fixes a few bugs related to DMRS-to-MRS conversion. See the CHANGELOG.