Skip to content

Commit 83d3174

Browse files
committed
Fixes release notes.
1 parent fcf0a12 commit 83d3174

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/source/release_notes.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,19 @@ Release date: December 7, 2022
88

99
* Fixed a bug in ``GenericModel.prepare``. The ``.model-ignore`` file was not included in the ``Manifest.in``.
1010

11-
1211
2.6.9
1312
-----
1413
Release date: December 7, 2022
1514

1615
* Added compatibility with Python ``3.10``.
17-
* Added ``update_deployment()`` method to the :doc:`framework-specific <framework_specific_instruction>` classes. Update model deployment associated with the model.
18-
* Added ``from_id()`` method to the :doc:`framework-specific <framework_specific_instruction>` classes. Load existing model by OCID directly from the model catalog and model deployment.
19-
* Added ``upload_artifact()`` to the :doc:`framework-specific <framework_specific_instruction>` classes. Upload model artifacts to Object Storage.
20-
* Added ``update()`` method to the :doc:`framework-specific <framework_specific_instruction>` classes. Update the model metadata for the registered model.
21-
* Added ``config``, ``singer``, ``signer_callable`` attributes to the ``ads.set_auth()`` to support additional signers.
16+
* Added `update_deployment() <./ads.model.html#id19>`__ method to the :doc:`framework-specific <./user_guide/model_registration/framework_specific_instruction>` classes. Update model deployment associated with the model.
17+
* Added `from_id() <./ads.model.html#id2>`__ method to the :doc:`framework-specific <./user_guide/model_registration/framework_specific_instruction>` classes. Load existing model by OCID directly from the OCI Models and OCI Model Deployment.
18+
* Added :doc:`upload_artifact() <./user_guide/model_registration/model_artifact.html#export-model-artifact-to-object-storage>` to the :doc:`framework-specific <./user_guide/model_registration/framework_specific_instruction>` classes. Upload model artifacts to Object Storage.
19+
* Added `update() <./ads.model.html#ads.model.generic_model.GenericModel.update>`__ method to the :doc:`framework-specific <./user_guide/model_registration/framework_specific_instruction>` classes. Update the model metadata for the registered model.
20+
* Added ``config``, ``signer``, ``signer_callable`` attributes to the ``ads.set_auth()`` to support additional signers.
2221
* Added support for ``Instance Principals`` authentication for the ``ads opctl conda publish`` and ``ads opctl conda install`` commands.
2322
* Added an option for ``PyTorchModel`` framework allowing to serialize model in a ``TorchScript`` format.
24-
* Added an option to import :doc:`framework-specific <framework_specific_instruction>` classes directly from the ``ads.model`` package. Example: ``from ads.model import LightGBMModel, AutoMLModel, GenericModel``.
23+
* Added an option to import :doc:`framework-specific <./user_guide/model_registration/framework_specific_instruction>` classes directly from the ``ads.model`` package. Example: ``from ads.model import LightGBMModel, GenericModel``.
2524
* Fixed a bug in ADSDataset ``get_recommendations`` when imbalanced correction depends on classes alpha order.
2625
* Fixed a bug in ADS jobs. The shape configuration details were incorrectly extracted from a notebook session.
2726
* Fixed a bug to replace the use of a deprecated API with latest API in the Model Evaluation module.

0 commit comments

Comments
 (0)