ADS 2.13.1
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 parsingContent-Disposition
headers. - Resolved a recursion issue that occurred when creating a new model with the latest OCI SDK version.
- Fixed the Python 3.11 Compatibility. Replaced the deprecated