Skip to content

Releases: proycon/flat

v0.9.3

07 Dec 13:27
Compare
Choose a tag to compare

This releases mainly fixes/improves various issues when visualising TICCL/PICCL output:

  • Raise a proper error when a correction set is missing #163
  • Visualise substrings as used in TICCL output (requires them to be present in markup form) #92
    • Major interface improvements in substring visualisation
  • Properly display documents with a non-default textclass #139
  • Show feedback on currently selected mode #164
  • Added KNAW HuC affiliation

Note: adding substrings/markup annotation is still not supported yet

v0.9.2

17 Nov 12:40
Compare
Choose a tag to compare
  • Updated FLAT to the latest FoLiA version (v2.4), adds support for modality annotation #161

v0.9.1

07 Nov 15:38
Compare
Choose a tag to compare

Minor bugfix release:

  • session configuration should not override explicitly set configuration for public documents

v0.9.0

30 Aug 10:11
Compare
Choose a tag to compare

This release introduces several big new features:

  • Implemented support for relations (previously known as alignments) (#84)
    • This finishes the essential prerequisites for syntactic movement annotation (#138)
  • Handle alternative annotations (#149)
  • Added the ability to edit the structure's class (#152)

Some other changes:

  • Expanded the test suite according to the new features (#156) and updated documentation
  • Major refactoring in the showeditor() function
  • Output internal editor errors to javascript console
  • Span annotations without set are now properly handled #150
  • Documenting 'slices' configuration directive #153
  • Fix toggles in menu
  • Improved styling of activated menu elements on mouseover

v0.8.0

30 Apr 10:53
Compare
Choose a tag to compare
  • Updated for FoLiA v2, now uses the new foliapy library instead of predecessor pynlpl.formats.folia
    • Implemented provenance support #140
    • Annotator information now shows multiple levels (nested processors)
    • Older FoLiA documents are automatically updated by the new FLAT
  • Various major fixes for adding syntactic annotation (#138)
    • Fixes in visualisation of syntax trees (#138)
  • Implemented hidden word support (#141)
    • Adding support for appending/prepending hidden words in the annotation editor #145
  • Added a script/ dir instead of having scripts in style/ , which was a misnomer
  • Implemented visualisation of relations #84 (a)
  • Disable edit forms for corrections and alternatives in the default full configuration
  • Show warning when loading set definition fails #147
  • No write permission check needed for public uploads #146
  • Adding default converters for ReStructuredText (#74) and CONLL-U (#144), through foliatools
  • Stylistic improvements
    • Improved the top menu, various UI style and usability improvements
    • Expanded footer, added documentation links

Important notes:

  • This release requires some changes to your settings.py if you use a custom one! Please inspect the diffs.
  • This release produces only FoLiA v2 documents (it can still read older documents but will automatically upgrade those)

v0.7.14

09 Oct 19:31
Compare
Choose a tag to compare

Bugfix release:

  • Fixes bug in adding certain span annotation elements (#138)

v0.7.13

12 Aug 18:23
Compare
Choose a tag to compare

Added support for URL prefix, i.e. hosting FLAT not at the root, needed by LaMachine #131

v0.7.12

13 Mar 17:39
Compare
Choose a tag to compare
  • Added /config endpoint that just outputs all configurations in JSON (usually for #50)
  • Documented public upload facility (#50)

v0.7.11

07 Dec 10:54
Compare
Choose a tag to compare
  • Added Django 2.0 compatibility

Upgrade advisory:

If you run Django 2.0 and come from an earlier version, change MIDDLEWARE_CLASSES in your settings.py to MIDDLEWARE. Otherwise you will encounter an error 'WSGIRequest' object has no attribute 'user'

v0.7.10

01 Nov 12:34
Compare
Choose a tag to compare

Bugfix release: fixes issue correction annotation (#124)