Skip to content

Releases: LoicGrobol/ginger

v0.15.0 — Living in 2022

01 Apr 15:03
6428375
Compare
Choose a tag to compare

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

02 Jun 12:49
Compare
Choose a tag to compare

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

27 Dec 15:56
Compare
Choose a tag to compare

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

14 Apr 21:29
Compare
Choose a tag to compare

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

14 Apr 15:02
Compare
Choose a tag to compare

0.12.0

Fixed

  • libginger.Tree.root is now the actual root of the tree
  • libginger.UDNode.space_after is now correctly true if misc is empty
  • libginger.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

27 Dec 22:38
Compare
Choose a tag to compare

0.11.0

Added

  • Support for CoNLL-U sent_id and text metadata
  • UD Nodes (libginger.UDNodes and subtypes) have a new space_after: bool property corresponding to UD 'SpaceAfter'
  • A tree with extended dependencies in test.conll

Changed

  • ginger returns proper exit codes
  • Support for identifier and misc fields for all UD Nodes, including libginger.MultiTokenNode
  • Support for arbitrary iterables for deps in libginger.Node constructor
  • _ columns in CoNLL files are now translated to None 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 anymore
  • libtreebank.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

22 Aug 10:02
Compare
Choose a tag to compare

0.10.3

Fixed

  • Importing in tests now works as it should
  • Actually ignore lines that should be ignored in treebanks

Changed

See the full diff atv0.10.1...v0.10.3

See the change log for more informations about past releases.