Skip to content

Commit

Permalink
Release version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
agarsev committed Feb 9, 2022
1 parent 0ae9241 commit 557ed49
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## v1.3

### New dataset version 2

There are four annotation schemas now, one for graphemes, one for logograms,
another one for graph edges, and a final one for meta tags. The logogram
annotation schema is new, but previously this information could be stored in
the meta tags (now they are separate). See below for more about graphs. The new
dataset version in not compatible, so existing datasets need to be migrated.

### Logogram graphs

Logograms can now store a graph which connects bound graphemes with edges. These
edges have their own tags and tag schema, and can be used to capture the
compositional or spatial relations between bound graphemes. The dataset
configuration has been updated, as well as the web interface, to allow
annotating these new values.

### Other

- Configuration dictionaries are now merged instead of replaced in network, pipeline and dataset configs.
- "Extend" configurations can be chained.
- In the web interface listing, annotations can be filtered according to flags.
- The color list to use in the logogram editor can now be customized.
- Other bug fixes and documentation

## v1.2

### Pipelines
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "quevedo"
description = "Tool for managing datasets of images with compositional semantics"
version = "1.3.0-alpha"
version = "1.3.0"
authors = ["Antonio F. G. Sevilla <afgs@ucm.es>"]
license = "OSL-3.0"
readme = "README.md"
Expand Down

0 comments on commit 557ed49

Please sign in to comment.