- Added support for native machine learning models outcome, that is continuous probability. Previously, only predicted target classes were handled. With this new version, the user can directly analyze the probability output of the model.
- Added support to MacOS. Previous versions didn't build on MacOS due to the usage of a Linux command in Makefile for retrieving the localhost ip address, needed by frontend. The Makefile is now supporting both Linux and MacOS systems.