Skip to content

Releases: korpling/ANNIS

ANNIS 3.3.5

25 Aug 14:01
Compare
Choose a tag to compare

This is a bugfix release.

Fixed Bugs

#430 Instance font reset in AQL text field
#429 exit error codes are uniform and not documented
#428 annis-service-distribution.tar.gz can't be read from Python
#427 admin UI: sometimes members are removed from group when a new item is added with the popup selector
#425 stderr and stdout are not properly closed when annis service can't start
#422 regression: AQL lost when query panel hidden

ANNIS 3.3.4

17 Aug 09:45
Compare
Choose a tag to compare

This is a bugfix release.

Fixed Bugs

#424 Flat query builder disfunctional

ANNIS 3.3.3

24 Jun 12:02
Compare
Choose a tag to compare

This is a bugfix release.

Fixed Bugs

#421 AQL errors not cleared when new query is set from server side
#420 Text in AQL editor might get replaced with an older version

ANNIS 3.3.2

16 Jun 13:13
Compare
Choose a tag to compare

This is a bugfix release.

Fixed Bugs

#419 server install documentation says ANNIS requires JDK 7 only, but later versions should work as well
#418 Page offset is not reset when executing a new query
#417 AQL lost when query panel hidden.
#416 Don't replace count result output with validation message

ANNIS 3.3.1

06 Jun 11:51
Compare
Choose a tag to compare

This is a bugfix release.

Fixed Bugs

#415 Adding groups after creating a new user will invalidate password (admin UI)
#414 NotSerializableException in authorization cache
#413 Text export not working in ANNIS 3.3.0

ANNIS 3.3.0

06 Jun 07:49
Compare
Choose a tag to compare

This is a new feature release.

The most important enhancements are the new ANNIS import format which allow much faster conversion times and a faster import. Corpora in the older import format versions are still supported. This release also brings syntax highlighting to the AQL query text input, which is especially useful since the hit colours are synchronized with the colours of the query input. Additional important features are frequency analysis on meta-data and support for random ordering of the results.

Enhancements

#410 Selected tab in main view should not look like a link
#408 Moved help messages of exporters into the exporter classes themselves.
#398 Added systemd unit file for ANNIS service.
#392 Can't set numbers=false and metakeys simultaneously in Grid exporter
#385 Syntax highlighting in AQL text editor
#378 search for document name
#376 Export corpora from database to SaltXML
#319 support relANNIS 3.3 format
#285 Refactor the current query settings logic
#282 Frequency analysis on metadata
#268 Limit and random result subsets
#78 Farben und Rauten harmonisieren

Fixed Bugs

#412 Umlaut at beginning or end of annotation name doesn't trigger a parser error
#411 Whole UI is scrolled when using "page down"
#407 Corpus information hangs, then 504 error
#404 HTML visualization config parser error
#397 Exception when "{" is part of the query
#396 Matrix export slow when multiple corpora selected
#395 Embedded font not working in query history
#394 Frequencies fails on disjoint AQL
#391 Export of metadata fails in CSV and Weka exporters
#389 Login window contains ANNIS main interface

Other

#409 Corrected reference to old pcc2 query in German.
#388 Embedding visualizations in external web pages - issue#226(1b)

ANNIS 3.2.3

14 Apr 13:38
Compare
Choose a tag to compare

This is a bugfix release in the 3.2.x branch of ANNIS. If you are upgrading from a 3.1.x or 3.0.x release you have to re-initialize the database. When updating from 3.2.x you can reuse the old database without any changes.

Fixed bugs

#399 Firefox 37: no dependency visualization

ANNIS 3.2.2

15 Jan 12:52
Compare
Choose a tag to compare

This is a bugfix release in the 3.2.x branch of ANNIS. If you are upgrading from a 3.1.x or 3.0.x release you have to re-initialize the database. When updating from 3.2.x you can reuse the old database without any changes.

Fixed bugs

#384 user that should be restricted to create new users can gain adminstration rights
#381 fullscreen does not work for login window
#380 can't import corpus if another corpus has a document with the same name
#379 Authorization cache not cleared if new password is set

Enhancements

#383 allow to query the User object of administration API
#382 update links to homepage

ANNIS 3.2.1

25 Nov 17:14
Compare
Choose a tag to compare

This is a bugfix release in the 3.2.x branch of ANNIS. If you are upgrading from a 3.1.x or 3.0.x release you have to re-initialize the database. When updating from 3.2.x you can reuse the old database without any changes.

Fixed bugs

#375 admin UI: generated hash is not salted
#374 admin UI: upload button available after failed login attempt
#373 Highlighting failure in disjunction
#372 Disjunction fails depending on order
#371 Parallel query leads to spurious context tokens in tree view
#370 Metadata in doc browser does not render HTML

ANNIS 3.2.0

20 Nov 17:15
Compare
Choose a tag to compare

This is a new feature release.

The main change is the clarification of the semantics for matches (see issue #344 for details). Also the database scheme has been updated and a lot of queries on "flat corpora" are much faster now (see issues #318 and #317 ). Besides this a number of different enhancements and bugfixes have been introduced, e.g. a graphical administration interface for managing users and groups.

Enhancements

#366 feature request: allow deleting via corpus name
#354 Issue333 html vis element order
#352 configure login-page
#351 expiration of accounts
#348 Allow to display namespace in grid
#347 Provide adminstration interface
#346 Allow to copy corpora from existing installation
#345 Allow to use different (PostgreSQL) schema
#339 Removed progress bar from result view panel
#338 arch_dependency visualizer does not scroll
#335 Checkbox to disable time-out in Kickstarter
#333 HTML visualizer: set element order for annotations w/ identical coverage
#318 new "annotext" scheme
#317 remove rank entries for continuous spans on import
#307 Selective HTML visualizer graph fetching
#306 Export metadata also in Text and SimpleText exporters
#290 New AQL operator: "near"

Fixed Bugs

#368 AQL operator window broken in Query Builder
#363 Tutorial doesn't work in an added instance
#362 Wrapping in the discourse visualizer fails when line ends in non-maximally underscored element
#359 Example query builder does not escape parameters
#357 ANNIS locks too many tables if querying multiple corpora
#356 arch_dependency visualizer doesn't filter namespace/layer
#355 Ignore resolver_vis_map entries with wrong corpus name on import
#334 correct the info text for the "TextExporter" and "SimpleTextExporter"
#330 "_c" parameter lost if corpus needs login
#320 don't add invalid queries to warn.log
#311 Corpus names don't allow spaces
#291 Reload of restricted corpus URL after logout leads to null pointer exception

Other

#344 Properly seperate matches in matches for nodes and matches for annotation on nodes