What's New in Version 1.1.0
Version 1.1.0 of the relationalai Python package is now available!
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalaiNew Features and Enhancements
Section titled “New Features and Enhancements”Graph.jaccard_similarity()now supports directed graphs, including weighted directed graphs.
Bug Fixes
Section titled “Bug Fixes”- Fixed jobs filtering in methods such as
JobsClient.list()and commands such asrai jobs:list. Before, if you ran them with the reasoner type set toPredictiveorPrescriptive, the output could leave out matching jobs when PyRel was configured for Direct Access. Now those jobs are included, as expected.