What's New in Version 1.19.0
Version 1.19.0 of the relationalai Python package is now available!
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalaiBug Fixes
Section titled “Bug Fixes”- Fixed queries that read two fields from the same multi-field
Propertyin oneselect(), such asselect(invoice.total["currency"], invoice.total["amount"]). Before 1.19.0, PyRel could incorrectly return every combination of the fields’ values instead of keeping the original pairs together. This bug only impactedPropertyinstances and notRelationshipinstances, which always return the stored pairs correctly.