What's New in Version 1.27.1
Version 1.27.1 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”- Running a query or deploying a model that uses an undirected graph is now faster. PyRel builds the graph as part of that work, and before this release that build slowed down sharply as the number of edges grew. In one case, an undirected
Graphwith 200,000 edges took about 41 seconds to build. That same graph now takes about 1 second.
Dependency Updates
Section titled “Dependency Updates”- PyRel now requires DuckDB 1.5.0 or newer. DuckDB is installed automatically with PyRel, so most users don’t need to do anything. If you have pinned DuckDB to an older 1.4.x version, allow 1.5.0 or newer before you install or upgrade PyRel.