Skip to content

Release v2.11.13 #884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 18, 2024
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.11.13
------
Release date: June 18, 2024

* Update langchain dependencies.
* Support adding and removing artifact in a multi-model setting for model created by reference.


2.11.12
------
Release date: June 13, 2024
Expand Down
6 changes: 3 additions & 3 deletions 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.11.12"
version = "2.11.13"

# Optional
description = "Oracle Accelerated Data Science SDK"
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies = [
"gitpython>=3.1.2",
"jinja2>=2.11.2",
"matplotlib>=3.1.3, <=3.8.4",
"numpy>=1.19.2",
"numpy>=1.19.2, <2.0.0",
"oci>=2.125.3",
"ocifs>=1.1.3",
"pandas>1.2.1; python_version<'3.9'", # starting pandas v2.1.0 requires-python = '>=3.9'
Expand Down Expand Up @@ -140,7 +140,7 @@ forecast = [
"autots[additional]",
"mlforecast",
"neuralprophet>=0.7.0",
"numpy",
"numpy<2.0.0",
"oci-cli",
"optuna",
"oracle-ads",
Expand Down
Loading