Skip to content

Releases: proycon/foliapy

v2.4.1

18 Nov 14:03
Compare
Choose a tag to compare

Implemented a move() method alongside copy(), which does no deep copy.

v2.4.0

16 Nov 20:55
Compare
Choose a tag to compare

Updated for FoLiA v2.4.0:

v2.3.0

02 Sep 14:31
Compare
Choose a tag to compare
  • Implements FoLiA v2.3
  • Bugfixes
    • also serialize when confidence=0 #23
    • fix missing t-ref/@id attribute #19
    • also perform text validation on string elements #15
    • Implemented extra checks for spurious text
    • added requests library as an explicit dependency
    • fixed tests for new xmldiff version

v2.2.5

13 Jan 09:16
Compare
Choose a tag to compare

Minor fix:

  • no hard fail on missing version, but assume an old version instead #17

v2.2.4

03 Jan 15:38
Compare
Choose a tag to compare

Minor fix in setup.py so it installs even when not on a proper utf-8 locale. (#16)

v2.2.3

21 Dec 15:42
Compare
Choose a tag to compare

v2.2.2

10 Oct 21:15
Compare
Choose a tag to compare

Minor bugfix release:

  • fixed bug with processor= keyword argument to ``Document class

v2.2.1

20 Aug 13:08
Compare
Choose a tag to compare
  • updated for FoLiA v2.2.1
  • prevent adding a duplicate generator subprocessor
  • relax parsing of the xref/@type attribute (it's status as either mandatory or optional was unclear, so let's keep it optional)
  • [FQL] implemented support for relations #11
  • alias was not properly serialised on declarations (#12)

v2.2.0

23 Jul 10:44
Compare
Choose a tag to compare
  • Implemented AbstractWord.alternativelayers() method and made findspans() able to handle alternative spans
  • Various FQL improvements, mainly regarding alternative handling and revised AS ALTERNATIVE directive
  • Allow set-holding and set-less declarations to co-exist (proycon/folia#74)
  • Expanded test suite

v2.1.4

12 Jun 08:49
Compare
Choose a tag to compare
  • Documentation updates
  • Add a fix to the library to handle an automatically fix certain invalid FoLiA where an explicit processor attribute is missing on an annotation and no default can be assigned due to there being multiple possible processors/annotators (need to be explicitly enabled)