v0.28.0
Changelog
Allow removing predictors in postprocessing workflow (#178)
The last predictor in the sortable levels can now be removed by clicking on the cross button. The levels can be sorted by clicking on the hamburger icon and dragging it.
Additionally, the software is now able to save the PDT file with only the used predictors, in the "Save Operation" option in the Menu.
Add button to open computation logs file (#176)
A new button has been added to open the log file using the system's default text editor.
Display near real-time computations runtime status (#162)
The "Launch Computation" button (see the previous image) is now guaranteed to be disabled while computation is in progress, even if the user moves to a different tab.
Allow merging leaf nodes to the left (#174)
Introduced a new Decision Tree mode called "Merge leaf". When activated, clicking on a leaf node will merge it to the node on its left. In case a merge is not possible, an error is displayed.
Fixed bug when plotting the mapping function for a circular variable (#165)
Prevent single-child nodes in Decision Tree for circular predictors (#159)
Fix bug preventing the merging of nodes immediately below the root (#155)
Users can now merge the Level 1 nodes in the decision tree from the breakpoints table, or directly from the tree itself (using the new "Merge leaf" mode).