Releases: LoicGrobol/ginger
Releases · LoicGrobol/ginger
v0.15.0 — Living in 2022
Added
- Support for the
tikz-dependencyoutput format
Changed
- Modernized CI and ops infrastructure
- Modernized packaging
- Ditch docopt and switch to click
Full Changelog: v0.14.1...v0.15.0
Ginger 0.14.1
Bugfix release to fix installing without cairo.
See the full diff at v0.14.0...v0.14.1
See the changelog for more informations about past releases.
The one that brings us to the present
Changed
- Dependency on pycairo is optional again
- Usage without installation is not supported anymore see README for updated installation instructions
Also a lot of dev tools modernisation.
See the full diff atv0.13.0...v0.14.0
See the changelog for more informations about past releases.
v0.13.0 The one we have waited for so long
0.13.0
Added
- Image format outputs :tada:
See the full diff atv0.12.0...v0.13.0
See the changelog for more informations about past releases.
v0.12.0 The piped one
0.12.0
Fixed
libginger.Tree.rootis now the actual root of the treelibginger.UDNode.space_afteris now correctly true ifmiscis emptylibginger.Tree.descendanceis now sorted
Changed
- Use the regular setuptools install mechanisms instead of our previous homebrewn solution
- Move dist files to
ginger/
See the full diff atv0.11.0...v0.12.0
See the changelog for more informations about past releases.
v0.11.0 Now with extra polish
0.11.0
Added
- Support for CoNLL-U
sent_idandtextmetadata - UD Nodes (
libginger.UDNodesand subtypes) have a newspace_after: boolproperty corresponding to UD 'SpaceAfter' - A tree with extended dependencies in
test.conll
Changed
gingerreturns proper exit codes- Support for
identifierandmiscfields for all UD Nodes, includinglibginger.MultiTokenNode - Support for arbitrary iterables for
depsinlibginger.Nodeconstructor _columns in CoNLL files are now translated toNoneattributes instead of a litteral_
Fixed
libginger.Tree.raw_token_sequenceis now actually UD-compliant- It doesn't include words that are part of a multi-word token anymore. E.g. only vámonos and not vamos and nos.
- It doesn't return the root node anymore.
libginger.Tree.word_sequenceis now actually UD-compliant, as it does not include the root node anymorelibtreebank.conll…direct str parsing should work now- CoNLL-U metadata are now properly read
See the full diff atv0.10.3...v0.11.0
See the changelog for more informations about past releases.
v0.10.3 Now with actual Python
0.10.3
Fixed
- Importing in tests now works as it should
- Actually ignore lines that should be ignored in treebanks
Changed
- Full UD for the first example of
/examples/test.conll - Format the changelog according to Keep a Changelog v1.0.0
See the full diff atv0.10.1...v0.10.3
See the change log for more informations about past releases.