Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Release Notes
=============

2.13.12
-------
Release date: Jun 18, 2025

* AI Quick Actions: Added support for easy installation of AI Quick Actions extension from JupyterLab and improve telemetry.
* AI Quick Actions: Bug fix while registering HuggingFace models in UI.


2.13.11
-------
Release date: Jun 6, 2025
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"

# Required
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
version = "2.13.11"
version = "2.13.12"

# Optional
description = "Oracle Accelerated Data Science SDK"
Expand Down