Skip to content

What's New in Version 1.27.1

August 18, 20268:57 PM UTC

Version 1.27.1 of the relationalai Python package is now available!

To upgrade, activate your virtual environment and run the following command:

Terminal window
pip install --upgrade relationalai
  • 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 Graph with 200,000 edges took about 41 seconds to build. That same graph now takes about 1 second.
  • 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.