Skip to content

What's New in Version 1.31.0

September 15, 202610:38 PM UTC

Version 1.31.0 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
  • You can now use the variance and variance_samp aggregates to measure how spread out your data is. variance returns the population variance and variance_samp returns the sample variance, and you can group either one with per() like any other aggregate.