Releases: oracle/accelerated-data-science
Releases · oracle/accelerated-data-science
ADS 2.13.8
ADS 2.13.7
- AI Quick Actions: Removing OSS bucket config dependency.
- Fixed a bug in the ADSDataset type inference logic. Resolved an issue where the dataset incorrectly identified column types during automatic type discovery.
ADS 2.13.6
- Fixed PII operator report generator script to use the latest code from report-creator.
- AI Quick Actions: Enhance the container family validation for multi-model deployment.
ADS 2.13.5
- Added support for OpenAI and AsyncOpenAI clients to enable seamless integration with OCI-based LLM model deployments.
- AI Quick Actions: Enhanced error message handling for clearer diagnostics and improved user experience.
- AI Quick Actions: Introduced support for Multi-Model Deployment, allowing users to deploy multiple models within a single endpoint.
ADS 2.13.4
- Added compatibility with Python 3.12.
- Forecast Operator: Introduced auto-select fallback to AutoMLX for faster approximate mode execution.
v2.13.3
ADS 2.13.2
- Fixed bug in DataScienceModel defined metadata.
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
v2.13
ADS 2.12.11
- Fixed bug while loading model configuration in AI Quick Actions.