Releases: IQSS/DataTaggingLibrary
Stabilities
Some crashes were fixed.
Section Localizations
- Sections are localized using a file that uses the same format a the policy-space localizations.
- Improved localization code.
- Engine stability improvements.
General Betterness
Multiple improvements, including:
- Better visualizations
- Improved semantics for
[section]
,part
andcontinue
. - 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
Value inference works even when there are compound sub-slots.
Other minor updates for stability and ease of use.
Stabilization, Robustness
- 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
- 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
ValueInferrer
s, that allow inferring values of atomic slots from other values.
Stabilization
[end]
node optimization is more efficient- Improved visualizations
- Updated localization format
- Numerous stabilizations and bug fixes
Decision Graph Imports
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
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
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.