Skip to content

v0.28.0

Compare
Choose a tag to compare
@onyb onyb released this 14 May 21:55
· 49 commits to master since this release

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.

⚠️ Note that this is a destructive change, and cannot be undone. One can of course restart the postprocessing from scratch.

Screenshot 2021-05-15 at 02 56 57

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.

Screenshot 2021-05-15 at 03 02 24

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)

⚠️ Note that the linked issue is not much relevant now, although it fixes a bug in the way circular predictor nodes were rendered in case of no breakpoints.

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).