What's New in Version 1.1.1
Version 1.1.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”-
rai jobs:listandrai reasoners:listnow make pagination explicit when you use--limitand--offset. Before, paginated table output could look like a complete result set even when it only showed one slice. Now the CLI adds a footer when needed, including a copyable next-page command when more results may be available and a clearer message when an offset is past the end of the result set. -
rainow checks whether a newer PyRel release is available and shows an upgrade prompt when your installed version is behind. Standard CLI invocations refresh a cached check in the background, andrai --versionchecks synchronously so the notice can appear immediately. The notice is suppressed for JSON output, CI, non-interactive runs, and by settingRAI_NO_UPDATE_CHECK=1in your environment variables.