Skip to content

Releases: IQSS/DataTaggingLibrary

Stabilities

Choose a tag to compare

@michbarsinai michbarsinai released this 26 Jan 21:33

Some crashes were fixed.

Section Localizations

Choose a tag to compare

@michbarsinai michbarsinai released this 05 Dec 15:17
  • Sections are localized using a file that uses the same format a the policy-space localizations.
  • Improved localization code.
  • Engine stability improvements.

General Betterness

Choose a tag to compare

@michbarsinai michbarsinai released this 12 Nov 16:56

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

Choose a tag to compare

@michbarsinai michbarsinai released this 17 Apr 12:14

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

Other minor updates for stability and ease of use.

Stabilization, Robustness

Choose a tag to compare

@michbarsinai michbarsinai released this 22 Oct 20:46
  • 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

Choose a tag to compare

@michbarsinai michbarsinai released this 04 Sep 09:50
  • 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

Choose a tag to compare

@michbarsinai michbarsinai released this 14 Aug 23:29
  • [end] node optimization is more efficient
  • Improved visualizations
  • Updated localization format
  • Numerous stabilizations and bug fixes

Decision Graph Imports

Choose a tag to compare

@michbarsinai michbarsinai released this 02 Jul 20:33

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

Choose a tag to compare

@michbarsinai michbarsinai released this 19 Jun 10:03

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

Choose a tag to compare

@michbarsinai michbarsinai released this 06 Jun 17:22

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.