Releases: ulaval-rs/othello
Releases · ulaval-rs/othello
Othello v0.1.6
Adding an option in the aggregate tool that allows the user to choose the column on which the table join will be based.
Othello v0.1.5
Allowing to use of the indexes from MacBeth data. This option is added because sometimes the GDB file links to the MacBeth file through a column of indexes rather than values.
Othello v0.1.4
Fix several bugs such as
- Handle duplicated criterion names in the Aggregate tool
- Allow using custom criterion name in Aggregate tool
- Aggregate output is now tested and therefore validated
- Allow a sum of weights not equal to 1 in the Aggregate tool, but warn the user
- Datetime is appended to the FinalLayer to prevent overwriting data
Othello v0.1.2
- Allowing to write the FinalLayer in an already existing gdb file
- Minor improvements
Othello v0.1.1
Fix bug found in the first pre-release v0.1.1
- Fix interpolation error in the
Criteria tool
when adding the new "*_mb" column - Improve popup messages
- Limit to .gdb file when exporting data with the
Aggregate
tool to prevent unexpected bugs - Improve documentation