Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RelationalAI/rai-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release-notes
Choose a base ref
...
head repository: RelationalAI/rai-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 17 files changed
  • 7 contributors

Commits on Feb 23, 2024

  1. added read only user (#144)

    Both rai-cli and console web interface allow creating users with read-only priviledges (role). This PR adds this ability to the Python SDK
    staworko authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    61e97bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a337ef View commit details
    Browse the repository at this point in the history
  3. Upgrade dependencies to up to python 3.12 (#146)

    * update dependencies to support py3.12
    
    * bump version
    
    * update version constraints to be more lenient to still allow py 3.7 and 3.8 support
    
    * relax pandas requirement / make conditional on support
    
    * add newly supported python versions to build matrix
    
    * quote 3.10 so it doesnt get collapsed into 3.1
    joshuafcole authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1a41831 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    724a67e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. bump version (#148)

    * bump version
    
    * bump version again
    sswatson authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8e0c06e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Polling fix (#149)

    sswatson authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d7edf5d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Add suspend/resume engine to the api (#150)

    * Add suspend/resume engine to the api
    
    * Fix docs
    
    * Feedback changes
    Akrion authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a218395 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. [RAI-25151]: Fix polling duration in ``poll_with_specified_overhead

    …`` function (#151)
    
    * Fix polling duration calculation in poll_with_specified_overhead function
    
    * add more tests
    
    * fix test
    
    * move decorator to the specific test
    
    * fix test
    meruyert93 authored May 13, 2024
    Configuration menu
    Copy the full SHA
    dfc06d3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    8daf2d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    140db25 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Update setup python (#154)

    * Update setup python
    
    * dummy
    
    * Update action.yml
    
    * Update build.yaml
    NoorShamasneh authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b5371a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Update deps (#155)

    * Bump pyarrow
    
    * Bump version
    
    * Fix changelog
    
    * Autogen the missing changelog entries
    
    * Feedback changes
    
    * Cleanup
    Akrion authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    244372f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Bump version (#157)

    * Bump version
    
    * Changelog
    
    * Disable test
    Akrion authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    b1cfd28 View commit details
    Browse the repository at this point in the history
Loading