Releases: LoicGrobol/ginger
Releases · LoicGrobol/ginger
v0.15.0 — Living in 2022
Added
- Support for the
tikz-dependency
output 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.root
is now the actual root of the treelibginger.UDNode.space_after
is now correctly true ifmisc
is emptylibginger.Tree.descendance
is 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_id
andtext
metadata - UD Nodes (
libginger.UDNodes
and subtypes) have a newspace_after: bool
property corresponding to UD 'SpaceAfter' - A tree with extended dependencies in
test.conll
Changed
ginger
returns proper exit codes- Support for
identifier
andmisc
fields for all UD Nodes, includinglibginger.MultiTokenNode
- Support for arbitrary iterables for
deps
inlibginger.Node
constructor _
columns in CoNLL files are now translated toNone
attributes instead of a litteral_
Fixed
libginger.Tree.raw_token_sequence
is 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_sequence
is 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.