Skip to content

ADS 2.13.1

Compare
Choose a tag to compare
@mrDzurb mrDzurb released this 13 Mar 17:41
· 419 commits to main since this release
c7d3b3d

ADS 2.13.1

  • Upgraded OCI SDK to v2.148.0 for improved compatibility and performance.
  • Added support to launch the AI Quick Actions API server from anywhere using:
      python -m ads.aqua.server
  • Introduced HttpxOCIAuth class, enabling HTTPX clients to sign requests using OCI signers, ensuring compatibility with OCI Model Deployment services and LLM models.

  • Forecast Operator:

    • Optimized the auto-select feature to prevent redundant data re-saving during cross-validation.
    • Implemented AutoMLx Global Explainer for enhanced model interpretability.
  • Bug Fixes:

    • Fixed the Python 3.11 Compatibility. Replaced the deprecated cgi.parse_header function with a custom pure-Python implementation for parsing Content-Disposition headers.
    • Resolved a recursion issue that occurred when creating a new model with the latest OCI SDK version.