Skip to content

Releases: IQSS/DataTaggingLibrary

Stabilities

26 Jan 21:33
Compare
Choose a tag to compare

Some crashes were fixed.

Section Localizations

05 Dec 15:17
Compare
Choose a tag to compare
  • Sections are localized using a file that uses the same format a the policy-space localizations.
  • Improved localization code.
  • Engine stability improvements.

General Betterness

12 Nov 16:56
Compare
Choose a tag to compare

Multiple improvements, including:

  • Better visualizations
  • Improved semantics for [section],part and continue.
  • Improved CLI interface (especially the help parts)
  • Updated sample models
  • Node ids restricted to be more file-system friendly
  • Lots of code cleanups, including package structure
  • \stats, \loc-update, \todo commands
  • Lookup slots by name
  • Moving to Maven, JParsec3

Better Inference

17 Apr 12:14
Compare
Choose a tag to compare

Value inference works even when there are compound sub-slots.

Other minor updates for stability and ease of use.

Stabilization, Robustness

22 Oct 20:46
Compare
Choose a tag to compare
  • Multiple little fixes and stabilizations.
  • Runnable scripts, pm (for unix) and pm.bat (windows). They save the user from having to type java -jar.

Stability, Usability, and Value Inferrers

04 Sep 09:50
Compare
Choose a tag to compare
  • CliRunner is more robust, as we fixed multiple issues and improved the error messages.
  • Fixed issues with \find-runs.
  • Improved visualizations and \stats command.
  • Improved and Updated the documentation
  • Added ValueInferrers, that allow inferring values of atomic slots from other values.

Stabilization

14 Aug 23:29
Compare
Choose a tag to compare
  • [end] node optimization is more efficient
  • Improved visualizations
  • Updated localization format
  • Numerous stabilizations and bug fixes

Decision Graph Imports

02 Jul 20:33
Compare
Choose a tag to compare

This release adds a way of splitting a decision graph into multiple files. Additionally:

  • Localization support is improved.
  • Updated documentation
  • Added a sample large model with localization and split decision graph.

External Texts and Localization

19 Jun 10:03
Compare
Choose a tag to compare

This release supports separation of the texts from the Policy model. This allows for domain experts to edit the texts without interfering with the programmatic parts of the model. It also allows model localization, where the same model is presented us gin different languages.

PolicyModel files

06 Jun 17:22
Compare
Choose a tag to compare

This release supports policy model files. These files contain metadata about the policy model, such as version, author info, and required files (decision graphs and policy spaces).

Additionally, this version includes improvements to the CliRunner, so it is easier to create new questionnaires.